% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % The Project Gutenberg EBook of The Foundations of Mathematics, by Paul Carus % % % This eBook is for the use of anyone anywhere in the United States and most % other parts of the world at no cost and with almost no restrictions % % whatsoever. You may copy it, give it away or re-use it under the terms of % the Project Gutenberg License included with this eBook or online at % % book.klll.cc. If you are not located in the United States, you'll have % to check the laws of the country where you are located before using this ebook. % % % Title: The Foundations of Mathematics % % A Contribution to the Philosophy of Geometry % % % % Author: Paul Carus % % % % Release Date: June 18, 2018 [EBook #57355] % % Most recently updated: June 11, 2021 % % % % Language: English % % % % Character set encoding: UTF-8 % % % % *** START OF THIS PROJECT GUTENBERG EBOOK THE FOUNDATIONS OF MATHEMATICS *** % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \def\ebook{57355} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% %% Packages and substitutions: %% %% %% %% book: Required. %% %% inputenc: Latin-1 text encoding. Required. %% %% %% %% ifthen: Logical conditionals. Required. %% %% %% %% amsmath: AMS mathematics enhancements. Required. %% %% amssymb: Additional mathematical symbols. Required. %% %% %% %% alltt: Fixed-width font environment. Required. %% %% %% %% indentfirst: Indent first paragraph of each section. Optional. %% %% %% %% multicol: Multicolumn environment for index. Required. %% %% makeidx: Indexing. Required. %% %% %% %% graphicx: Standard interface for graphics inclusion. Required. %% %% %% %% calc: Length calculations. Required. %% %% %% %% fancyhdr: Enhanced running headers and footers. Required. %% %% %% %% geometry: Enhanced page layout package. Required. %% %% hyperref: Hypertext embellishments for pdf output. Required. %% %% %% %% %% %% Producer's Comments: %% %% %% %% OCR text for this ebook was obtained on May 26, 2018, from %% %% https://archive.org/details/cu31924059156020. %% %% %% %% Minor changes to the original are noted in this file in three %% %% ways: %% %% 1. \Typo{}{} for typographical corrections, showing original %% %% and replacement text side-by-side. %% %% 2. \Chg{}{} and \Add{}, for inconsistent/missing punctuation,%% %% italicization, and capitalization. %% %% 3. [** TN: Note]s for lengthier or stylistic comments. %% %% %% %% %% %% Compilation Flags: %% %% %% %% The following behavior may be controlled by boolean flags. %% %% %% %% ForPrinting (false by default): %% %% If false, compile a screen optimized file (one-sided layout, %% %% blue hyperlinks). If true, print-optimized PDF file: Larger %% %% text block, two-sided layout, black hyperlinks. %% %% %% %% %% %% PDF pages: 157 (if ForPrinting set to false) %% %% PDF page size: 4.5 x 6.5" (non-standard) %% %% %% %% Summary of log file: %% %% * One slightly overfull hbox, three harmless underfull hboxes. %% %% %% %% Compile History: %% %% %% %% May, 2018: (Andrew D. Hwang) %% %% texlive2015, GNU/Linux %% %% %% %% Command block: %% %% %% %% pdflatex x3 %% %% makeindex %% %% pdflatex x3 %% %% %% %% %% %% June 2018: pglatex. %% %% Compile this project with: %% %% pdflatex 57355-t.tex ..... THREE times %% %% makeindex 57355-t.idx %% %% pdflatex 57355-t.tex ..... THREE times %% %% %% %% pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian) %% %% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \listfiles \documentclass[12pt,leqno]{book}[2005/09/16] %%%%%%%%%%%%%%%%%%%%%%%%%%%%% PACKAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage[utf8]{inputenc}[2006/05/05] \usepackage{ifthen}[2001/05/26] %% Logical conditionals \usepackage{amsmath}[2000/07/18] %% Displayed equations \usepackage{amssymb}[2002/01/22] %% and additional symbols \usepackage{alltt}[1997/06/16] %% boilerplate, credits, license \IfFileExists{indentfirst.sty}{% \usepackage{indentfirst}[1995/11/23] }{} %\usepackage{footmisc}[2005/03/17] \usepackage{multicol}[2006/05/18] \usepackage{makeidx}[2000/03/29] \usepackage{graphicx}[1999/02/16]%% For diagrams \usepackage[greek,english]{babel}[2005/11/23] \languageattribute{greek}{polutoniko} \usepackage{calc}[2005/08/06] \usepackage{fancyhdr} %% For running heads %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% Interlude: Set up PRINTING (default) or SCREEN VIEWING %%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % ForPrinting=true false (default) % Asymmetric margins Symmetric margins % 1 : 1.6 text block aspect ratio 3 : 4 text block aspect ratio % Black hyperlinks Blue hyperlinks % Start major marker pages recto No blank verso pages % \newboolean{ForPrinting} %% UNCOMMENT the next line for a PRINT-OPTIMIZED VERSION of the text %% %\setboolean{ForPrinting}{true} %% Initialize values to ForPrinting=false \newcommand{\Margins}{hmarginratio=1:1} % Symmetric margins \newcommand{\HLinkColor}{blue} % Hyperlink color \newcommand{\PDFPageLayout}{SinglePage} \newcommand{\TransNote}{Transcriber's Note} \newcommand{\TransNoteCommon}{% The camera-quality files for this public-domain ebook may be downloaded \textit{gratis} at \begin{center} \texttt{book.klll.cc/ebooks/\ebook}. \end{center} This ebook was produced using scanned images and OCR text generously provided by the Cornell University Library through the Internet Archive. \bigskip Minor typographical corrections and presentational changes have been made without comment. \bigskip } \newcommand{\TransNoteText}{% \TransNoteCommon This PDF file is optimized for screen viewing, but may be recompiled for printing. Please consult the preamble of the \LaTeX\ source file for instructions and other particulars. } %% Re-set if ForPrinting=true \ifthenelse{\boolean{ForPrinting}}{% \renewcommand{\Margins}{hmarginratio=2:3} % Asymmetric margins \renewcommand{\HLinkColor}{black} % Hyperlink color \renewcommand{\PDFPageLayout}{TwoPageRight} \renewcommand{\TransNote}{Transcriber's Note} \renewcommand{\TransNoteText}{% \TransNoteCommon This PDF file is optimized for printing, but may be recompiled for screen viewing. Please consult the preamble of the \LaTeX\ source file for instructions and other particulars. } }{% If ForPrinting=false, don't skip to recto \renewcommand{\cleardoublepage}{\clearpage} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% End of PRINTING/SCREEN VIEWING code; back to packages %%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ifthenelse{\boolean{ForPrinting}}{% \setlength{\paperwidth}{8.5in}% \setlength{\paperheight}{11in}% % 1:1.6 \usepackage[body={5in,8in},\Margins]{geometry}[2002/07/08] }{% \setlength{\paperwidth}{4.5in}% \setlength{\paperheight}{6.5in}% \raggedbottom % 3:4 \usepackage[body={4.25in,5.6in},\Margins,includeheadfoot]{geometry}[2002/07/08] } \providecommand{\ebook}{00000} % Overridden during white-washing \usepackage[pdftex, hyperfootnotes=false, pdftitle={The Project Gutenberg eBook \#\ebook: The Foundations of Mathematics.}, pdfauthor={Paul Carus}, pdfkeywords={Cornell University, The Internet Archive, Andrew D. Hwang}, pdfstartview=Fit, % default value pdfstartpage=1, % default value pdfpagemode=UseNone, % default value bookmarks=true, % default value linktocpage=false, % default value pdfpagelayout=\PDFPageLayout, pdfdisplaydoctitle, pdfpagelabels=true, bookmarksopen=true, bookmarksopenlevel=0, colorlinks=true, linkcolor=\HLinkColor]{hyperref}[2007/02/07] %% Fixed-width environment to format PG boilerplate %% \newenvironment{PGtext}{% \begin{alltt} \fontsize{8.1}{10}\ttfamily\selectfont}% {\end{alltt}} % Errors found during digitization \newcommand{\Typo}[2]{#2} % Stylistic changes made for consistency \newcommand{\Chg}[2]{#2} %\newcommand{\Chg}[2]{#1} % Use this to revert inconsistencies in the original \newcommand{\Add}[1]{\Chg{}{#1}} \newcommand{\Note}[1]{} \newcommand{\Grk}[1]{\foreignlanguage{greek}{#1}} %% Miscellaneous global parameters %% % No hrule in page header \renewcommand{\headrulewidth}{0pt} % Loosen spacing \setlength{\emergencystretch}{1em} % Scratch pad for length calculations \newlength{\TmpLen} %% Running heads %% \newcommand{\FlushRunningHeads}{\clearpage\fancyhf{}} \newcommand{\InitRunningHeads}{% \setlength{\headheight}{15pt} \pagestyle{fancy} \thispagestyle{empty} \ifthenelse{\boolean{ForPrinting}} {\fancyhead[RO,LE]{\thepage}} {\fancyhead[R]{\thepage}} } % Uniform style for running heads \newcommand{\RHeads}[1]{\textsc{\MakeLowercase{#1}}} \newcommand{\SetRunningHeads}[2][C]{\fancyhead[#1]{\RHeads{#2}}} \newcommand{\BookMark}[2]{\phantomsection\pdfbookmark[#1]{#2}{#2}} %% Major document divisions %% \newcommand{\PGBoilerPlate}{% \pagenumbering{Alph} \pagestyle{empty} \BookMark{0}{PG Boilerplate.} } \newcommand{\FrontMatter}{% \cleardoublepage \frontmatter \BookMark{-1}{Front Matter.} } \newcommand{\MainMatter}{% \FlushRunningHeads \InitRunningHeads \mainmatter \BookMark{-1}{Main Matter.} } \newcommand{\BackMatter}{% \FlushRunningHeads \InitRunningHeads \backmatter \BookMark{-1}{Back Matter.} } \newcommand{\PGLicense}{% \FlushRunningHeads \pagenumbering{Roman} \InitRunningHeads \BookMark{-1}{PG License.} \SetRunningHeads{License.} } %% ToC formatting %% \AtBeginDocument{\renewcommand{\contentsname}% {\protect\thispagestyle{empty}% \protect\ChapHead{Table of Contents}\protect\vspace{-\baselineskip}} } \newcommand{\TableofContents}{% \FlushRunningHeads \InitRunningHeads \SetRunningHeads{Contents.} \BookMark{0}{Contents.} \thispagestyle{empty} \tableofcontents } \newcommand{\PrintIndex}{% \printindex } % For internal use, to determine if we need the Sect./Page line \newcommand{\ToCAnchor}{} % \ToCLine[indent]{SecNo}{Title} \newcommand{\ToCLine}[3][0.75in]{% \label{toc:#2}% \ifthenelse{\not\equal{\pageref{toc:#2}}{\ToCAnchor}}{% \renewcommand{\ToCAnchor}{\pageref{toc:#2}}% \noindent\makebox[\textwidth][r]{\scriptsize\hfill PAGE}\\[8pt]% }{}% \settowidth{\TmpLen}{999}% \noindent\rule{#1}{0pt}\strut\parbox[b]{\textwidth-#1-\TmpLen}{\small% \hangindent4em#3\dotfill}% \makebox[\TmpLen][r]{\pageref{section:#2}}% \smallskip } %% Index formatting \makeindex \makeatletter \renewcommand{\@idxitem}{\par\hangindent 30\p@\global\let\idxbrk\nobreak} \renewcommand\subitem{\idxbrk\@idxitem \hspace*{12\p@}\let\idxbrk\relax} \renewcommand{\indexspace}{\par\penalty-3000 \vskip 10pt plus5pt minus3pt\relax} \renewenvironment{theindex}{% \setlength\columnseprule{0.5pt}\setlength\columnsep{18pt}% \begin{multicols}{2}[{\Appendix{Index}\footnotesize}]% \setlength\parindent{0pt}\setlength\parskip{0pt plus 0.3pt}% \thispagestyle{empty}\let\item\@idxitem\raggedright% }{% \end{multicols}\FlushRunningHeads } \makeatother \newcommand{\indexf}[1]{#1f} \newcommand{\indexff}[1]{#1ff} \newcommand{\indexnote}[1]{#1n} %% Sectional units %% % Typographical abstraction \newcommand{\ChapHead}[1]{% \section*{\centering\normalfont\large\MakeUppercase{#1}.} } \newcommand{\SectTitle}[2][\normalsize]{% \subsection*{\centering#1\normalfont\textsc{\MakeLowercase{#2}.}} } % \Chapter{Title} \newcommand{\Chapter}[2][]{% \FlushRunningHeads \InitRunningHeads \setcounter{footnote}{0}% \ifthenelse{\equal{#1}{}}{% \SetRunningHeads{#2}% \BookMark{0}{#2.}% }{% \SetRunningHeads{#1}% \BookMark{0}{#1.}% }% \addtocontents{toc}{\protect\SectTitle{#2}} \vspace*{0.5in} \ChapHead{\MakeUppercase{#2}} } \newcommand{\Appendix}[1]{% \FlushRunningHeads \InitRunningHeads \setcounter{footnote}{0}% \SetRunningHeads{#1.}% \BookMark{0}{#1.}% \refstepcounter{SecNo} \label{section:\theSecNo} \addtocontents{toc}{\protect\ToCLine[0.25in]{\theSecNo}{\MakeUppercase{#1}}}% \ChapHead{\MakeUppercase{#1}} } % For internal use by \Tag and \Eq \newcounter{SecNo} \newcommand{\Section}[1]{ \SectTitle{#1} \refstepcounter{SecNo} \label{section:\theSecNo} \BookMark{1}{#1.}% \addtocontents{toc}{\protect\ToCLine{\theSecNo}{#1}}% } \newenvironment{Quote}{\par\smallskip\small}{\par\medskip} %% Diagrams %% \newcommand{\Input}[2][]{% \ifthenelse{\equal{#1}{}}{% \includegraphics{./images/#2.pdf}% }{% \includegraphics[width=#1]{./images/#2.pdf}% } } %% Cross-references \newcommand{\Pagelabel}[1]{\phantomsection\label{page:#1}} \newcommand{\Pageref}[1]{\hyperref[page:#1]{p.~\pageref*{page:#1}}} % Page separators \newcommand{\PageSep}[1]{\ignorespaces} % Miscellaneous textual conveniences \newcommand{\eg}{e.~g.} %[** TN: Usually italicized in the original] \newcommand{\ie}{i.~e.} \newcommand{\AD}{A.~D.} \newcommand{\Title}[1]{\textit{#1}} \newcommand{\Foreign}[1]{\textit{#1}} \newcommand{\First}[1]{\noindent\textsc{#1}} \newcommand{\Signature}[3]{% \par\hfill{\textsc{#1}}\quad\null \par \textsc{#2} #3% } \newcommand{\Thoughtbreak}{% \begin{center} *\qquad*\qquad* \end{center} } %% Miscellaneous mathematical formatting %% \DeclareInputMath{176}{{}^{\circ}} % \PadTo[alignment]{width text}{visible text} \newcommand{\PadTo}[3][c]{% \settowidth{\TmpLen}{$#2$}% \makebox[\TmpLen][#1]{$#3$}% } \newcommand{\PadTxt}[3][c]{% \settowidth{\TmpLen}{#2}% \makebox[\TmpLen][#1]{#3}% } %%%%%%%%%%%%%%%%%%%%%%%% START OF DOCUMENT %%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} %% PG BOILERPLATE %% \PGBoilerPlate \begin{center} \begin{minipage}{\textwidth} \small \begin{PGtext} The Project Gutenberg EBook of The Foundations of Mathematics, by Paul Carus This eBook is for the use of anyone anywhere in the United States and most other parts of the world at no cost and with almost no restrictions whatsoever. You may copy it, give it away or re-use it under the terms of the Project Gutenberg License included with this eBook or online at book.klll.cc. If you are not located in the United States, you'll have to check the laws of the country where you are located before using this ebook. Title: The Foundations of Mathematics A Contribution to the Philosophy of Geometry Author: Paul Carus Release Date: June 18, 2018 [EBook #57355] Most recently updated: June 11, 2021 Language: English Character set encoding: UTF-8 *** START OF THIS PROJECT GUTENBERG EBOOK THE FOUNDATIONS OF MATHEMATICS *** \end{PGtext} \end{minipage} \end{center} \newpage %% Credits and transcriber's note %% \begin{center} \begin{minipage}{\textwidth} \begin{PGtext} Produced by Andrew D. Hwang \end{PGtext} \end{minipage} \vfill \end{center} \begin{minipage}{0.85\textwidth} \small \BookMark{0}{Transcriber's Note.} \subsection*{\centering\normalfont\scshape% \normalsize\MakeLowercase{\TransNote}}% \raggedright \TransNoteText \end{minipage} %%%%%%%%%%%%%%%%%%%%%%%%%%% FRONT MATTER %%%%%%%%%%%%%%%%%%%%%%%%%% \FrontMatter \PageSep{i} \begin{center} \Huge THE FOUNDATIONS OF MATHEMATICS \vfill \small A CONTRIBUTION TO \bigskip \Large THE PHILOSOPHY OF GEOMETRY \vfill \small BY \bigskip \large DR. PAUL CARUS \vfill \small \Grk{ae`i gewmetre~i}---PLATO. \vfill \large CHICAGO \\ \Large THE OPEN COURT PUBLISHING CO. \smallskip \small LONDON AGENTS \\ KEGAN PAUL, TRENCH TRÜBNER \& CO., LTD. \\ 1908 \end{center} \newpage \PageSep{ii} \begin{center} \null\vfill \small COPYRIGHT BY \\ \normalsize THE OPEN COURT PUB. CO. \\ 1908 \vfill \end{center} \PageSep{iii} \TableofContents \iffalse TABLE OF CONTENTS. THE SEARCH FOR THE FOUNDATIONS OF GEOMETRY: HISTORICAL SKETCH. PAGE Axioms and the Axiom of Parallels 1 Metageometry 5 Precursors 7 Gauss 11 Riemann 15 Lobatchevsky 20 Bolyai 22 Later Geometricians 24 Grassmann 27 Euclid Still Unimpaired 31 THE PHILOSOPHICAL BASIS OF MATHEMATICS The Philosophical Problem 35 Transcendentalism and Empiricism 38 The A Priori and the Purely Formal 40 Anyness and its Universality 46 Apriority of Different Degrees 49 Space as a Spread of Motion 56 Uniqueness of Pure Space 61 Mathematical Space and Physiological Space 63 Homogeneity of Space Due to Abstraction 66 Even Boundaries as Standards of Measurement 69 The Straight Line Indispensable 72 The Superreal 76 Discrete Units and the Continuum 78 MATHEMATICS AND METAGEOMETRY Different Geometrical Systems 82 Tridimensionality 84 Three a Concept of Boundary 88 \PageSep{iv} PAGE Space of Four Dimensions 90 The Apparent Arbitrariness of the A Priori 96 Definiteness of Construction 99 One Space, But Various Systems of Space Measurement 104 Fictitious Spaces and the Apriority of All Space Measurement 109 Infinitude 116 Geometry Remains A Priori 119 Sense-Experience and Space 122 The Teaching of Mathematics 127 EPILOGUE 132 INDEX 139 \fi \PageSep{1} \MainMatter \Chapter[Historical Sketch]{The Search for the Foundations of~Geometry: Historical Sketch} \Section{Axioms and the Axiom of Parallels} \index{Axioms|indexff}% \First{Mathematics} as commonly taught in our schools is based upon axioms. These axioms so called are a few simple formulas which the beginner must take on trust. Axioms are defined to be self-evident propositions, and are claimed to be neither demonstrable nor in need of demonstration. They are statements which are said to command the assent of every one who comprehends their meaning. The word axiom\footnote {\Grk{>ax'iwma}.} means ``honor, reputation, high rank, authority,'' and is used by Aristotle almost in the modern sense of the term, as ``a self-evident highest principle,'' or ``a truth so obvious as to be in no need of proof.'' It is derived from the verb \Grk{'axios}, ``worth'' or ``worthy.'' Euclid does not use the term ``axiom.'' He \index{Axiom@``Axiom,''!Euclid avoided}% \index{Euclid|(}% \index{Euclid!avoided "axiom,"}% starts with Definitions,\footnote {\Grk{<'oroi}.} which describe the meanings of point, line, surface, plane, angle, etc. He \PageSep{2} then proposes Postulates\footnote {\Grk{a'iti'hmata}.} \index{Postulates}% in which he takes for granted that we can draw straight lines from any point to any other point, and that we can prolong any straight line in a straight direction. Finally, he adds what he calls Common Notions\footnote {\Grk{koina`i <'ennoiai}.} \index{Common notions}% which embody some general principles of logic (of pure reason) specially needed in geometry, such as that things which are equal to the same thing are equal to one another; that if equals be added to equals, the wholes are equal, etc. I need not mention here perhaps, since it is a fact of no consequence, that the readings of the several manuscripts vary, and that some propositions (\eg, that all right angles are equal to one another) are now missing, now counted among the postulates, and now adduced as common notions. The commentators of Euclid who did not understand \index{Definitions of Euclid}% the difference between Postulates and Common Notions, spoke of both as axioms, and even to-day the term Common Notion is mostly so translated. In our modern editions of Euclid we find a statement concerning parallel lines added to either the Postulates or Common Notions. Originally it appeared in Proposition~29 where it is needed to prop up the argument that would prove the equality of alternate angles in case a third straight line falls upon parallel straight lines. It is there enunciated as follows: \begin{Quote} ``But those straight lines which, with another straight \PageSep{3} line falling upon them, make the interior angles on the same side less than two right angles, do meet if continually produced.'' \end{Quote} Now this is exactly a point that calls for proof. Proof was then, as ever since it has remained, altogether lacking. So the proposition was formulated dogmatically thus: \begin{Quote} ``If a straight line meet two straight lines, so as to make the two interior angles on the same side of it taken together less than two right angles, these straight lines being continually produced, shall at length meet upon that side on which are the angles which are less than two right angles.'' \end{Quote} And this proposition has been transferred by the editors of Euclid to the introductory portion of the book where it now appears either as the fifth Postulate or the eleventh, twelfth, or thirteenth Common Notion. The latter is obviously the less \index{Axioms!not Common Notions}% appropriate place, for the idea of parallelism is assuredly not a Common Notion; it is not a rule of pure reason such as would be an essential condition of all thinking, reasoning, or logical argument. And if we do not give it a place of its own, it should either be classed among the postulates, or recast so as to become a pure definition. It is usually referred to as ``the axiom of parallels.'' \index{Parallels, Axiom of}% It seems to me that no one can read the axiom of parallels as it stands in Euclid without receiving the impression that the statement was affixed by a later redactor. Even in Proposition~29, the original place of its insertion, it comes in as an afterthought; and if Euclid himself had considered the difficulty \PageSep{4} of the parallel axiom, so called, he would have placed \index{Parallel lines in spherical space!theorem|indexnote}% it among the postulates in the first edition of his \index{Monist@\textit{Monist}|indexnote}% book, or formulated it as a definition.\footnote {For Professor Halsted's ingenious interpretation of the origin \index{Halsted, George Bruce|indexnote}% of the parallel theorem see \Title{The Monist}, Vol.~IV, No.~4, p.~487. He believes that Euclid anticipated metageometry, but it is not probable that the man who wrote the argument in Proposition~29 had the fifth Postulate before him. He would have referred to it or stated it at least approximately in the same words. But the argument in Proposition~29 differs considerably from the parallel axiom itself.} Though the axiom of parallels must be an interpolation, it is of classical origin, for it was known even to Proclus (410--485~\AD), the oldest commentator \index{Proclus}% of Euclid. By an irony of fate, the doctrine of the parallel axiom has become more closely associated with Euclid's name than anything he has actually written, \index{Euclid|)}% and when we now speak of Euclidean geometry we mean a system based upon that determination of parallelism. We may state here at once that all the attempts made to derive the axiom of parallels from pure reason were necessarily futile, for no one can prove the absolute straightness of lines, or the evenness of space, by logical argument. Therefore these concepts, including the theory concerning parallels, cannot be derived from pure reason; they are not Common Notions and possess a character of their \index{Common notions}% own. But the statement seemed thus to hang in the air, and there appeared the possibility of a geometry, and even of several geometries, in whose domains the parallel axiom would not hold good. This large field has been called metageometry, hypergeometry, \PageSep{5} or pangeometry, and may be regarded as due to a generalization of the space-conception involving what might be called a metaphysics of mathematics. \Section{Metageometry} \index{Metageometry|indexff}% Mathematics is a most conservative science. Its system is so rigid and all the details of geometrical demonstration are so complete, that the science was commonly regarded as a model of perfection. Thus the philosophy of mathematics remained undeveloped almost two thousand years. Not that there were not great mathematicians, giants of thought, men like the Bernoullis, Leibnitz and Newton, Euler, and others, worthy to be named in one breath with Archimedes, Pythagoras and Euclid, but they abstained from entering into philosophical speculations, and the very idea of a pangeometry remained foreign to them. They may privately have reflected on the subject, but they did not give utterance to their thoughts, at least they left no records of them to posterity. It would be wrong, however, to assume that the mathematicians of former ages were not conscious of the difficulty. They always felt that there was a flaw in the Euclidean foundation of geometry, but they were satisfied to supply any need of basic principles in the shape of axioms, and it has become quite customary (I might almost say orthodox) to say that mathematics is based upon axioms. In fact, people enjoyed the idea that mathematics, the most \PageSep{6} lucid of all the sciences, was at bottom as mysterious as the most mystical dogmas of religious faith. Metageometry has occupied a peculiar position among mathematicians as well as with the public at large. The mystic hailed the idea of ``$n$-dimensional spaces,'' of ``space curvature'' and of other conceptions of which we can form expressions in abstract terms but which elude all our attempts to render them concretely present to our intelligence. He relished the idea that by such conceptions mathematics gave promise to justify all his speculations and to give ample room for a multitude of notions that otherwise would be doomed to irrationality. In a word, metageometry has always proved attractive to erratic minds. Among the professional mathematicians, however, those who were averse to philosophical speculation looked upon it with deep distrust, and therefore either avoided it altogether or rewarded its labors with bitter sarcasm. Prominent mathematicians did not care to risk their reputation, and consequently many valuable thoughts remained unpublished. Even Gauss did not care to speak \index{Gauss!his letter to Taurinus|indexf}% out boldly, but communicated his thoughts to his most intimate friends under the seal of secrecy, not unlike a religious teacher who fears the odor of heresy. He did not mean to suppress his thoughts, but he did not want to bring them before the public unless in mature shape. A letter to Taurinus concludes \index{Taurinus, Letter of Gauss to|indexf}% with the remark: \begin{Quote} ``Of a man who has proved himself a thinking mathematician, I fear not that he will misunderstand what I say, \PageSep{7} but under all circumstances you have to regard it merely as a private communication of which in no wise public use, or one that may lead to it, is to be made. Perhaps I shall publish them myself in the future if I should gain more leisure than my circumstances at present permit. \Signature{``C. F. Gauss.}{``Goettingen,}{8.~November, 1824.''} \end{Quote} But Gauss never did publish anything upon this topic although the seeds of his thought thereupon fell upon fertile ground and bore rich fruit in the works of his disciples, foremost in those of Riemann. \Section{Precursors} The first attempt at improvement in the matter of parallelism was made by Nasir Eddin (1201--1274) \index{Nasir Eddin}% whose work on Euclid was printed in Arabic in 1594 in Rome. His labors were noticed by John Wallis who in 1651 in a Latin translation communicated \index{Wallis, John|indexf}% Nasir Eddin's exposition of the fifth Postulate to the mathematicians of the University of Oxford, and then propounded his own views in a lecture delivered on July~11, 1663. Nasir Eddin takes his stand upon the postulate that two straight lines which cut a third straight line, the one at right angles, the other at some other angle, will converge on the side where the angle is acute and diverge where it is obtuse. Wallis, in his endeavor to prove this postulate, starts with the auxiliary theorem: \begin{Quote} ``If a limited straight line which lies upon an unlimited straight line be prolonged in a straight direction, \PageSep{8} its prolongation will fall upon the unlimited straight line.'' \end{Quote} There is no need of entering into the details of his proof of this auxiliary theorem. We may call his theorem the proposition of the straight line and may grant to him that he proves the straightness of the straight line. In his further argument Wallis shows the close connection of the problem of parallels with the notion of similitude. Girolamo Saccheri, a learned Jesuit of the seventeenth \index{Saccheri, Girolamo|indexf}% century, attacked the problem in a new way. Saccheri was born September~5, 1667, at San Remo. Having received a good education, he became a member of the Jesuit order March~24, 1685, and served as a teacher of grammar at the Jesuit College di~Brera, in Milan, his mathematical colleague being Tommaso Ceva (a brother of the more famous Giovanni Ceva). Later on he became Professor of Philosophy and Polemic Theology at Turin and in 1697 at Pavia. He died in the College di~Brera October~25, 1733. Saccheri saw the close connection of parallelism with the right angle, and in his work on Euclid\footnote {\Title{Euclides ab omni naevo vindicatus; sive conatus geometricus quo stabiliuntur prima ipsa universae geometriae principia}. Auctore Hier\-onymo Saccherio Societatis Jesu. Mediolani, 1773.} he examines three possibilities. Taking a quadrilateral $ABCD$ with the angles at~$A$ and~$B$ right angles and the sides $AC$ and $BD$ equal, the angles at~$C$ and~$D$ are without difficulty shown to be equal each to the other. They are moreover right angles or else they are either obtuse or acute. He undertakes to \PageSep{9} prove the absurdity of these two latter suppositions so as to leave as the only solution the sole possibility left, viz., that they must be right angles. But he finds difficulty in pointing out the contradiction to which these assumptions may lead and thus he opens a path on which Lobatchevsky (1793--1856) and Bolyai (1802--1860) followed, reaching a new view which makes three geometries possible, viz., the geometries of (1)~the acute angle, (2)~the obtuse angle, and (3)~the right angle, the latter being the Euclidean geometry, in which the theorem of parallels holds. \begin{center} \Input{page009} \end{center} While Saccheri seeks the solution of the problem through the notion of the right angle, the German mathematician Lambert starts from the notion of \index{Lambert, Johann Heinrich|indexf}% the angle-sum of the triangle. Johann Heinrich Lambert was born August~26, 1728, in Mühlhausen, a city which at that time was a part of Switzerland. He died in 1777. His \Title{Theory of the Parallel Lines}, written in 1766, was not published till 1786, nine years after his death, by Bernoulli and Hindenburg in the \Title{Magazin für die \index{Bernoulli}% reine und angewandte Mathematik}. Lambert points out that there are three possibilities: the sum of the angles of a triangle may be \PageSep{10} exactly equal to, more than, or less than $180$~degrees. The first will make the triangle a figure in a plane, the second renders it spherical, and the third produces a geometry on the surface of an imaginary sphere. As to the last hypothesis Lambert said not without humor:\footnote {P.~351, last line in the \Title{Magazin für die reine und angewandte Mathematik}, 1786.} \begin{Quote} ``This result\footnote {Lambert refers to the proposition that the mooted angle might be less than $90$~degrees.} possesses something attractive which easily suggests the wish that the third hypothesis might be true.'' \end{Quote} He then adds:\footnote {\Foreign{Ibid.}, p.~352.} \begin{Quote} ``But I do not wish it in spite of these advantages, because there would be innumerable other inconveniences. The trigonometrical tables would become infinitely more complicated, and the similitude as well as proportionality of figures would cease altogether. No figure could be represented except in its own absolute size; and astronomy would be in a bad plight, etc.'' \end{Quote} Lobatchevsky's geometry is an elaboration of \index{Lobatchevsky}% Lambert's third hypothesis, and it has been called ``imaginary geometry'' because its trigonometric formulas are those of the spherical triangle if its sides are imaginary, or, as Wolfgang Bolyai has shown, if the radius of the sphere is assumed to be imaginary $=(\sqrt{-1})r$. France has contributed least to the literature on the subject. Augustus De~Morgan records the following \index{De Morgan, Augustus}% story concerning the efforts of her greatest mathematician to solve the Euclidean problem. Lagrange, \index{Lagrange|indexf}% \PageSep{11} he says, composed at the close of his life a discourse on parallel lines. He began to read it in the Academy but suddenly stopped short and said: ``II faut que j'y songe encore.'' With these words he pocketed his papers and never recurred to the subject. Legendre's treatment of the subject appears in \index{Legendre}% the third edition of his elements of Euclid, but he omitted it from later editions as too difficult for beginners. Like Lambert he takes his stand upon the notion of the sum of the angles of a triangle, and like Wallis he relies upon the idea of similitude, saying that ``the length of the units of measurement is indifferent for proving the theorems in question.''\footnote {\Title{Mémoires de l'Académie des Sciences de l'Institut de France}. Vol.~XII, 1833.} \Section{Gauss} \index{Gauss|indexff}% A new epoch begins with Gauss, or rather with his ingenious disciple Riemann. While Gauss was rather timid about speaking openly on the subject, he did not wish his ideas to be lost to posterity. In a letter to Schumacher dated May~17, 1831, he said: \begin{Quote} \index{Schumacher, Letter of Gauss to}% ``I have begun to jot down something of my own meditations, which are partly older than forty years, but which I have never written out, being obliged therefore to excogitate many things three or four times over. I do not wish them to pass away with me.'' \end{Quote} The notes to which Gauss here refers have not been found among his posthumous papers, and it \PageSep{12} therefore seems probable that they are lost, and our knowledge of his thoughts remains limited to the comments that are scattered through his correspondence with mathematical friends. Gauss wrote to Bessel (1784--1846) January~27, 1829: \begin{Quote} \index{Bessel, Letter of Gauss to|indexff}% \index{Gauss!his letter to Bessel|indexff}% ``I have also in my leisure hours frequently reflected upon another problem, now of nearly forty years' standing. I refer to the foundations of geometry. I do not know whether I have ever mentioned to you my views on this matter. My meditations here also have taken more definite shape, and my conviction that we cannot thoroughly demonstrate geometry \Foreign{a~priori} is, if possible, more strongly confirmed than ever. But it will take a long time for me to bring myself to the point of working out and making public my \emph{very extensive} investigations on this subject, and possibly this will not be done during my life, inasmuch as I stand in dread of the clamors of the B{\oe}otians, which would be certain to arise, if I should ever give \emph{full} expression to my views. It is curious that \emph{in addition to} the celebrated flaw in Euclid's Geometry, which mathematicians have hitherto endeavored in vain to patch and never will succeed, there is still another blotch in its fabric to which, so far as I know, attention has never yet been called and which it will by no means be easy, if at all possible, to remove. This is the definition of a plane as a surface in which a straight line joining \emph{any two} points lies \emph{wholly} in that plane. This definition contains \emph{more} than is requisite to the determination of a surface, and tacitly involves a theorem which is in need of prior proof.'' \end{Quote} Bessel in his answer to Gauss makes a distinction between Euclidean geometry as practical and metageometry (the one that does not depend upon \PageSep{13} the theorem of parallel lines) as true geometry. He writes under the date of February~10, 1829: \begin{Quote} ``I should regard it as a great misfortune if you were to allow yourself to be deterred by the `clamors of the B{\oe}otians' from explaining your views of geometry. From what Lambert has said and Schweikart orally communicated, it has become clear to me that our geometry is incomplete and stands in need of a correction which is hypothetical and which vanishes when the sum of the angles of a plane triangle is equal to~$180°$. This would be the \emph{true} geometry and the Euclidean the \emph{practical}, at least for figures on the earth.'' \end{Quote} In another letter to Bessel, April~9, 1830, Gauss sums up his views as follows: \begin{Quote} ``The ease with which you have assimilated my notions of geometry has been a source of genuine delight to me, especially as so few possess a natural bent for them. I am profoundly convinced that the theory of space occupies an entirely different position with regard to our knowledge \Foreign{a~priori} from that of the theory of numbers (\Foreign{Grössenlehre}); that perfect conviction of the necessity and therefore the absolute truth which is characteristic of the latter is totally wanting to our knowledge of the former. We must confess in all humility that a number is \emph{solely} a product of our mind. Space, on the other hand, possesses also a reality outside of our mind, the laws of which we cannot fully prescribe \Foreign{a~priori}.'' \end{Quote} Another letter of Gauss may be quoted here in full. It is a reply to Taurinus and contains an appreciation of his essay on the Parallel Lines. Gauss writes from Göttingen, Nov.~8, 1824: \begin{Quote} \index{Gauss!his letter to Taurinus|indexf}% \index{Taurinus, Letter of Gauss to|indexf}% ``Your esteemed communication of October~30th, with \PageSep{14} the accompanying little essay, I have read with considerable pleasure, the more so as I usually find no trace whatever of real geometrical talent in the majority of the people who offer new contributions to the so-called theory of parallel lines. ``With regard to your effort, I have nothing (or not much) more to say, except that it is incomplete. Your presentation of the demonstration that the sum of the three angles of a plane triangle cannot be greater than~$180°$, does indeed leave something to be desired in point of geometrical precision. But this could be supplied, and there is no doubt that the impossibility in question admits of the most rigorous demonstration. But the case is quite different with the second part, viz., that the sum of the angles cannot be smaller than~$180°$; this is the real difficulty, the rock on which all endeavors are wrecked. I surmise that you have not employed yourself long with this subject. I have pondered it for more than thirty years, and I do not believe that any one could have concerned himself more exhaustively with this second part than I, although I have not published anything on this subject. The assumption that the sum of the three angles is smaller than~$180°$ leads to a new geometry entirely different from our Euclidean,---a geometry which is throughout consistent with itself, and which I have elaborated in a manner entirely satisfactory to myself, so that I can solve every problem in it with the exception of the determining of a constant, which is not \Foreign{a~priori} obtainable. The larger this constant is taken, the nearer we approach the Euclidean geometry, and an infinitely large value will make the two coincident. The propositions of this geometry appear partly paradoxical and absurd to the uninitiated, but on closer and calmer consideration it will be found that they contain in them absolutely nothing that is impossible. Thus, the three angles of a triangle, for example, can be made as small as we will, provided the sides can be taken large enough; whilst the \PageSep{15} area of a triangle, however great the sides may be taken, can never exceed a definite limit, nay, can never once reach it. All my endeavors to discover contradictions or inconsistencies in this non-Euclidean geometry have been in vain, and the only thing in it that conflicts with our reason is the fact that if it were true there would necessarily exist in space a linear magnitude quite \emph{determinate in itself}, yet unknown to us. But I opine that, despite the empty word-wisdom of the metaphysicians, in reality we know little or nothing of the true nature of space, so much so that we are not at liberty to characterize as \emph{absolutely impossible} things that strike us as unnatural. If the non-Euclidean geometry were the true geometry, and the constant in a certain ratio to such magnitudes as lie within the reach of our measurements on the earth and in the heavens, it could be determined \Foreign{a~posteriori}. I have, therefore, in jest frequently expressed the desire that the Euclidean geometry should not be the true geometry, because in that event we should have an absolute measure \Foreign{a~priori}.'' \end{Quote} Schweikart, a contemporary of Gauss, may incidentally \index{Schweikart}% \index{Astral geometry}% \index{Geometry!Astral}% be mentioned as having worked out a geometry that would be independent of the Euclidean axiom. He called it astral geometry.\footnote {\Title{Die Theorie der Parallellinien, nebst dem Vorschlag ihrer Verbannung aus der Geometrie}. Leipsic and Jena, 1807.} \Section{Riemann} \index{Riemann|indexff}% Gauss's ideas fell upon good soil in his disciple Riemann (1826--1866) whose Habilitation Lecture on ``The Hypotheses which Constitute the Bases of Geometry'' inaugurates a new epoch in the history of the philosophy of mathematics. Riemann states the situation as follows. I quote \PageSep{16} from Clifford's almost too literal translation (first \index{Clifford}% published in Nature, 1873): \index{Nature@\textit{Nature}}% \begin{Quote} ``It is known that geometry assumes, as things given, both the notion of space and the first principles of constructions in space. She gives definitions of them which are merely nominal, while the true determinations appear in the form of axioms. The relation of these assumptions remains consequently in darkness; we neither perceive whether and how far their connection is necessary, nor, \Foreign{a~priori}, whether it is possible. ``From Euclid to Legendre (to name the most famous of modern reforming geometers) this darkness was cleared up neither by mathematicians nor by such philosophers as concerned themselves with it.'' \end{Quote} Riemann arrives at a conclusion which is negative. He says: \begin{Quote} ``The propositions of geometry cannot be derived from general notions of magnitude, but the properties which distinguish space from other conceivable triply extended magnitudes are only to be deduced from experience.'' \end{Quote} In the attempt at discovering the simplest matters of fact from which the measure-relations of space may be determined, Riemann declares that--- \begin{Quote} ``Like all matters of fact, they are not necessary, but only of empirical certainty: they are hypotheses.'' \end{Quote} Being a mathematician, Riemann is naturally bent on deductive reasoning, and in trying to find a foothold in the emptiness of pure abstraction he starts with general notions. He argues that position must be determined by measuring quantities, and this necessitates the assumption that length of \PageSep{17} lines is independent of position. Then he starts with the notion of manifoldness, which he undertakes to specialize. This specialization, however, may be done in various ways. It may be continuous, as is geometrical space, or consist of discrete units, as do arithmetical numbers. We may construct manifoldnesses of one, two, three, or $n$~dimensions, and the elements of which a system is constructed may be functions which undergo an infinitesimal displacement expressible by~$dx$. Thus spaces become possible in which the directest linear functions (analogous to the straight lines of Euclid) cease to be straight and suffer a continuous deflection which may be positive or negative, increasing or decreasing. Riemann argues that the simplest case will be, if the differential line-element~$ds$ is the square root of an always positive integral homogeneous function of the second order of the quantities~$dx$ in which the coefficients are continuous functions of the quantities~$x$, viz., $ds = \sqrt{\sum dx^{2}}$, but it is one instance only of a whole class of possibilities. He says: \begin{Quote} ``Manifoldnesses in which, as in the plane and in space, the line-element may be reduced to the form $\sqrt{\sum dx^{2}}$, are therefore only a particular case of the manifoldnesses to be here investigated; they require a special name, and therefore these manifoldnesses in which the square of the line-element may be expressed as the sum of the squares of complete differentials I will call \emph{flat}.'' \end{Quote} The Euclidean plane is the best-known instance of flat space being a manifold of a zero curvature. \PageSep{18} Flat or even space has also been called by the new-fangled word \emph{homaloidal},\footnote {From the Greek \Grk{'elege t`on Je`on >ae`i gewmetre~in}. \index{Ziwet, Professor|indexnote}% Having hunted in vain for the famous passage, I am indebted for the reference to Professor Ziwet of Ann Arbor, Mich.} In other words, the purely formal theorems of mathematics and logic are the thoughts of God. Our thoughts are fleeting, but God's thoughts are eternal and omnipresent verities. They are intrinsically necessary, universal, immutable, and the standard of truth and right. Matter is eternal and energy is indestructible, but there is nothing divine in either matter or energy. That which constitutes the divinity of the world is the eternal principle of the laws of existence. That is the creator of the cosmos, the norm of truth, and the standard of right and wrong. If incarnated in living beings, it produces mind, and it continues to be the source of inspiration for aspiring mankind, a refuge of the struggling and storm-tossed sailors on the ocean of life, and the holy of holies of the religious devotee and worshiper. The norms of logic and of mathematics are uncreate and uncreatable, they are irrefragable and immutable, and no power on earth or in heaven can change them. We can imagine that the world was made by a great world builder, but we cannot think \PageSep{136} that logic or arithmetic or geometry was ever fashioned by either man, or ghost, or god. Here is the \index{God, Conception of}% rock on which the old-fashioned theology and all mythological God-conceptions must founder. If God were a being like man, if he had created the world as an artificer makes a tool, or a potter shapes a vessel, we would have to confess that he is a limited being. He might be infinitely greater and more powerful than man, but he would, as much as man, be subject to the same eternal laws, and he would, as much as human inventors and manufacturers, have to mind the multiplication tables, the theorems of mathematics, and the rules of logic. Happily this conception of the deity may fairly well be regarded as antiquated. We know now that God is not a big individual, like his creatures, but that he is God, creator, law, and ultimate norm of everything. He is not personal but superpersonal. The qualities that characterize God are omnipresence, eternality, intrinsic necessity, etc., and surely wherever we face eternal verities it is a sign that we are in the presence of God,---not of a mythological God, but the God of the cosmic order, the God of mathematics and of science, the God of the human soul and its aspirations, the God of will guided by ideals, the God of ethics and of duty. So long as we can trace law in nature, as there is a norm of truth and untruth, and a standard of right and wrong, we need not turn atheists, even though the traditional conception of God is not free from crudities and mythological adornments. It will be by far \PageSep{137} preferable to purify our conception of God and replace the traditional notion which during the unscientific age of human development served man as a useful surrogate, by a new conception of God, that should be higher, and nobler, and better, because truer. \PageSep{138} %[** Blank page] \PageSep{139} \PrintIndex \iffalse INDEX. Absolute@Absolute, The#absolute 25 Anschauung@\textit{Anschauung}#Anschauung 82, 97 Anyness|indexff#anyness 46 Anyness 76 Space founded on 60 Apollonius 31 Aposteriori@\textit{A posteriori}#posteriori 43, 60 Apriori@\textit{A priori}#priori 38, 64 and the purely formal|indexff#purely 40 Apparent arbitrariness of the|indexff#arbitrariness 96 constructions 112 constructions. Geometries are#geometries 127 constructions verified by experience#experience 122 Geometry is|indexnote#geometry 119 is ideal#ideal 44 Source of the#source 51 The logical 54 The purely 55 The rigidly 54, 55 Apriority of different degrees|indexff#apriority 49 Apriority of different degrees of mathematical space#mathematical 121, 129 of space-measurement|indexff#space-measurement 109 Problem of#apriority 36 Archimedes 31 As if 79 Astral geometry 15 Atomic fiction 81 Ausdehnungslehre@\textit{Ausdehnungslehre}, Grassmann's#Ausdehnungslehre 28, 30 Ausdehnungslehre@\textit{Ausdehnungslehre}, Grassmann's|indexnote#Ausdehnungslehre 29 Axiom@``Axiom,'' Euclid avoided 1, 127 Hilbert's use of 128 Axioms|indexff 1 Axioms not Common Notions 4 Ball, Sir Robert, on the nature of space|indexf#Ball 123 Bernoulli 9 Bessel, Letter of Gauss to|indexff#Bessel 12 Billingsley, Sir H.#Billingsley 82 Bolyai@Bolyai, János|indexff#Bolyai 22 Bolyai@Bolyai, János#Bolyai 98 translated 27 Boundary concepts, Utility of 74 Boundaries 78, 129 produced by halving, Even 85, 86 Bridges of Königsberg|indexf#Königsberg 102 Busch, Wilhelm 115 Carus, Paul Fundamental Problems@\textit{Fundamental Problems}|indexnote#Carus 39 Kant's Prolegomena@\textit{Kant's Prolegomena}|indexnote#Carus 39, 122 Primer of Philosophy@\textit{Primer of Philosophy}|indexnote 40 Causation apriori@\textit{a priori}#priori 53 transformation@{and transformation}#transformation 54 Kant on#Kant 40 Cayley 25 Chessboard, Problem of#chess 101 Circle Squaring of the 104 the simplest curve 75 Classification 79 Clifford 16, 32, 60 Plane constructed by 69 Common notions 2, 4, 128 Comte 38 Concreteness, Purely formal, absence of#concreteness 60 Continuum@Continuum|indexff 78 Curved space 106 Helmholtz on 113 Definitions of Euclid 1, 128 Delboeuf@Delb{\oe}uf, B. J.#oe 27 De Morgan, Augustus 10 Determinism in mathematics 104 Dimension, Definition of#dimension 85 Dimensions, Space of four|indexff#four 90 Directions of space, Infinite#directions 117 Discrete units|indexff#discrete 78 Dual number 89 Edward's Dream@\textit{Edward's Dream}#Edward 115 Egg-shaped body|indexf#egg 113 Elliptic geometry 25 Empiricism, Transcendentalism and|indexff#empiricism 38 Engel, Friedrich 26 Euclid|indexff#Euclid 31 Euclid 1-4 avoided "axiom," 1, 127 Expositions of, rearranged 128 Halsted on|indexf#Halstead 31 Euclidean geometry, classical 31, 121 Even boundaries 122 as standards of measurement|indexff#measurement 69 as standards of measurement#measurement 85, 86 produced by halving#halving 85, 86 Experience, Physiological space originates through#experience 65 Faust 133 Fictitious spaces|indexff#fictitious 109 %\PageSep{140} Flatland@\textit{Flatland}#Flatland 115 Form 60, 133 and reason 48 Four dimensional@Four-dimensional space and tridimensional beings#tridimensional 93 Four dimensions 109 Space of|indexff#space 90 Fourth dimension 25 illustrated by mirrors|indexff#mirrors 93 Gauss|indexff#Gauss 11 Gauss his letter to Bessel|indexff#Bessel 12 his letter to Taurinus|indexf#Taurinus 6, 13 Geometrical construction, Definiteness of|indexff#construction 99 Geometry \textit{a priori}|indexff#geometry 119 Astral 15 Elliptic 25 Question in 72, 73, 121 Geometries, \textit{a priori} constructions#constructions 127 God, Conception of#God 136 Grassmann|indexff 27 Grassmann 127 Grassmann|indexnote 130 Halsted, George Bruce|indexnote#Halstead 4, 20, 28 Halsted, George Bruce#Halstead 23, 26, 27, 101 on Euclid|indexf#Euclid 31 Helmholtz 26, 83 on curved space#curved 113 on two-dimensional beings|indexf#two-dimensional 110 Hilbert's use of ``axiom''#Hilbert 128 Homaloidal 18, 74 Homogeneity of space|indexff#homogeneity 66 Hypatia 31 Ideal@``Ideal'' and ``subjective,'' Kant's identification of|indexf#Kant 44 not synonyms#synonyms 64 Infinite directions of space 117 division of line#division 117 not mysterious#mysterious 118 Space is#space 116, 126 Time is#time 116 Infinitude|indexff#infinitude 116 Kant 35, 40, 61, 84 and the \textit{a priori}#priori 36, 38 his identification of ``ideal'' and ``subjective,''|indexf#subjective 44 his term \textit{Anschauung}#Anschauung 32, 97 his use of ``transcendental,''#transcendental 41 Kant@\textit{Kant's Prolegomena}|indexnote#Prolegomena 39 Keyser, Cassius Jackson#Keyser 77 Kinematoscope 80 Klein, Felix#Klein 25 Konigsberg@Königsberg, Seven bridges of|indexf#Königsberg 102 Lagrange|indexf#Lagrange 10 Lambert, Johann Heinrich|indexf#Lambert 9 Laws of nature 132 Legendre 11 Line created by construction#line 83 independent of position#position 62 Infinite division of#division 117 Shortest 84 Straightest 75, 127 Littre@Littré#Littré 38 Lobatchevsky|indexff#Lobatchevsky 20 Lobatchevsky 10, 75, 98 translated 27 Lobatchevsky's \textit{Theory of Parallels} 101 Logic is static#logic 53 Mach, Ernst 27, 65 Mathematical space|indexff#space 63 Mathematical space 67, 109 a priori@\textit{a priori}#priori 65 Apriority of#apriority 121, 129 Mathematics Analogy of, to religion#religion 134 Determinism in#determinism 104 Reality of#reality 77 Teaching of|indexff#teaching 127 Measurement Even@Even boundaries as standards of|indexff#boundaries 69 Even@Even boundaries as standards of#boundaries 85, 86 of star parallaxes#parallax 125 Standards for#standards 74 Mental activity, First rule of#activity 79 Metageometry|indexff 5 Metageometry History of#history 26 Mathematics and|indexff#mathematics 82 Mill, John Stuart#Mill 38 Mind develops through uniformities#uniform 52 Origin of#origin 51 Mirrors, Fourth dimension illustrated by|indexff#mirror 93 Monist@\textit{Monist}|indexnote#Monist 4 Monist@\textit{Monist}#Monist 27, 125 Names, Same, for parts of figures#names 130 Nasir Eddin 7 Nature@\textit{Nature}#Nature 16 a continuum#continuum 78 Laws of#law 132 Newcomb, Simon#Newcomb 25 Open Court@\textit{Open Court}|indexnote 20, 115, 130 Order in life and arithmetic#order 80 Pangeometry 22 Pappus 31 Parallel lines in spherical space#parallel 84 theorem|indexnote 4 theorem|indexf 25 theorem 98, 129 Parallels, Axiom of#parallels 3 Path of highest intensity a straight line#path 58 Peirce, Charles S., on the nature of space|indexf#Peirce 123 Physiological space|indexff#physiological 63 Physiological space#physiological 67 originates through experience#experience 65 Plane@Plane, a zero of curvature#plane 82 constructed by Clifford#Clifford 69 created by construction#construction 83 Nature of#nature 73 Significance of#significance 129 Plato 135 Plutarch 135 Poincare@Poincaré, H.#Poincar 27 Point congruent with itself#congruent 71 %\PageSep{141} Population of Great Britain determined|indexf#population 119 Position 62 Postulates 2, 128 Potentiality 63 Proclus 4, 31 Pseudo-spheres 83 Pure form 63 space, Uniqueness of|indexff#uniqueness 61 Purely \textit{a priori}, The 55 formal, absence of concreteness 60 Question in geometry 72, 73, 121 Ray a final boundary 58 Reason, Form and#reason 48 Nature of#nature 76 Rectangular pentagon 98 Religion, Analogy of mathematics to#religion 134 Riemann|indexff 15, 106 Riemann 37, 62, 96, 104, 123 Right angle created by construction#construction 83 Nature of#nature 73 Significance of#significance 129 Russell, Bertrand A. W.#Russel 26 on non-Euclidean geometry 119 Saccheri, Girolamo|indexf#Saccheri 8 Schlegel, Victor#Schlegel 30 Schoute, P. H.|indexnote#Schoute 30 Schumaker, Letter of Gauss to#Schumaker 11 Schweikart 15 Sense-experience and space|indexff#sense-experience 122 Shortest line 84 Space a manifold 108 a spread of motion|indexff#spread 56 Apriority of mathematical#apriority 121, 129 curved 126 founded on ``anyness,''#anyness 60 Helmholtz on curved#Helmholtz 113 Homogeneity of|indexff#homogeneity 66 homaloidal 74 Infinite directions of 117 Interference of|indexff#interference 101 is infinite#infinite 116, 126 Mathematical|indexff#mathematical 63 Mathematical 67, 109 Mathematical and actual#mathematical 62 of four dimensions|indexff#four 90 On the nature of|indexf#nature 123 Physiological|indexff#Physiological 63 Physiological 67 Sense-experience and|indexff#sense-experience 122 the juxtaposition of things#juxtaposition 67, 87 the possibility of motion#motion 59 the potentiality of measuring#measure 61 Uniqueness of pure|indexff#uniqueness 61 Space-conception how far \textit{a priori?}|indexf 59 product of pure activity 55 Space-measurement Apriority of|indexff#apriority 109 Various systems of|indexff#systems 104 Spaces, Fictitious|indexff 109 Squaring of the circle 104 Stackel, Paul#Stackel 26 Standards of measurement 74 Even@Even boundaries as|indexff 69 Even@Even boundaries as 85, 86 Star parallaxes, Measurements of 125 Straight line 69, 71, 112, 122 a path of highest intensity#intensity 59 created by construction#construction 83 does not exist#exist 72 indispensable|indexff#indispensable 72 Nature of#nature 73 One kind of#kind 75 Significance of#significance 129 possible 74 Straightest line 75, 127 Subjective and ideal Kant's identification of|indexf#Kant 44 not synonyms#synonym 64 Superreal, The|indexff 76 Taurinus, Letter of Gauss to|indexf#Taurinus 6, 13 Teaching of mathematics|indexff 127 Tentamen@\textit{Tentamen}#Tentamen 23 Theon 31, 32 Theory of Parallels@\textit{Theory of Parallels}, Lobatchevsky's#parallels 101 Thought-forms, systems of reference#thought-forms 61 Three, The number|indexf#three 88 Time is infinite#time 116 Transcendental@`Transcendental,'' Kant's use of#transcendental 41 Transcendentalism@Transcendentalism and Empiricism#Transcendentalism 35 Transcendentalism@Transcendentalism and Empiricism|indexff#Transcendentalism 38 Transformation, Causation and#causation 54 Tridimensional beings Four-dimensional space and#four 93 space, Two-dimensional beings and#two 91 Tridimensionality|indexff 84 Trinity, Doctrine of the#Trinity 89 Two-dimensional beings and tridimensional space 91 Uniformities 132 Mind develops through 52 Units Discrete|indexff 78 Positing of 80 Wallis, John|indexf#Wallis 7 Why@Why? 100 Zamberti 32 Ziwet, Professor|indexnote 135 %% End of index text \fi \PageSep{142} \iffalse %% [** TN: Raw OCR of catalog text follows] The Open Court Mathematical Series Essays on the Theory of Numbers. (1) Continuity and Irrational Numbers, (2) The Nature and Meaning of Numbers. By Richard Dedekind. From the German by W. W. Beman. Pages, 115. Cloth, 75 cents net. (3s. 6d. net.) These essays mark one of the distinct stages in the devel- opment of the theory of numbers. They give the founda- tion upon which the whole science of numbers may be es- tablished. The first can be read without any technical, philosophical or mathematical knowledge; the second re- quires more power of abstraction for its perusal, but power of a logical nature only. "A model of clear and beautiful reasoning." -- Journal of Physical Chemiatri). "The work of Dedekind Is verjr fundamental, and I am glad to have It in tbl.1 carefully wrougbt English version. I tbink tbe book should be of much service to American matbematicians and teachers." -- Prof. E. H. Moore, University of Chicago. "It is to be hoped that the translation will make the essays better known to English mathematicians ; they are of the very first Importance, and rank with the work of Weierstrass, Kronecker, and Cantor in the same field." -- Mature. Elementary Illustrations of the Differential and Integral Calculus. By Augustus De Morgan. New reprint edition. With subheadings and bibliography of English and foreign works on the Calculus. Price, cloth, $1.00 net. (4s. 6d net.) "It alms not at helping students to cram tor examinations, but to give a sclentiflc explanation of the rationale of these branches of mathe- matics. Like all that De Morgan wrote, it is accurate, clear and philosophic." -- Literary World, London. On the Study and Difficulties of Mathe- matics. By Augustus De Morgan. With portrait of De Morgan, Index, and Bibliographies of Modern Works on Algebra, the Philosophy of Mathematics, Pangeometry, etc. Pages, viii, 288. Cloth, $1.25 net. (5s. net.) "The point of view Is unusual ; we are confronted by a genius, who, like his kind, shows little heed for customary conventions. The shak- ing up' which this little work will give to the young teacher, the stim- ulus and Implied criticism it can furnish to the more experienced, make its possession most desirable." -- Jlficfci.i7<'»i Alvmnua. The Open Court Mathematical Series The Foundations of Geometry. By David Hilbert. Ph. D., Professor of Mathematics in the University of Gottingen. With many new additions still unpublished in German. Translated by E. J. Town- send, Ph. D., Associate Professor of Mathematics in the University of Illinois. Pages, viii, 132. C'oth. $1.00 net. (4s. 6d net.) "Professor Hilbert has become so well known to the mathematical world by his writings that the treatment of any topic by him commands the attention of mathematicians everywhere. The teachers of elemen- tary geometry In this country are to be congratulated that It Is possible for them to obtain in English such an Important discussion of these points by such an authority." -- Journal 0/ Pedagogy. Euclid's Parallel Postulate: Its Natnre.Yal- idity and Place in Geometrical Systems. By John William Withers, Ph. D. Pages vii, 192. Cloth, net $1.25. (4s. 6d. net.) "This Is a philosophical thesis, by a writer who Is really familiar with the subject on non-Euclidean geometry, and as such it is well worth reading. The first three chapters are historical ; the remaining three deal with the psychological and metaphysical aspects of the problem ; finally there is a bibliography of fifteen pages. Mr. Withers's critique, on the whole, is quite sound, although there are a few passages either vague or disputable. Mr. Withers's main contention Is that Euclid's parallel postulate is empirical, and this may be admitted in the sense that his argument requires ; at any rate, he shows the absurdity of some statements of the \Foreign{a~priori} school." -- Nature. Mathematical Essays and Recreations* By Hermann Schubert, Professor of Mathematics in Hamburg. Contents: Notion and Definition of Number ; Monism in Arithmetic; On the Nature of Mathematical Knowledge ; The Magic Square ; The Fourth Dimension ; The Squaring of the Circle. From the German by T. J. McCormack. Pages, 149. Cuts, 37. Cloth, 75 cents net. (3s. 6d. net.) "Professor Schubert's essays make delightful as well as Instructive reading. They deal, not with the dry side of mathematics, but with the philosophical side of that science on the one hand and its romantic and mystical side on the other. No great amount of mathematical knowl- edge Is necessary in order to thoroughly appreciate and enjoy them. They are admirably lucid and simple and answer questions in which every Intelligent man is Interested." -- Chicaao Bveninp Post. "They should delight the jaded teacher of elementary arithmetic, who Is too liable to drop into a mere rule of thumb system and forget the Bctentiflc side of bis work. Their chief merit is however their intel- ligibility. Even the lay mind can understand and take a deep interest In what the German professor has to say on the history of magic squares, the fourth dimension and squaring of the circle." -- Saturday Review. The Open Court Mathematical Series A Brief History of Mathematics. By the late Dr. Karl Fink, Tubingen, Germany. Trans- lated by Wooster Woodruff Beman, Professor of Math- ematics in the University of Michigan, and David Eugene Smith, Professor of Mathematics in Teachers' College. Columbia University, New York City. With biographical notes and full index. Second revised edition. Pages, xii, 333. Cloth, $1.50 net. (5s. 6d. net.) "Dr. Fink's work is the most systematic attempt yet made to present a compendious history of mathematics." -- The Outlook. "This book is the best that has appeared in English. It should find a place in the library ot every teacher of mathematics." -- The Inland Educator. Lectures on Elementary Mathematics. By Joseph Louis Lagrange. With portrait and biography of Lagrange. Translated from the French by T. J. Mc- Cormack. Pages, 172. Cloth, $1.00 net. (4s. 6d. net.) "Historical and methodological remarks abound, and are so woven to- gether with the mathematical material proper, and the whole is so vivified by the clear and almost chatty style of the author as to give the lectures a charm for the readers not often to be found in mathe- matical works." -- Bulletin American Mathematical Society. A Scrapbook of Elementary Mathematics. By Wm. F. White, State Normal School, New Paltz, N. Y. Cloth. Pages, 248. $1.00 net. (5s. net.) A collection of Accounts, Essays, Recreations and Notes, selected for their conspicuous interest from the domain of mathematics, and calculated to reveal that domain as a world in which invention and imagination are prodigiously enabled, and in which the practice of generalization is car- ried to extents undreamed of by the ordinary thinker, who has at his command only the resources of ordinary lan- guage. A few of the seventy sections of this attractive book have the following suggestive titles: Familiar Tricks, Algebraic Fallacies. Geometric Puzzles. Linkages, A Few Surprising Facts, Labyrinths. The Nature of Mathematical Reasoning, Alice in the Wonderland of Mathematics. The book is supplied with Bibliographic Notes, Bibliographic Index and a copious General Index. "The book Is interesting, valuable and suggestive. It is a book that really fills a long-felt want. It is a book that should be in the library of every high school and on the desk of every teacher of mathematics." -- The Edurator-Journal. The Open Court Mathematical Series Geometric Exercises in Paper-Folding. By T. SuNDARA Row. Edited and revised by W. W. Be- MAN and D. E. Smith. With half-tone engravings from photographs of actual exercises, and a package of papers for folding. Pages, x, 148. Price, cloth, $1.00 net. (4s. 6d. net.) "The book Is simply a revelation In paper folding. All sorts of things are done with the paper squares, and a large number of geometric figures are constructed and explained In the simplest way." -- Teachers' Institute. Magic Squares and Cubes. By W. S. Andrews. With chapters by Paul Carus, L. S. Frierson and C. A. Browne, Jr., and Introduction by Paul Carus. Price, $1.50 net. (7s.6d.net.) The first two chapters consist of a general discussion of the general qualities and characteristics of odd and even tnagic squares and cubes, and notes on their construction. The third describes the squares of Benjamin Franklin and their characteristics, while Dr. Carus adds a further analysis of these squares. The fourth chapter contains "Reflections on Magic Squares" by Dr. Carus, in which he brings out the intrinsic harmony and symmetry which exists in the laws governing the construction of these apparently mag- ical groups of numbers. Mr. Frierson's "Mathematical Study of Magic Squares," which forms the fifth chapter, states the laws in algebraic formulas. Mr. Browne con- tributes a chapter on "Magic Squares and Pythagorean Numbers," in which he shows the importance laid by the ancients on strange and mystical combinations of figures. The book closes with three chapters of generalizations in which Mr. Andrews discusses "Some Curious Magic Squares and Combinations," "Notes on Various Con- structive Plans by Which Magic Squares May Be Classi- fied," and "The Mathematical Value of Magic Squares." "The examples are numerous ; the lavs and rules, some of them original, for making squares are well worked out. The volume is attractive In appearance, and what Is of the greatest Importance In such a work, the proof-reading has been careful." -- The Nation. The Foundations of Mathematics. A Contribution to The Philosophy of Geometry. By Dr. Paul Carus. 140 pages. Cloth. Gilt top. 7.5 cents net. (3s. 6d. net.) The Open Court Publishing Go. 378-38S Wabash Avenue Chicago %% End of catalog text \fi %%%%%%%%%%%%%%%%%%%%%%%%% GUTENBERG LICENSE %%%%%%%%%%%%%%%%%%%%%%%%%% \BackMatter \PGLicense \begin{PGtext} End of Project Gutenberg's The Foundations of Mathematics, by Paul Carus *** END OF THIS PROJECT GUTENBERG EBOOK THE FOUNDATIONS OF MATHEMATICS *** ***** This file should be named 57355-pdf.pdf or 57355-pdf.zip ***** This and all associated files of various formats will be found in: http://book.klll.cc/5/7/3/5/57355/ Produced by Andrew D. Hwang Updated editions will replace the previous one--the old editions will be renamed. Creating the works from print editions not protected by U.S. copyright law means that no one owns a United States copyright in these works, so the Foundation (and you!) can copy and distribute it in the United States without permission and without paying copyright royalties. Special rules, set forth in the General Terms of Use part of this license, apply to copying and distributing Project Gutenberg-tm electronic works to protect the PROJECT GUTENBERG-tm concept and trademark. Project Gutenberg is a registered trademark, and may not be used if you charge for the eBooks, unless you receive specific permission. If you do not charge anything for copies of this eBook, complying with the rules is very easy. You may use this eBook for nearly any purpose such as creation of derivative works, reports, performances and research. They may be modified and printed and given away--you may do practically ANYTHING in the United States with eBooks not protected by U.S. copyright law. Redistribution is subject to the trademark license, especially commercial redistribution. START: FULL LICENSE THE FULL PROJECT GUTENBERG LICENSE PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK To protect the Project Gutenberg-tm mission of promoting the free distribution of electronic works, by using or distributing this work (or any other work associated in any way with the phrase "Project Gutenberg"), you agree to comply with all the terms of the Full Project Gutenberg-tm License available with this file or online at book.klll.cc/license. Section 1. General Terms of Use and Redistributing Project Gutenberg-tm electronic works 1.A. By reading or using any part of this Project Gutenberg-tm electronic work, you indicate that you have read, understand, agree to and accept all the terms of this license and intellectual property (trademark/copyright) agreement. If you do not agree to abide by all the terms of this agreement, you must cease using and return or destroy all copies of Project Gutenberg-tm electronic works in your possession. If you paid a fee for obtaining a copy of or access to a Project Gutenberg-tm electronic work and you do not agree to be bound by the terms of this agreement, you may obtain a refund from the person or entity to whom you paid the fee as set forth in paragraph 1.E.8. 1.B. "Project Gutenberg" is a registered trademark. It may only be used on or associated in any way with an electronic work by people who agree to be bound by the terms of this agreement. There are a few things that you can do with most Project Gutenberg-tm electronic works even without complying with the full terms of this agreement. See paragraph 1.C below. There are a lot of things you can do with Project Gutenberg-tm electronic works if you follow the terms of this agreement and help preserve free future access to Project Gutenberg-tm electronic works. See paragraph 1.E below. 1.C. The Project Gutenberg Literary Archive Foundation ("the Foundation" or PGLAF), owns a compilation copyright in the collection of Project Gutenberg-tm electronic works. Nearly all the individual works in the collection are in the public domain in the United States. If an individual work is unprotected by copyright law in the United States and you are located in the United States, we do not claim a right to prevent you from copying, distributing, performing, displaying or creating derivative works based on the work as long as all references to Project Gutenberg are removed. Of course, we hope that you will support the Project Gutenberg-tm mission of promoting free access to electronic works by freely sharing Project Gutenberg-tm works in compliance with the terms of this agreement for keeping the Project Gutenberg-tm name associated with the work. You can easily comply with the terms of this agreement by keeping this work in the same format with its attached full Project Gutenberg-tm License when you share it without charge with others. 1.D. The copyright laws of the place where you are located also govern what you can do with this work. Copyright laws in most countries are in a constant state of change. If you are outside the United States, check the laws of your country in addition to the terms of this agreement before downloading, copying, displaying, performing, distributing or creating derivative works based on this work or any other Project Gutenberg-tm work. The Foundation makes no representations concerning the copyright status of any work in any country outside the United States. 1.E. Unless you have removed all references to Project Gutenberg: 1.E.1. The following sentence, with active links to, or other immediate access to, the full Project Gutenberg-tm License must appear prominently whenever any copy of a Project Gutenberg-tm work (any work on which the phrase "Project Gutenberg" appears, or with which the phrase "Project Gutenberg" is associated) is accessed, displayed, performed, viewed, copied or distributed: This eBook is for the use of anyone anywhere in the United States and most other parts of the world at no cost and with almost no restrictions whatsoever. You may copy it, give it away or re-use it under the terms of the Project Gutenberg License included with this eBook or online at book.klll.cc. If you are not located in the United States, you'll have to check the laws of the country where you are located before using this ebook. 1.E.2. If an individual Project Gutenberg-tm electronic work is derived from texts not protected by U.S. copyright law (does not contain a notice indicating that it is posted with permission of the copyright holder), the work can be copied and distributed to anyone in the United States without paying any fees or charges. If you are redistributing or providing access to a work with the phrase "Project Gutenberg" associated with or appearing on the work, you must comply either with the requirements of paragraphs 1.E.1 through 1.E.7 or obtain permission for the use of the work and the Project Gutenberg-tm trademark as set forth in paragraphs 1.E.8 or 1.E.9. 1.E.3. If an individual Project Gutenberg-tm electronic work is posted with the permission of the copyright holder, your use and distribution must comply with both paragraphs 1.E.1 through 1.E.7 and any additional terms imposed by the copyright holder. Additional terms will be linked to the Project Gutenberg-tm License for all works posted with the permission of the copyright holder found at the beginning of this work. 1.E.4. Do not unlink or detach or remove the full Project Gutenberg-tm License terms from this work, or any files containing a part of this work or any other work associated with Project Gutenberg-tm. 1.E.5. Do not copy, display, perform, distribute or redistribute this electronic work, or any part of this electronic work, without prominently displaying the sentence set forth in paragraph 1.E.1 with active links or immediate access to the full terms of the Project Gutenberg-tm License. 1.E.6. You may convert to and distribute this work in any binary, compressed, marked up, nonproprietary or proprietary form, including any word processing or hypertext form. However, if you provide access to or distribute copies of a Project Gutenberg-tm work in a format other than "Plain Vanilla ASCII" or other format used in the official version posted on the official Project Gutenberg-tm web site (book.klll.cc), you must, at no additional cost, fee or expense to the user, provide a copy, a means of exporting a copy, or a means of obtaining a copy upon request, of the work in its original "Plain Vanilla ASCII" or other form. Any alternate format must include the full Project Gutenberg-tm License as specified in paragraph 1.E.1. 1.E.7. Do not charge a fee for access to, viewing, displaying, performing, copying or distributing any Project Gutenberg-tm works unless you comply with paragraph 1.E.8 or 1.E.9. 1.E.8. You may charge a reasonable fee for copies of or providing access to or distributing Project Gutenberg-tm electronic works provided that * You pay a royalty fee of 20% of the gross profits you derive from the use of Project Gutenberg-tm works calculated using the method you already use to calculate your applicable taxes. The fee is owed to the owner of the Project Gutenberg-tm trademark, but he has agreed to donate royalties under this paragraph to the Project Gutenberg Literary Archive Foundation. Royalty payments must be paid within 60 days following each date on which you prepare (or are legally required to prepare) your periodic tax returns. Royalty payments should be clearly marked as such and sent to the Project Gutenberg Literary Archive Foundation at the address specified in Section 4, "Information about donations to the Project Gutenberg Literary Archive Foundation." * You provide a full refund of any money paid by a user who notifies you in writing (or by e-mail) within 30 days of receipt that s/he does not agree to the terms of the full Project Gutenberg-tm License. You must require such a user to return or destroy all copies of the works possessed in a physical medium and discontinue all use of and all access to other copies of Project Gutenberg-tm works. * You provide, in accordance with paragraph 1.F.3, a full refund of any money paid for a work or a replacement copy, if a defect in the electronic work is discovered and reported to you within 90 days of receipt of the work. * You comply with all other terms of this agreement for free distribution of Project Gutenberg-tm works. 1.E.9. If you wish to charge a fee or distribute a Project Gutenberg-tm electronic work or group of works on different terms than are set forth in this agreement, you must obtain permission in writing from both the Project Gutenberg Literary Archive Foundation and The Project Gutenberg Trademark LLC, the owner of the Project Gutenberg-tm trademark. Contact the Foundation as set forth in Section 3 below. 1.F. 1.F.1. Project Gutenberg volunteers and employees expend considerable effort to identify, do copyright research on, transcribe and proofread works not protected by U.S. copyright law in creating the Project Gutenberg-tm collection. Despite these efforts, Project Gutenberg-tm electronic works, and the medium on which they may be stored, may contain "Defects," such as, but not limited to, incomplete, inaccurate or corrupt data, transcription errors, a copyright or other intellectual property infringement, a defective or damaged disk or other medium, a computer virus, or computer codes that damage or cannot be read by your equipment. 1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for the "Right of Replacement or Refund" described in paragraph 1.F.3, the Project Gutenberg Literary Archive Foundation, the owner of the Project Gutenberg-tm trademark, and any other party distributing a Project Gutenberg-tm electronic work under this agreement, disclaim all liability to you for damages, costs and expenses, including legal fees. YOU AGREE THAT YOU HAVE NO REMEDIES FOR NEGLIGENCE, STRICT LIABILITY, BREACH OF WARRANTY OR BREACH OF CONTRACT EXCEPT THOSE PROVIDED IN PARAGRAPH 1.F.3. YOU AGREE THAT THE FOUNDATION, THE TRADEMARK OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE OR INCIDENTAL DAMAGES EVEN IF YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH DAMAGE. 1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a defect in this electronic work within 90 days of receiving it, you can receive a refund of the money (if any) you paid for it by sending a written explanation to the person you received the work from. If you received the work on a physical medium, you must return the medium with your written explanation. The person or entity that provided you with the defective work may elect to provide a replacement copy in lieu of a refund. If you received the work electronically, the person or entity providing it to you may choose to give you a second opportunity to receive the work electronically in lieu of a refund. If the second copy is also defective, you may demand a refund in writing without further opportunities to fix the problem. 1.F.4. Except for the limited right of replacement or refund set forth in paragraph 1.F.3, this work is provided to you 'AS-IS', WITH NO OTHER WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PURPOSE. 1.F.5. Some states do not allow disclaimers of certain implied warranties or the exclusion or limitation of certain types of damages. If any disclaimer or limitation set forth in this agreement violates the law of the state applicable to this agreement, the agreement shall be interpreted to make the maximum disclaimer or limitation permitted by the applicable state law. The invalidity or unenforceability of any provision of this agreement shall not void the remaining provisions. 1.F.6. INDEMNITY - You agree to indemnify and hold the Foundation, the trademark owner, any agent or employee of the Foundation, anyone providing copies of Project Gutenberg-tm electronic works in accordance with this agreement, and any volunteers associated with the production, promotion and distribution of Project Gutenberg-tm electronic works, harmless from all liability, costs and expenses, including legal fees, that arise directly or indirectly from any of the following which you do or cause to occur: (a) distribution of this or any Project Gutenberg-tm work, (b) alteration, modification, or additions or deletions to any Project Gutenberg-tm work, and (c) any Defect you cause. Section 2. Information about the Mission of Project Gutenberg-tm Project Gutenberg-tm is synonymous with the free distribution of electronic works in formats readable by the widest variety of computers including obsolete, old, middle-aged and new computers. It exists because of the efforts of hundreds of volunteers and donations from people in all walks of life. Volunteers and financial support to provide volunteers with the assistance they need are critical to reaching Project Gutenberg-tm's goals and ensuring that the Project Gutenberg-tm collection will remain freely available for generations to come. In 2001, the Project Gutenberg Literary Archive Foundation was created to provide a secure and permanent future for Project Gutenberg-tm and future generations. To learn more about the Project Gutenberg Literary Archive Foundation and how your efforts and donations can help, see Sections 3 and 4 and the Foundation information page at book.klll.cc Section 3. Information about the Project Gutenberg Literary Archive Foundation The Project Gutenberg Literary Archive Foundation is a non profit 501(c)(3) educational corporation organized under the laws of the state of Mississippi and granted tax exempt status by the Internal Revenue Service. The Foundation's EIN or federal tax identification number is 64-6221541. Contributions to the Project Gutenberg Literary Archive Foundation are tax deductible to the full extent permitted by U.S. federal laws and your state's laws. The Foundation's principal office is in Fairbanks, Alaska, with the mailing address: PO Box 750175, Fairbanks, AK 99775, but its volunteers and employees are scattered throughout numerous locations. Its business office is located at 809 North 1500 West, Salt Lake City, UT 84116, (801) 596-1887. Email contact links and up to date contact information can be found at the Foundation's web site and official page at book.klll.cc/contact For additional contact information: Dr. Gregory B. Newby Chief Executive and Director gbnewby@pglaf.org Section 4. Information about Donations to the Project Gutenberg Literary Archive Foundation Project Gutenberg-tm depends upon and cannot survive without wide spread public support and donations to carry out its mission of increasing the number of public domain and licensed works that can be freely distributed in machine readable form accessible by the widest array of equipment including outdated equipment. Many small donations ($1 to $5,000) are particularly important to maintaining tax exempt status with the IRS. The Foundation is committed to complying with the laws regulating charities and charitable donations in all 50 states of the United States. Compliance requirements are not uniform and it takes a considerable effort, much paperwork and many fees to meet and keep up with these requirements. We do not solicit donations in locations where we have not received written confirmation of compliance. To SEND DONATIONS or determine the status of compliance for any particular state visit book.klll.cc/donate While we cannot and do not solicit contributions from states where we have not met the solicitation requirements, we know of no prohibition against accepting unsolicited donations from donors in such states who approach us with offers to donate. International donations are gratefully accepted, but we cannot make any statements concerning tax treatment of donations received from outside the United States. U.S. laws alone swamp our small staff. Please check the Project Gutenberg Web pages for current donation methods and addresses. Donations are accepted in a number of other ways including checks, online payments and credit card donations. To donate, please visit: book.klll.cc/donate Section 5. General Information About Project Gutenberg-tm electronic works. Professor Michael S. Hart was the originator of the Project Gutenberg-tm concept of a library of electronic works that could be freely shared with anyone. For forty years, he produced and distributed Project Gutenberg-tm eBooks with only a loose network of volunteer support. Project Gutenberg-tm eBooks are often created from several printed editions, all of which are confirmed as not protected by copyright in the U.S. unless a copyright notice is included. Thus, we do not necessarily keep eBooks in compliance with any particular paper edition. Most people start at our Web site which has the main PG search facility: book.klll.cc This Web site includes information about Project Gutenberg-tm, including how to make donations to the Project Gutenberg Literary Archive Foundation, how to help produce our new eBooks, and how to subscribe to our email newsletter to hear about new eBooks. \end{PGtext} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % End of Project Gutenberg's The Foundations of Mathematics, by Paul Carus% % % % *** END OF THIS PROJECT GUTENBERG EBOOK THE FOUNDATIONS OF MATHEMATICS *** % % % ***** This file should be named 57355-t.tex or 57355-t.zip ***** % % This and all associated files of various formats will be found in: % % http://book.klll.cc/5/7/3/5/57355/ % % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \end{document} ### @ControlwordReplace = ( ['\\ie', 'i.e.'], ['\\eg', 'e.g.'], ['\\AD', 'A.D.'] ); @ControlwordArguments = ( ['\\Signature', 1, 1, '', ' ', 1, 1, '', ' ', 1, 1, '', ' ', 1, 1, '', ''], ['\\BookMark', 1, 0, '', '', 1, 0, '', ''], ['\\First', 1, 1, '', ''], ['\\Foreign', 1, 1, '', ''], ['\\Input', 1, 0, '', ''], ['\\Grk', 1, 0, '', ''], ['\\Chapter', 0, 0, '', '', 1, 1, '', ''], ['\\Section', 1, 1, '', ''], ['\\Pagelabel', 1, 0, '', ''], ['\\Pageref', 1, 1, 'p. ', ''], ['\\Typo', 1, 0, '', '', 1, 1, '', ''], ['\\Add', 1, 1, '', ''], ['\\Note', 1, 0, '', ''], ['\\Chg', 1, 0, '', '', 1, 1, '', ''] ); $PageSeparator = qr/^\\PageSep/; $CustomClean = 'print "\\nCustom cleaning in progress..."; my $cline = 0; while ($cline <= $#file) { $file[$cline] =~ s/--------[^\n]*\n//; # strip page separators $cline++ } print "done\\n";'; ### This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian) (format=pdflatex 2017.8.22) 18 JUN 2018 16:10 entering extended mode %&-line parsing enabled. **57355-t.tex (./57355-t.tex LaTeX2e <2011/06/27> Babel <3.9h> and hyphenation patterns for 78 languages loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls Document Class: book 2007/10/19 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/leqno.clo File: leqno.clo 1998/08/17 v1.1c Standard LaTeX option (left equation numbers) ) (/usr/share/texlive/texmf-dist/tex/latex/base/bk12.clo File: bk12.clo 2007/10/19 v1.4h Standard LaTeX file (size option) ) \c@part=\count79 \c@chapter=\count80 \c@section=\count81 \c@subsection=\count82 \c@subsubsection=\count83 \c@paragraph=\count84 \c@subparagraph=\count85 \c@figure=\count86 \c@table=\count87 \abovecaptionskip=\skip41 \belowcaptionskip=\skip42 \bibindent=\dimen102 ) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty Package: inputenc 2008/03/30 v1.1d Input encoding file \inpenc@prehook=\toks14 \inpenc@posthook=\toks15 (/usr/share/texlive/texmf-dist/tex/latex/base/latin1.def File: latin1.def 2008/03/30 v1.1d Input encoding file )) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC) ) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty Package: amsmath 2013/01/14 v2.14 AMS math features \@mathmargin=\skip43 For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty Package: amstext 2000/06/29 v2.01 (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty File: amsgen.sty 1999/11/30 v2.0 \@emptytoks=\toks16 \ex@=\dimen103 )) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty Package: amsbsy 1999/11/29 v1.2d \pmbraise@=\dimen104 ) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty Package: amsopn 1999/12/14 v2.01 operator names ) \inf@bad=\count88 LaTeX Info: Redefining \frac on input line 210. \uproot@=\count89 \leftroot@=\count90 LaTeX Info: Redefining \overline on input line 306. \classnum@=\count91 \DOTSCASE@=\count92 LaTeX Info: Redefining \ldots on input line 378. LaTeX Info: Redefining \dots on input line 381. LaTeX Info: Redefining \cdots on input line 466. \Mathstrutbox@=\box26 \strutbox@=\box27 \big@size=\dimen105 LaTeX Font Info: Redeclaring font encoding OML on input line 566. LaTeX Font Info: Redeclaring font encoding OMS on input line 567. \macc@depth=\count93 \c@MaxMatrixCols=\count94 \dotsspace@=\muskip10 \c@parentequation=\count95 \dspbrk@lvl=\count96 \tag@help=\toks17 \row@=\count97 \column@=\count98 \maxfields@=\count99 \andhelp@=\toks18 \eqnshift@=\dimen106 \alignsep@=\dimen107 \tagshift@=\dimen108 \tagwidth@=\dimen109 \totwidth@=\dimen110 \lineht@=\dimen111 \@envbody=\toks19 \multlinegap=\skip44 \multlinetaggap=\skip45 \mathdisplay@stack=\toks20 LaTeX Info: Redefining \[ on input line 2665. LaTeX Info: Redefining \] on input line 2666. ) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty Package: amssymb 2013/01/14 v3.01 AMS font symbols (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support \symAMSa=\mathgroup4 \symAMSb=\mathgroup5 LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' (Font) U/euf/m/n --> U/euf/b/n on input line 106. )) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty Package: alltt 1997/06/16 v2.0g defines alltt environment ) (/usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty Package: indentfirst 1995/11/23 v1.03 Indent first paragraph (DPC) ) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty Package: multicol 2011/06/27 v1.7a multicolumn formatting (FMi) \c@tracingmulticols=\count100 \mult@box=\box28 \multicol@leftmargin=\dimen112 \c@unbalance=\count101 \c@collectmore=\count102 \doublecol@number=\count103 \multicoltolerance=\count104 \multicolpretolerance=\count105 \full@width=\dimen113 \page@free=\dimen114 \premulticols=\dimen115 \postmulticols=\dimen116 \multicolsep=\skip46 \multicolbaselineskip=\skip47 \partial@page=\box29 \last@line=\box30 \mult@rightbox=\box31 \mult@grightbox=\box32 \mult@gfirstbox=\box33 \mult@firstbox=\box34 \@tempa=\box35 \@tempa=\box36 \@tempa=\box37 \@tempa=\box38 \@tempa=\box39 \@tempa=\box40 \@tempa=\box41 \@tempa=\box42 \@tempa=\box43 \@tempa=\box44 \@tempa=\box45 \@tempa=\box46 \@tempa=\box47 \@tempa=\box48 \@tempa=\box49 \@tempa=\box50 \@tempa=\box51 \c@columnbadness=\count106 \c@finalcolumnbadness=\count107 \last@try=\dimen117 \multicolovershoot=\dimen118 \multicolundershoot=\dimen119 \mult@nat@firstbox=\box52 \colbreak@box=\box53 \multicol@sort@counter=\count108 ) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty Package: makeidx 2000/03/29 v1.0m Standard LaTeX package ) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty Package: keyval 1999/03/16 v1.13 key=value parser (DPC) \KV@toks@=\toks21 ) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR) (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty Package: trig 1999/03/16 v1.09 sin cos tan (DPC) ) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live ) Package graphics Info: Driver file: pdftex.def on input line 91. (/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO) ) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO) ) \Gread@gobject=\count109 )) \Gin@req@height=\dimen120 \Gin@req@width=\dimen121 ) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty Package: babel 2013/12/03 3.9h The Babel package (/usr/share/texlive/texmf-dist/tex/generic/babel-greek/greek.ldf Language: greek 2013/12/03 v1.8a Greek support for the babel system (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def File: babel.def 2013/12/03 3.9h Babel common definitions \babel@savecnt=\count110 \U@D=\dimen122 ) (/usr/share/texlive/texmf-dist/tex/latex/greek-fontenc/lgrenc.def File: lgrenc.def 2013/07/16 v0.9 LGR Greek font encoding definitions (/usr/share/texlive/texmf-dist/tex/latex/greek-fontenc/greek-fontenc.def File: greek-fontenc.def 2013/11/28 v0.11 Common Greek font encoding definitions ))) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf Language: english 2012/08/20 v3.3p English support from the babel system \l@canadian = a dialect from \language\l@american \l@australian = a dialect from \language\l@british \l@newzealand = a dialect from \language\l@british )) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ) \calc@Acount=\count111 \calc@Bcount=\count112 \calc@Adimen=\dimen123 \calc@Bdimen=\dimen124 \calc@Askip=\skip48 \calc@Bskip=\skip49 LaTeX Info: Redefining \setlength on input line 76. LaTeX Info: Redefining \addtolength on input line 77. \calc@Ccount=\count113 \calc@Cskip=\skip50 ) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty \fancy@headwidth=\skip51 \f@ncyO@elh=\skip52 \f@ncyO@erh=\skip53 \f@ncyO@olh=\skip54 \f@ncyO@orh=\skip55 \f@ncyO@elf=\skip56 \f@ncyO@erf=\skip57 \f@ncyO@olf=\skip58 \f@ncyO@orf=\skip59 ) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty Package: geometry 2010/09/12 v5.6 Page Geometry (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO) Package ifpdf Info: pdfTeX in PDF mode is detected. ) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO) Package ifvtex Info: VTeX not detected. ) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional ) \Gm@cnth=\count114 \Gm@cntv=\count115 \c@Gm@tempcnt=\count116 \Gm@bindingoffset=\dimen125 \Gm@wd@mp=\dimen126 \Gm@odd@mp=\dimen127 \Gm@even@mp=\dimen128 \Gm@layoutwidth=\dimen129 \Gm@layoutheight=\dimen130 \Gm@layouthoffset=\dimen131 \Gm@layoutvoffset=\dimen132 \Gm@dimlist=\toks22 ) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO) Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO) Package hobsub Info: Skipping package `infwarerr' (already loaded). Package hobsub Info: Skipping package `ltxcmds' (already loaded). Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO) Package ifluatex Info: LuaTeX not detected. Package hobsub Info: Skipping package `ifvtex' (already loaded). Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO) Package hobsub Info: Skipping package `ifpdf' (already loaded). Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO) Package etexcmds Info: Could not find \expanded. (etexcmds) That can mean that you are not using pdfTeX 1.50 or (etexcmds) that some package has redefined \expanded. (etexcmds) In the latter case, load this package earlier. Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO) Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO) Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO ) Package pdftexcmds Info: LuaTeX not detected. Package pdftexcmds Info: \pdf@primitive is available. Package pdftexcmds Info: \pdf@ifprimitive is available. Package pdftexcmds Info: \pdfdraftmode found. Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO) Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO ) Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO) Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO) ) Package hobsub Info: Skipping package `hobsub' (already loaded). Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO) Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO) Package: xcolor-patch 2011/01/30 xcolor patch Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO) Package atveryend Info: \enddocument detected (standard20110627). Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO) Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO) Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO) ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO) ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO) ) \@linkdim=\dimen133 \Hy@linkcounter=\count117 \Hy@pagecounter=\count118 (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO) ) \Hy@SavedSpaceFactor=\count119 (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive ) Package hyperref Info: Option `hyperfootnotes' set `false' on input line 4319. Package hyperref Info: Option `bookmarks' set `true' on input line 4319. Package hyperref Info: Option `linktocpage' set `false' on input line 4319. Package hyperref Info: Option `pdfdisplaydoctitle' set `true' on input line 431 9. Package hyperref Info: Option `pdfpagelabels' set `true' on input line 4319. Package hyperref Info: Option `bookmarksopen' set `true' on input line 4319. Package hyperref Info: Option `colorlinks' set `true' on input line 4319. Package hyperref Info: Hyper figures OFF on input line 4443. Package hyperref Info: Link nesting OFF on input line 4448. Package hyperref Info: Hyper index ON on input line 4451. Package hyperref Info: Plain pages OFF on input line 4458. Package hyperref Info: Backreferencing OFF on input line 4463. Package hyperref Info: Implicit mode ON; LaTeX internals redefined. Package hyperref Info: Bookmarks ON on input line 4688. \c@Hy@tempcnt=\count120 (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty \Urlmuskip=\muskip11 Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. ) LaTeX Info: Redefining \url on input line 5041. \XeTeXLinkMargin=\dimen134 \Fld@menulength=\count121 \Field@Width=\dimen135 \Fld@charsize=\dimen136 Package hyperref Info: Hyper figures OFF on input line 6295. Package hyperref Info: Link nesting OFF on input line 6300. Package hyperref Info: Hyper index ON on input line 6303. Package hyperref Info: backreferencing OFF on input line 6310. Package hyperref Info: Link coloring ON on input line 6313. Package hyperref Info: Link coloring with OCG OFF on input line 6320. Package hyperref Info: PDF/A mode OFF on input line 6325. LaTeX Info: Redefining \ref on input line 6365. LaTeX Info: Redefining \pageref on input line 6369. \Hy@abspage=\count122 \c@Item=\count123 ) Package hyperref Message: Driver: hpdftex. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def File: hpdftex.def 2012/11/06 v6.83m Hyperref driver for pdfTeX \Fld@listcount=\count124 \c@bookmark@seq@number=\count125 (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO) Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2 82. ) \Hy@SectionHShift=\skip60 ) \TmpLen=\skip61 \@indexfile=\write3 \openout3 = `57355-t.idx'. Writing index file 57355-t.idx \c@SecNo=\count126 (./57355-t.aux) \openout1 = `57355-t.aux'. LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 469. LaTeX Font Info: ... okay on input line 469. LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 469. LaTeX Font Info: ... okay on input line 469. LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 469. LaTeX Font Info: ... okay on input line 469. LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 469. LaTeX Font Info: ... okay on input line 469. LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 469. LaTeX Font Info: ... okay on input line 469. LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 469. LaTeX Font Info: ... okay on input line 469. LaTeX Font Info: Checking defaults for LGR/cmr/m/n on input line 469. LaTeX Font Info: Try loading font information for LGR+cmr on input line 469. (/usr/share/texlive/texmf-dist/tex/latex/cbfonts-fd/lgrcmr.fd File: lgrcmr.fd 2013/09/01 v1.0 Greek European Computer Regular ) LaTeX Font Info: ... okay on input line 469. LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 469. LaTeX Font Info: ... okay on input line 469. (/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] \scratchcounter=\count127 \scratchdimen=\dimen137 \scratchbox=\box54 \nofMPsegments=\count128 \nofMParguments=\count129 \everyMPshowfont=\toks23 \MPscratchCnt=\count130 \MPscratchDim=\dimen138 \MPnumerator=\count131 \makeMPintoPDFobject=\count132 \everyMPtoPDFconversion=\toks24 ) *geometry* driver: auto-detecting *geometry* detected driver: pdftex *geometry* verbose mode - [ preamble ] result: * driver: pdftex * paper: * layout: * layoutoffset:(h,v)=(0.0pt,0.0pt) * hratio: 1:1 * modes: includehead includefoot twoside * h-part:(L,W,R)=(9.03375pt, 307.14749pt, 9.03375pt) * v-part:(T,H,B)=(1.26749pt, 466.58623pt, 1.90128pt) * \paperwidth=325.215pt * \paperheight=469.75499pt * \textwidth=307.14749pt * \textheight=404.71243pt * \oddsidemargin=-63.23624pt * \evensidemargin=-63.23624pt * \topmargin=-71.0025pt * \headheight=12.0pt * \headsep=19.8738pt * \topskip=12.0pt * \footskip=30.0pt * \marginparwidth=98.0pt * \marginparsep=7.0pt * \columnsep=10.0pt * \skip\footins=10.8pt plus 4.0pt minus 2.0pt * \hoffset=0.0pt * \voffset=0.0pt * \mag=1000 * \@twocolumnfalse * \@twosidetrue * \@mparswitchtrue * \@reversemarginfalse * (1in=72.27pt=25.4mm, 1cm=28.453pt) \AtBeginShipoutBox=\box55 (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive ) Package color Info: Driver file: pdftex.def on input line 130. ) Package hyperref Info: Link coloring ON on input line 469. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO) ) \c@section@level=\count133 ) LaTeX Info: Redefining \ref on input line 469. LaTeX Info: Redefining \pageref on input line 469. LaTeX Info: Redefining \nameref on input line 469. (./57355-t.out) (./57355-t.out) \@outlinefile=\write4 \openout4 = `57355-t.out'. Overfull \hbox (15.85715pt too wide) in paragraph at lines 476--476 []\OT1/cmtt/m/n/8 The Project Gutenberg EBook of The Foundations of Mathematics , by Paul Carus[] [] Overfull \hbox (7.35703pt too wide) in paragraph at lines 478--478 []\OT1/cmtt/m/n/8 This eBook is for the use of anyone anywhere in the United St ates and most[] [] Overfull \hbox (7.35703pt too wide) in paragraph at lines 480--480 []\OT1/cmtt/m/n/8 whatsoever. You may copy it, give it away or re-use it under the terms of[] [] Overfull \hbox (15.85715pt too wide) in paragraph at lines 482--482 []\OT1/cmtt/m/n/8 book.klll.cc. If you are not located in the United Stat es, you'll have[] [] Overfull \hbox (28.60733pt too wide) in paragraph at lines 483--483 []\OT1/cmtt/m/n/8 to check the laws of the country where you are located before using this ebook.[] [] Overfull \hbox (15.85715pt too wide) in paragraph at lines 496--496 []\OT1/cmtt/m/n/8 *** START OF THIS PROJECT GUTENBERG EBOOK THE FOUNDATIONS OF MATHEMATICS ***[] [] LaTeX Font Info: Try loading font information for U+msa on input line 498. (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd File: umsa.fd 2013/01/14 v3.01 AMS symbols A ) LaTeX Font Info: Try loading font information for U+msb on input line 498. (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd File: umsb.fd 2013/01/14 v3.01 AMS symbols B ) [1 {/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [1 ] [2] (./57355-t.toc [3 ] Underfull \hbox (badness 2318) in paragraph at lines 34--34 []\OT1/cmr/m/n/10.95 One Space, but Var-i-ous Sys-tems of Space- [] ) \tf@toc=\write5 \openout5 = `57355-t.toc'. [4] [5] [1 ] [2] [3] [4] [5] [6] [7] [8] <./images/page009.pdf, id=363, 175.6161pt x 86.24 22pt> File: ./images/page009.pdf Graphic file (type pdf) Package pdftex.def Info: ./images/page009.pdf used on input line 986. (pdftex.def) Requested size: 175.61568pt x 86.24197pt. [9 <./images/page009.pdf>] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [2 0] <./images/page021.pdf, id=432, 121.4136pt x 156.585pt> File: ./images/page021.pdf Graphic file (type pdf) Package pdftex.def Info: ./images/page021.pdf used on input line 1450. (pdftex.def) Requested size: 121.4133pt x 156.58461pt. [21 <./images/page021.pdf>] Overfull \hbox (0.80858pt too wide) in paragraph at lines 1476--1484 []\OT1/cmr/m/n/12 We need not fur-ther de-velop Lo-batchevsky's idea. Among [] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36 ] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [5 2] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [ 68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81 ] <./images/page083.pdf, id=743, 198.0198pt x 121.4136pt> File: ./images/page083.pdf Graphic file (type pdf) Package pdftex.def Info: ./images/page083.pdf used on input line 3788. (pdftex.def) Requested size: 198.01932pt x 121.4133pt. [82 <./images/page083.pdf>] [83] [84] [85] [86] [87] [88] <./images/page091.pdf , id=786, 145.5036pt x 151.52611pt> File: ./images/page091.pdf Graphic file (type pdf) Package pdftex.def Info: ./images/page091.pdf used on input line 4088. (pdftex.def) Requested size: 90.3375pt x 94.077pt. [89] [90 <./images/page091.pdf>] [91] [92] [93] [94] [95] [96] [97] [98] <./ima ges/page102a.pdf, id=841, 217.5327pt x 218.9781pt> File: ./images/page102a.pdf Graphic file (type pdf) Package pdftex.def Info: ./images/page102a.pdf used on input line 4474. (pdftex.def) Requested size: 217.53215pt x 218.97755pt. <./images/page102b.pdf, id=842, 70.8246pt x 77.3289pt> File: ./images/page102b.pdf Graphic file (type pdf) Package pdftex.def Info: ./images/page102b.pdf used on input line 4480. (pdftex.def) Requested size: 70.8244pt x 77.3287pt. [99] [100 <./images/page102a.pdf>] <./images/page103a.pdf, id=858, 229.8186pt x 160.43939pt> File: ./images/page103a.pdf Graphic file (type pdf) Package pdftex.def Info: ./images/page103a.pdf used on input line 4495. (pdftex.def) Requested size: 229.81804pt x 160.439pt. <./images/page103b.pdf, id=859, 165.4983pt x 133.6995pt> File: ./images/page103b.pdf Graphic file (type pdf) Package pdftex.def Info: ./images/page103b.pdf used on input line 4508. (pdftex.def) Requested size: 165.49788pt x 133.69916pt. [101 <./images/page102b.pdf> <./images/page103a.pdf pdfTeX warning: pdflatex (file ./images/page103a.pdf): PDF inclusion: multiple pdfs with page group included in a single page >] [102 <./images/page103b.pdf>] [103] [104] [105] [106] [107] [108] [109] [110 ] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130 ] [131] [132] [133] (./57355-t.ind [134] [135 ] [136] [137] [138] [139] [140]) Overfull \hbox (7.35703pt too wide) in paragraph at lines 6576--6576 []\OT1/cmtt/m/n/8 *** END OF THIS PROJECT GUTENBERG EBOOK THE FOUNDATIONS OF MA THEMATICS ***[] [] [1 ] [2] [3] [4] [5] [6] [7] Overfull \hbox (24.35727pt too wide) in paragraph at lines 6856--6856 []\OT1/cmtt/m/n/8 Section 3. Information about the Project Gutenberg Literary A rchive Foundation[] [] [8] Overfull \hbox (11.60709pt too wide) in paragraph at lines 6914--6914 []\OT1/cmtt/m/n/8 Section 5. General Information About Project Gutenberg-tm ele ctronic works.[] [] [9] Package atveryend Info: Empty hook `BeforeClearDocument' on input line 6949. [10] Package atveryend Info: Empty hook `AfterLastShipout' on input line 6949. (./57355-t.aux) Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 6949. *File List* book.cls 2007/10/19 v1.4h Standard LaTeX document class leqno.clo 1998/08/17 v1.1c Standard LaTeX option (left equation numbers) bk12.clo 2007/10/19 v1.4h Standard LaTeX file (size option) inputenc.sty 2008/03/30 v1.1d Input encoding file latin1.def 2008/03/30 v1.1d Input encoding file ifthen.sty 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC) amsmath.sty 2013/01/14 v2.14 AMS math features amstext.sty 2000/06/29 v2.01 amsgen.sty 1999/11/30 v2.0 amsbsy.sty 1999/11/29 v1.2d amsopn.sty 1999/12/14 v2.01 operator names amssymb.sty 2013/01/14 v3.01 AMS font symbols amsfonts.sty 2013/01/14 v3.01 Basic AMSFonts support alltt.sty 1997/06/16 v2.0g defines alltt environment indentfirst.sty 1995/11/23 v1.03 Indent first paragraph (DPC) multicol.sty 2011/06/27 v1.7a multicolumn formatting (FMi) makeidx.sty 2000/03/29 v1.0m Standard LaTeX package graphicx.sty 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR) keyval.sty 1999/03/16 v1.13 key=value parser (DPC) graphics.sty 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR) trig.sty 1999/03/16 v1.09 sin cos tan (DPC) graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX infwarerr.sty 2010/04/08 v1.3 Providing info/warning/error messages (HO) ltxcmds.sty 2011/11/09 v1.22 LaTeX kernel commands for general use (HO) babel.sty 2013/12/03 3.9h The Babel package greek.ldf 2013/12/03 v1.8a Greek support for the babel system lgrenc.def 2013/07/16 v0.9 LGR Greek font encoding definitions greek-fontenc.def 2013/11/28 v0.11 Common Greek font encoding definitions english.ldf 2012/08/20 v3.3p English support from the babel system calc.sty 2007/08/22 v4.3 Infix arithmetic (KKT,FJ) fancyhdr.sty geometry.sty 2010/09/12 v5.6 Page Geometry ifpdf.sty 2011/01/30 v2.3 Provides the ifpdf switch (HO) ifvtex.sty 2010/03/01 v1.5 Detect VTeX and its facilities (HO) ifxetex.sty 2010/09/12 v0.6 Provides ifxetex conditional hyperref.sty 2012/11/06 v6.83m Hypertext links for LaTeX hobsub-hyperref.sty 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO) hobsub-generic.sty 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO) hobsub.sty 2012/05/28 v1.13 Construct package bundles (HO) ifluatex.sty 2010/03/01 v1.3 Provides the ifluatex switch (HO) intcalc.sty 2007/09/27 v1.1 Expandable calculations with integers (HO) etexcmds.sty 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO) kvsetkeys.sty 2012/04/25 v1.16 Key value parser (HO) kvdefinekeys.sty 2011/04/07 v1.3 Define keys (HO) pdftexcmds.sty 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO) pdfescape.sty 2011/11/25 v1.13 Implements pdfTeX's escape features (HO) bigintcalc.sty 2012/04/08 v1.3 Expandable calculations on big integers (HO) bitset.sty 2011/01/30 v1.1 Handle bit-vector datatype (HO) uniquecounter.sty 2011/01/30 v1.2 Provide unlimited unique counter (HO) letltxmacro.sty 2010/09/02 v1.4 Let assignment for LaTeX macros (HO) hopatch.sty 2012/05/28 v1.2 Wrapper for package hooks (HO) xcolor-patch.sty 2011/01/30 xcolor patch atveryend.sty 2011/06/30 v1.8 Hooks at the very end of document (HO) atbegshi.sty 2011/10/05 v1.16 At begin shipout hook (HO) refcount.sty 2011/10/16 v3.4 Data extraction from label references (HO) hycolor.sty 2011/01/30 v1.7 Color options for hyperref/bookmark (HO) auxhook.sty 2011/03/04 v1.3 Hooks for auxiliary files (HO) kvoptions.sty 2011/06/30 v3.11 Key value format for package options (HO) pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO) hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive url.sty 2013/09/16 ver 3.4 Verb mode for urls, etc. hpdftex.def 2012/11/06 v6.83m Hyperref driver for pdfTeX rerunfilecheck.sty 2011/04/15 v1.7 Rerun checks for auxiliary files (HO) lgrcmr.fd 2013/09/01 v1.0 Greek European Computer Regular supp-pdf.mkii color.sty 2005/11/14 v1.0j Standard LaTeX Color (DPC) color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive nameref.sty 2012/10/27 v2.43 Cross-referencing by name of section gettitlestring.sty 2010/12/03 v1.4 Cleanup title references (HO) 57355-t.out 57355-t.out umsa.fd 2013/01/14 v3.01 AMS symbols A umsb.fd 2013/01/14 v3.01 AMS symbols B ./images/page009.pdf ./images/page021.pdf ./images/page083.pdf ./images/page091.pdf ./images/page102a.pdf ./images/page102b.pdf ./images/page103a.pdf ./images/page103b.pdf 57355-t.ind *********** Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 6949. Package rerunfilecheck Info: File `57355-t.out' has not changed. (rerunfilecheck) Checksum: D4C2F6AD4BCFD1F9DD8A73C873CD8816;4609. Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 6949. ) Here is how much of TeX's memory you used: 8427 strings out of 493304 123226 string characters out of 6139871 220390 words of memory out of 5000000 11413 multiletter control sequences out of 15000+600000 18458 words of font info for 66 fonts, out of 8000000 for 9000 957 hyphenation exceptions out of 8191 31i,12n,44p,462b,843s stack positions out of 5000i,500n,10000p,200000b,80000s Output written on 57355-t.pdf (157 pages, 928276 bytes). PDF statistics: 1634 PDF objects out of 1728 (max. 8388607) 1414 compressed objects within 15 object streams 336 named destinations out of 1000 (max. 500000) 417 words of extra memory for PDF output out of 10000 (max. 10000000)