<?xml version="1.0" encoding="UTF-8" standalone="yes"?><oembed><version><![CDATA[1.0]]></version><provider_name><![CDATA[Azimuth]]></provider_name><provider_url><![CDATA[https://johncarlosbaez.wordpress.com]]></provider_url><author_name><![CDATA[John Baez]]></author_name><author_url><![CDATA[https://johncarlosbaez.wordpress.com/author/johncarlosbaez/]]></author_url><title><![CDATA[The Logic of Real and Complex&nbsp;Numbers]]></title><type><![CDATA[link]]></type><html><![CDATA[<p>I&#8217;ve always liked logic.  I studied it a bunch in high school and college.  Nowadays it&#8217;s a kind of hobby.  I turn to it for relief sometimes when I become frustrated trying to figure out what I can do about global warming.  Lately I&#8217;ve been digging a bit deeper into the logic behind the real and complex numbers.  And I&#8217;m teaching a graduate course on real analysis this fall, so I actually have a slight excuse for doing this.</p>
<p>There&#8217;s something about logic that&#8217;s both fascinated and terrified me ever since I was a kid: it&#8217;s how we can&#8217;t fully pin down infinite structures, like the real or complex number systems, using a language with finitely many symbols and a theory with finitely many axioms.</p>
<p>It&#8217;s terrifying that we don&#8217;t fully know what we&#8217;re talking about when we&#8217;re talking about numbers!  But it&#8217;s fascinating that we can understand a lot about the limitations.</p>
<p>There are many different things to say about this, depending on what features of these number systems we want to describe, and what kind of logic we want to use.</p>
<p>Maybe I should start with the natural numbers, since that story is more famous.  This can also serve as a lightning review of some basic concepts which I&#8217;ll pretend you already vaguely know: <a href="https://en.wikipedia.org/wiki/First-order_logic">first-order</a> versus <a href="https://en.wikipedia.org/wiki/Second-order_logic">second-order</a> logic, <a href="https://en.wikipedia.org/wiki/Proof_theory">proofs</a> versus <a href="https://en.wikipedia.org/wiki/Model_theory">models</a>, and so on.  If you don&#8217;t know these, you can either fake it or read some of the many links in this article!</p>
<h3> Natural numbers </h3>
<p>When Peano originally described the natural numbers he did so using axioms phrased in second-order logic.  In <a href="https://en.wikipedia.org/wiki/First-order_logic">first-order logic</a> we can quantify over variables: for example, we can say</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%5Cforall+x+%5C%3B+%28P%28x%29%29+%5C%3B+%5CRightarrow+%5C%3B+P%28y%29%29+%5C%3B&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;forall x &#92;; (P(x)) &#92;; &#92;Rightarrow &#92;; P(y)) &#92;;' title='&#92;forall x &#92;; (P(x)) &#92;; &#92;Rightarrow &#92;; P(y)) &#92;;' class='latex' />
</div>
<p>which means that if the predicate <img src='https://s0.wp.com/latex.php?latex=P&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='P' title='P' class='latex' /> holds for all <img src='https://s0.wp.com/latex.php?latex=x&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='x' title='x' class='latex' /> it holds for any variable <img src='https://s0.wp.com/latex.php?latex=y.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='y.' title='y.' class='latex' />   In <a href="https://en.wikipedia.org/wiki/Second-order_logic">second-order logic</a> we can also quantify over predicates: for example, we can say</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%5Cforall+P+%5C%3B+%28P%28x%29+%5CLeftrightarrow+P%28y%29%29+%5C%3B+%5CLeftrightarrow+%5C%3B+x+%3D+y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;forall P &#92;; (P(x) &#92;Leftrightarrow P(y)) &#92;; &#92;Leftrightarrow &#92;; x = y' title='&#92;forall P &#92;; (P(x) &#92;Leftrightarrow P(y)) &#92;; &#92;Leftrightarrow &#92;; x = y' class='latex' />
</div>
<p>which says that <img src='https://s0.wp.com/latex.php?latex=x+%3D+y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='x = y' title='x = y' class='latex' /> if and only if for every predicate <img src='https://s0.wp.com/latex.php?latex=P%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='P,' title='P,' class='latex' /> <img src='https://s0.wp.com/latex.php?latex=P%28x%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='P(x)' title='P(x)' class='latex' /> is true precisely when <img src='https://s0.wp.com/latex.php?latex=P%28y%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='P(y)' title='P(y)' class='latex' /> is true.  Leibniz used this principle, called <a href="https://en.wikipedia.org/wiki/Identity_of_indiscernibles">the identity of indiscernibles</a>, to <em>define</em> equality&#8230; and this is a nice example of the greater power of second-order logic.  In first-order logic we typically include equality as part of the language and add axioms describing its properties, like</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%5Cforall+x+%5C%3B+%5Cforall+y+%5C%3B+%28x+%3D+y+%5CLeftrightarrow+y+%3D+x%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;forall x &#92;; &#92;forall y &#92;; (x = y &#92;Leftrightarrow y = x)' title='&#92;forall x &#92;; &#92;forall y &#92;; (x = y &#92;Leftrightarrow y = x)' class='latex' />
</div>
<p>In second-order logic we can <em>define</em> equality and <em>prove</em> these properties starting from the properties we already have for <img src='https://s0.wp.com/latex.php?latex=%5CLeftrightarrow.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;Leftrightarrow.' title='&#92;Leftrightarrow.' class='latex' /></p>
<p>Anyway, in his axioms for the natural numbers, Peano used second-order logic to formulate the principle of mathematical induction in this sort of way:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%5Cforall+P+%5C%3B+%5Cbig%5B+P%280%29+%5C%3B+%5C%26+%5C%3B+%5Cforall+n+%5C%3B+%28%28P%28n%29+%5CRightarrow+P%28n%2B1%29%29+%5C%3B+%5C%3B+%5CRightarrow+%5C%3B+%5C%3B+%5Cforall+n+%5C%3B+P%28n%29%29%5Cbig%5D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;forall P &#92;; &#92;big[ P(0) &#92;; &#92;&amp; &#92;; &#92;forall n &#92;; ((P(n) &#92;Rightarrow P(n+1)) &#92;; &#92;; &#92;Rightarrow &#92;; &#92;; &#92;forall n &#92;; P(n))&#92;big]' title='&#92;forall P &#92;; &#92;big[ P(0) &#92;; &#92;&amp; &#92;; &#92;forall n &#92;; ((P(n) &#92;Rightarrow P(n+1)) &#92;; &#92;; &#92;Rightarrow &#92;; &#92;; &#92;forall n &#92;; P(n))&#92;big]' class='latex' />
</div>
<p>This says that if you&#8217;ve got any predicate that&#8217;s true for <img src='https://s0.wp.com/latex.php?latex=0&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='0' title='0' class='latex' /> and is true for <img src='https://s0.wp.com/latex.php?latex=n%2B1&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='n+1' title='n+1' class='latex' /> whenever it&#8217;s true for <img src='https://s0.wp.com/latex.php?latex=n%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='n,' title='n,' class='latex' /> then it&#8217;s true for all natural numbers.</p>
<p>In 1888, Dedekind showed that Peano&#8217;s original axioms for the natural numbers are <b><a href="https://en.wikipedia.org/wiki/Peano_axioms#Models">categorical</a></b>, meaning all its models are isomorphic.</p>
<p>The concept of <a href="http://plato.stanford.edu/entries/model-theory/">&#8216;model&#8217;</a> involves set theory.  In a model you pick a set <img src='https://s0.wp.com/latex.php?latex=S&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='S' title='S' class='latex' /> for your variables to range over, pick a subset of <img src='https://s0.wp.com/latex.php?latex=S&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='S' title='S' class='latex' /> for each predicate&#8212;namely the subset where that predicate is true &#8212;and so on, in such a way that all the axioms in that theory are satisfied.  If two models are isomorphic, they&#8217;re the same for all practical purposes.</p>
<p>So, in simple rough terms, a categorical theory is one that gives a <em>full</em> description of the mathematical structure it&#8217;s talking about.</p>
<p>This makes Dedekind&#8217;s result sound like great news.  It sounds like Peano&#8217;s original second-order axioms for arithmetic completely describe the natural numbers.</p>
<p>However, there&#8217;s an important wrinkle.  There are many inherently undetermined things about set theory!  So in fact, a categorical theory only gives a full description of the mathematical structure it&#8217;s talking about <em>relative to a choice of what sets are like</em>.</p>
<p>So, Dedekind&#8217;s result just shoves everything mysterious and undetermined about the natural numbers under the carpet: they become mysterious and undetermined things about set theory.  This became clear much later, thanks to G&ouml;del and others.  And in the process, it became clear that second-order logic is a bit problematic compared to first-order logic.</p>
<p>You see, first-order logic has a set of deduction rules that are:</p>
<p>&bull; <strong><a href="https://en.wikipedia.org/wiki/Soundness">sound</a></strong>: Every provable sentence holds in every model.</p>
<p>&bull; <strong><a href="https://en.wikipedia.org/wiki/Completeness_%28logic%29">semantically complete</a>:</strong> Every sentence that holds in every model is provable.</p>
<p>&bull; <strong><a href="https://en.wikipedia.org/wiki/Effective_method">effective</a>:</strong> There is an algorithm that can correctly decide whether any given sequence of symbols is a proof.</p>
<p>Second-order logic does not!  It&#8217;s &#8216;too powerful&#8217; to also have all three of these nice properties.</p>
<p>So, these days people often work with a first-order version of Peano&#8217;s axioms for arithmetic.  Instead of writing down a single axiom for mathematical induction:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%5Cforall+P+%5C%3B+%5Cbig%5B+P%280%29+%5C%3B+%5C%26+%5C%3B+%5Cforall+n+%5C%3B+P%28n%29+%5CRightarrow+P%28n%2B1%29%29+%5C%3B+%5C%3B+%5CRightarrow+%5C%3B%5C%3B+%5Cforall+n+%5C%3B+%28P%28n%29%29%5Cbig%5D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;forall P &#92;; &#92;big[ P(0) &#92;; &#92;&amp; &#92;; &#92;forall n &#92;; P(n) &#92;Rightarrow P(n+1)) &#92;; &#92;; &#92;Rightarrow &#92;;&#92;; &#92;forall n &#92;; (P(n))&#92;big]' title='&#92;forall P &#92;; &#92;big[ P(0) &#92;; &#92;&amp; &#92;; &#92;forall n &#92;; P(n) &#92;Rightarrow P(n+1)) &#92;; &#92;; &#92;Rightarrow &#92;;&#92;; &#92;forall n &#92;; (P(n))&#92;big]' class='latex' />
</div>
<p>we write down an <a href="https://en.wikipedia.org/wiki/Axiom_schema">axiom schema</a>&#8212;an infinite list of axioms&#8212;with one axiom like this:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%5Cphi%280%29+%5C%3B+%5C%26+%5C%3B+%5Cforall+n+%5C%3B+%28%5Cphi%28n%29+%5CRightarrow+%5Cphi%28n%2B1%29%29+%5C%3B+%5C%3B+%5CRightarrow+%5C%3B%5C%3B+%5Cforall+n+%5C%3B+%28%5Cphi%28n%29%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;phi(0) &#92;; &#92;&amp; &#92;; &#92;forall n &#92;; (&#92;phi(n) &#92;Rightarrow &#92;phi(n+1)) &#92;; &#92;; &#92;Rightarrow &#92;;&#92;; &#92;forall n &#92;; (&#92;phi(n))' title='&#92;phi(0) &#92;; &#92;&amp; &#92;; &#92;forall n &#92;; (&#92;phi(n) &#92;Rightarrow &#92;phi(n+1)) &#92;; &#92;; &#92;Rightarrow &#92;;&#92;; &#92;forall n &#92;; (&#92;phi(n))' class='latex' />
</div>
<p>for each formula <img src='https://s0.wp.com/latex.php?latex=%5Cphi&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;phi' title='&#92;phi' class='latex' /> that we can actually write down using the language of arithmetic.</p>
<p>This first-order version of Peano arithmetic is <em>not</em> categorical: it has lots of nonisomorphic models.  People often pretend there&#8217;s one &#8216;best&#8217; model: they call it the &#8216;standard&#8217; natural numbers, and call all the others &#8216;nonstandard&#8217;.  But there&#8217;s something a bit fishy about this.</p>
<p>Indeed, <a href="https://en.wikipedia.org/wiki/G%C3%B6del%27s_incompleteness_theorems#First_incompleteness_theorem">G&ouml;del&#8217;s first incompleteness theorem</a> says there are many statements about natural numbers that can neither be proved nor disproved starting from Peano&#8217;s axioms.  It <a href="https://en.wikipedia.org/wiki/G%C3%B6del%27s_completeness_theorem">follows</a> that for any such statement we can find a model of the Peano axioms in which that statement holds, and also a model in which it does not.</p>
<p>Furthermore, this remains true even if we add any list of extra axioms to Peano arithmetic, as long as there&#8217;s some algorithm that can list all these axioms.</p>
<p>So, I&#8217;d prefer to say there are many different &#8216;versions&#8217; of the natural numbers, just as there are many different groups.</p>
<p>We can study these different versions, and it&#8217;s a fascinating subject:</p>
<p>&bull; Wikipedia, <a href="https://en.wikipedia.org/wiki/Non-standard_model_of_arithmetic">Nonstandard models of arithmetic</a>.</p>
<p>However, I want to talk about the situation for other number systems!</p>
<h3> The real numbers </h3>
<p>The situation is better for the real numbers&#8212;at least if we are willing to think about them in a &#8216;purely algebraic&#8217; way, leaving most analysis behind.</p>
<p>To do this, we can use the theory of a &#8216;real closed field&#8217;.  This is a list of axioms, formulated in first-order logic, which describe how <img src='https://s0.wp.com/latex.php?latex=%2B%2C+%5Ctimes%2C+0%2C+1&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='+, &#92;times, 0, 1' title='+, &#92;times, 0, 1' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Cle&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;le' title='&#92;le' class='latex' /> work for the real numbers.  You can think of these axioms as consisting of three parts:</p>
<p>&bull; the <strong><a href="https://en.wikipedia.org/wiki/Field_%28mathematics%29">field</a></strong> axioms: the usual algebraic identities involving <img src='https://s0.wp.com/latex.php?latex=%2B%2C+%5Ctimes%2C+0&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='+, &#92;times, 0' title='+, &#92;times, 0' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=1&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='1' title='1' class='latex' /> together with laws saying that everything has an additive inverse and everything except <img src='https://s0.wp.com/latex.php?latex=0&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='0' title='0' class='latex' /> has a multiplicative inverse.</p>
<p>&bull; the <strong><a href="https://en.wikipedia.org/wiki/Formally_real_field">formally real field</a></strong> axiom, saying that <img src='https://s0.wp.com/latex.php?latex=-1&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='-1' title='-1' class='latex' /> is not the square of anything. This implies that we can equip the field with a concept of <img src='https://s0.wp.com/latex.php?latex=%5Cle&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;le' title='&#92;le' class='latex' /> that makes it into an <a href="https://en.wikipedia.org/wiki/Ordered_field">ordered field</a>&#8212;but not necessarily in a unique way.</p>
<p>&bull; the <strong><a href="https://en.wikipedia.org/wiki/Real_closed_field">real closed field</a></strong> axioms, which says that also for any number <img src='https://s0.wp.com/latex.php?latex=x%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='x,' title='x,' class='latex' /> either <img src='https://s0.wp.com/latex.php?latex=x&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='x' title='x' class='latex' /> or <img src='https://s0.wp.com/latex.php?latex=-x&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='-x' title='-x' class='latex' /> has a square root, and every polynomial of odd degree has a root. Among other things this implies our field can be made into an ordered field in a unique way.  To do this, we say <img src='https://s0.wp.com/latex.php?latex=x+%5Cle+y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='x &#92;le y' title='x &#92;le y' class='latex' /> if and only if <img src='https://s0.wp.com/latex.php?latex=y+-+x&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='y - x' title='y - x' class='latex' /> has a square root.</p>
<p>Tarski showed this theory is <strong><a href="https://en.wikipedia.org/wiki/Complete_theory">complete</a></strong>: any first-order sentence involving only the operations <img src='https://s0.wp.com/latex.php?latex=%2B%2C+%5Ctimes%2C+0%2C+1&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='+, &#92;times, 0, 1' title='+, &#92;times, 0, 1' class='latex' /> and the relation <img src='https://s0.wp.com/latex.php?latex=%5Cle&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;le' title='&#92;le' class='latex' /> can either be proved or disproved starting from the above axioms.</p>
<p>Nonetheless, the theory of real closed fields is not categorical: besides the real numbers, there are many other models!  These models are all <strong><a href="https://en.wikipedia.org/wiki/Elementary_equivalence">elementarily equivalent</a></strong>: any sentence involving just <img src='https://s0.wp.com/latex.php?latex=%2B%2C+%5Ctimes%2C+0%2C+1%2C+%5Cle&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='+, &#92;times, 0, 1, &#92;le' title='+, &#92;times, 0, 1, &#92;le' class='latex' /> and first-order logic that holds in one model holds in all the rest.  But these models are not all isomorphic: we can&#8217;t get a bijection between them that preserves  <img src='https://s0.wp.com/latex.php?latex=%2B%2C+%5Ctimes%2C+0%2C+1&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='+, &#92;times, 0, 1' title='+, &#92;times, 0, 1' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Cle.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;le.' title='&#92;le.' class='latex' /></p>
<p>Indeed, only finite-sized mathematical structures can be &#8216;nailed down&#8217; up to isomorphism by theories in first-order logic.  You see, the <strong><a href="https://en.wikipedia.org/wiki/L%C3%B6wenheim%E2%80%93Skolem_theorem">L&ouml;wenheim&#8211;Skolem theorem</a></strong> says that if a first-order theory in a countable language has an infinite model, it has at least one model of each infinite cardinality.   So, if we&#8217;re trying to use this kind of theory to describe an infinitely big mathematical structure, the most we can hope for is that <em>after we specify its cardinality</em>, the axioms completely determine it.</p>
<p>However, the real closed field axioms aren&#8217;t even this good.  For starters, they have infinitely many nonisomorphic <em>countable</em> models.  Here are a few:</p>
<p>&bull; the <strong><a href="https://en.wikipedia.org/wiki/Algebraic_number">algebraic real numbers</a></strong>: these are the real numbers that obey polynomial equations with integer coefficients.</p>
<p>&bull; the <strong><a href="https://en.wikipedia.org/wiki/Computable_number">computable real numbers</a></strong>: these are the real numbers that can be computed to arbitrary precision by a computer program.</p>
<p>&bull; the <strong><a href="https://en.wikipedia.org/wiki/Definable_real_number#Language_of_arithmetic">arithmetical real numbers</a></strong>: these are the numbers definable in the language of arithmetic.  More precisely, a real number <img src='https://s0.wp.com/latex.php?latex=x&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='x' title='x' class='latex' /> is <strong>arithmetical</strong> if there is a formula <img src='https://s0.wp.com/latex.php?latex=%5Cphi&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;phi' title='&#92;phi' class='latex' /> in the language of first-order Peano arithmetic, with two free variables, such that</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+%5Cforall+m+%5C%3B+%5Cforall+n+%5C%3B+%28%5Cfrac%7Bm%7D%7Bn%7D+%5Cle+x+%5C%3B+%5C%3B+%5CLeftrightarrow+%5C%3B+%5C%3B+%5Cphi%28n%2Cm%29%29+%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ &#92;forall m &#92;; &#92;forall n &#92;; (&#92;frac{m}{n} &#92;le x &#92;; &#92;; &#92;Leftrightarrow &#92;; &#92;; &#92;phi(n,m)) } ' title='&#92;displaystyle{ &#92;forall m &#92;; &#92;forall n &#92;; (&#92;frac{m}{n} &#92;le x &#92;; &#92;; &#92;Leftrightarrow &#92;; &#92;; &#92;phi(n,m)) } ' class='latex' />
</div>
<p>Every computable real number is arithmetical, but not vice versa: just because you can define a real number in the above way does not mean you can actually compute it to arbitrary precision!</p>
<p>And indeed, there are other even bigger countable real closed fields, consisting of real numbers that are <a href="https://en.wikipedia.org/wiki/Definable_real_number">definable</a> using more powerful methods, like second-order Peano arithmetic.</p>
<p>We can also get countable real closed fields using tricks like this: take the algebraic real numbers and throw in the number <img src='https://s0.wp.com/latex.php?latex=%5Cpi&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;pi' title='&#92;pi' class='latex' /> along with just enough other numbers to get a real closed field again.  Or, we could throw in both <img src='https://s0.wp.com/latex.php?latex=%5Cpi&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;pi' title='&#92;pi' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=e.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='e.' title='e.' class='latex' />  This probably gives a bigger real closed field&#8212;but nobody knows, because for all we know, <img src='https://s0.wp.com/latex.php?latex=%5Cpi&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;pi' title='&#92;pi' class='latex' /> could equal <img src='https://s0.wp.com/latex.php?latex=e&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='e' title='e' class='latex' /> plus some rational number!  Everyone <em>believes</em> this is false, but nobody has proved it.</p>
<p>There are also lots of nonisomorphic <em>uncountable</em> real closed fields, including ones that include the usual real numbers.</p>
<p>For example, we can take the real numbers and throw in an element <img src='https://s0.wp.com/latex.php?latex=%5Cinfty&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;infty' title='&#92;infty' class='latex' /> that is bigger than <img src='https://s0.wp.com/latex.php?latex=1%2C+2%2C+3%2C+%5Cdots%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='1, 2, 3, &#92;dots,' title='1, 2, 3, &#92;dots,' class='latex' /> and so on&#8212;and then do what it takes to get another real closed field.  This involves throwing in elements like</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=-%5Cinfty%2C+%5C%3B+%5Cinfty+%2B+1%2C+%5C%3B+1%2F%5Cinfty%2C+%5C%3B+%5Cinfty%5E2%2C+%5C%3B+%5Csqrt%7B%5Cinfty%7D%2C+%5C%3B+%5Csqrt%7B%5Cinfty%5E2+%2B+17%7D+%2C+%5Cdots&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='-&#92;infty, &#92;; &#92;infty + 1, &#92;; 1/&#92;infty, &#92;; &#92;infty^2, &#92;; &#92;sqrt{&#92;infty}, &#92;; &#92;sqrt{&#92;infty^2 + 17} , &#92;dots' title='-&#92;infty, &#92;; &#92;infty + 1, &#92;; 1/&#92;infty, &#92;; &#92;infty^2, &#92;; &#92;sqrt{&#92;infty}, &#92;; &#92;sqrt{&#92;infty^2 + 17} , &#92;dots' class='latex' />
</div>
<p>and so on.  So, we get lots of infinities and infinitesimals.</p>
<p>It gets a bit confusing here, trying to figure out what equals what.  But there&#8217;s another real closed field containing an infinite element that seems easier to manage.  It&#8217;s called the field of <strong><a href="https://en.wikipedia.org/wiki/Puiseux_series">real Puiseux series</a></strong>.  These are series of the form</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%5Csum_%7Bi+%3D+k%7D%5E%5Cinfty+a_i+z%5E%7Bi%2Fn%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;sum_{i = k}^&#92;infty a_i z^{i/n}' title='&#92;sum_{i = k}^&#92;infty a_i z^{i/n}' class='latex' />
</div>
<p>where <img src='https://s0.wp.com/latex.php?latex=k&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='k' title='k' class='latex' /> is any integer, perhaps negative, <img src='https://s0.wp.com/latex.php?latex=n&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='n' title='n' class='latex' /> is any<br />
positive integer, and the coefficients <img src='https://s0.wp.com/latex.php?latex=a_i&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='a_i' title='a_i' class='latex' /> are real.</p>
<p>What&#8217;s <img src='https://s0.wp.com/latex.php?latex=z%3F&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='z?' title='z?' class='latex' />  It&#8217;s just a formal variable.  But the real Puiseux series are real closed field, and <img src='https://s0.wp.com/latex.php?latex=z&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='z' title='z' class='latex' /> acts like <img src='https://s0.wp.com/latex.php?latex=1%2F%5Cinfty%3A&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='1/&#92;infty:' title='1/&#92;infty:' class='latex' /> it&#8217;s positive, but smaller than any positive real number.</p>
<p>With considerably more work, we can make up a real closed field that:</p>
<p>&bull; contains the real numbers,</p>
<p>&bull; contains an element <img src='https://s0.wp.com/latex.php?latex=%5Cinfty&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;infty' title='&#92;infty' class='latex' /> bigger than <img src='https://s0.wp.com/latex.php?latex=1%2C2%2C3%2C+%5Cdots%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='1,2,3, &#92;dots,' title='1,2,3, &#92;dots,' class='latex' /> and</p>
<p>&bull; obeys the <strong><a href="https://en.wikipedia.org/wiki/Transfer_principle#Transfer_principle_for_the_hyperreals">transfer principle</a></strong>, which says that a first-order statement phrased in the usual language of set theory holds for the real numbers if and only if it holds for this other number system.</p>
<p>Any real closed field with these properties is called a system of <strong><a href="https://en.wikipedia.org/wiki/Hyperreal_number">hyperreal numbers</a></strong>.  In the 1960s, the logician Abraham Robinson used them to make Leibniz&#8217;s old idea of infinitesimals in calculus fully rigorous.  The resulting theory is called <strong><a href="https://en.wikipedia.org/wiki/Non-standard_analysis">nonstandard analysis</a></strong>.</p>
<p>So, I hope you see there&#8217;s an exciting&#8212;or perhaps appalling&#8212;diversity of real closed fields.  But don&#8217;t forget: they&#8217;re all elementarily equivalent.  If a sentence involving just <img src='https://s0.wp.com/latex.php?latex=%2B%2C+%5Ctimes%2C+0%2C+1%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='+, &#92;times, 0, 1,' title='+, &#92;times, 0, 1,' class='latex' /> <img src='https://s0.wp.com/latex.php?latex=%5Cle&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;le' title='&#92;le' class='latex' /> and first-order logic holds in any one of these real closed fields, it holds in all of them!</p>
<p>You might wonder what second-order logic has to say about this.</p>
<p>Here the situation looks very different.  In second-order logic we can do analysis, because we can quantify over <em>predicates</em>, which allows us to talk about subsets of real numbers.   And in second-order logic we can write down a theory of real numbers that&#8217;s categorical!  It&#8217;s called the theory of a <strong><a href="https://en.wikipedia.org/wiki/Real_number#Definition">Dedekind-complete ordered field</a></strong>.  Again, we can group the axioms in three bunches:</p>
<p>&bull; the <strong><a href="https://en.wikipedia.org/wiki/Field_%28mathematics%29">field</a></strong> axioms: the usual algebraic identities involving <img src='https://s0.wp.com/latex.php?latex=%2B%2C+%5Ctimes%2C+0&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='+, &#92;times, 0' title='+, &#92;times, 0' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=1&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='1' title='1' class='latex' /> together with laws saying that everything has an additive inverse and everything except <img src='https://s0.wp.com/latex.php?latex=0&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='0' title='0' class='latex' /> has a multiplicative inverse.</p>
<p>&bull; the <strong><a href="https://en.wikipedia.org/wiki/Ordered_field">ordered field</a></strong> axiom, saying there is a total ordering <img src='https://s0.wp.com/latex.php?latex=%5Cle&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;le' title='&#92;le' class='latex' /> such that <img src='https://s0.wp.com/latex.php?latex=x+%5Cle+y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='x &#92;le y' title='x &#92;le y' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=x%27+%5Cle+y%27&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='x&#039; &#92;le y&#039;' title='x&#039; &#92;le y&#039;' class='latex' /> implies <img src='https://s0.wp.com/latex.php?latex=x+%2B+x%27+%5Cle+y+%2B+y%27&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='x + x&#039; &#92;le y + y&#039;' title='x + x&#039; &#92;le y + y&#039;' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=x%2Cy+%5Cge+0&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='x,y &#92;ge 0' title='x,y &#92;ge 0' class='latex' /> implies <img src='https://s0.wp.com/latex.php?latex=x+y+%5Cge+0.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='x y &#92;ge 0.' title='x y &#92;ge 0.' class='latex' /></p>
<p>&bull; the <strong><a href="https://en.wikipedia.org/wiki/Completeness_of_the_real_numbers">Dedekind completeness</a></strong> axiom, which says that every nonempty subset with an upper bound has a least upper bound.  But instead of talking about subsets, we talk about the predicates that hold on those subsets, so we say &#8220;for all predicates <img src='https://s0.wp.com/latex.php?latex=P&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='P' title='P' class='latex' /> such that&#8230;&#8221;</p>
<p>Because they&#8217;re categorical, people often use these axioms to define the real numbers.  But because they&#8217;re second-order, the problem of many nonisomorphic models has really just been swept under the rug.  If we use second-order logic, we won&#8217;t have a concept of &#8216;proof&#8217; that&#8217;s sound, semantically complete and effective.  And if we use first-order axioms for set theory to explicitly talk about subsets instead of predicates, then our set theory will have many models!  <em>Each model</em> will have a version of the real numbers in it that&#8217;s unique up to isomorphism&#8230; but the versions in different models will be really different.</p>
<p>In fact, there&#8217;s a precise sense in which the &#8216;standard real numbers&#8217; in one model of set theory can be the &#8216;hyperreals&#8217; in another.  This was first shown by Abraham Robinson.</p>
<h3> The complex numbers </h3>
<p>I mentioned that when we&#8217;re studying an infinite mathematical structure using first-order logic, the best we can hope for is to have one model <em>of each size</em> (up to isomorphism).  The real numbers are far from being this nice&#8230; but the complex numbers come much closer!</p>
<p>More precisely, say <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' /> is some cardinal.  A first-order theory describing structure on a single set is called <strong><a href="https://en.wikipedia.org/wiki/Morley%27s_categoricity_theorem">&kappa;-categorical</a></strong> if it has a unique model of cardinality <img src='https://s0.wp.com/latex.php?latex=%5Ckappa.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa.' title='&#92;kappa.' class='latex' />   And 1965, a logician named Michael Morley showed that if a list of axioms is <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' />-categorical for <em>some</em> uncountable <img src='https://s0.wp.com/latex.php?latex=%5Ckappa%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa,' title='&#92;kappa,' class='latex' /> it&#8217;s <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' />-categorical for <em>every</em> uncountable <img src='https://s0.wp.com/latex.php?latex=%5Ckappa.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa.' title='&#92;kappa.' class='latex' />   I haven&#8217;t worked my way through the proof, which seems to be full of interesting ideas.  But such theories are called <strong><a href="https://en.wikipedia.org/wiki/Morley%27s_categoricity_theorem#History_and_motivation">uncountably categorical</a></strong>.</p>
<p>A great example is the &#8216;purely algebraic&#8217; theory of the complex numbers.  By this I mean we only write down axioms involving <img src='https://s0.wp.com/latex.php?latex=%2B%2C+%5Ctimes%2C+0&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='+, &#92;times, 0' title='+, &#92;times, 0' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=1.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='1.' title='1.' class='latex' />   We don&#8217;t include anything about <img src='https://s0.wp.com/latex.php?latex=%5Cle&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;le' title='&#92;le' class='latex' /> this time, nor anything about complex conjugation.  You see, if we start talking about complex conjugation we can pick out the real numbers inside the complex numbers, and then we&#8217;re more or less back to the story we had for real numbers.</p>
<p>This theory is called the theory of an <strong>algebraically closed field of characteristic zero</strong>.  Yet again, the axioms come in three bunches:</p>
<p>&bull; the <strong><a href="https://en.wikipedia.org/wiki/Field_%28mathematics%29">field</a></strong> axioms.</p>
<p>&bull; the <strong><a href="https://en.wikipedia.org/wiki/Characteristic_%28algebra%29">characteristic zero</a></strong> axioms: these are an infinite list of axioms saying that</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=1+%5Cne+0%2C+%5Cquad+1%2B1+%5Cne+0%2C+%5Cquad+1%2B1%2B1+%5Cne+0%2C+%5Cdots+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='1 &#92;ne 0, &#92;quad 1+1 &#92;ne 0, &#92;quad 1+1+1 &#92;ne 0, &#92;dots ' title='1 &#92;ne 0, &#92;quad 1+1 &#92;ne 0, &#92;quad 1+1+1 &#92;ne 0, &#92;dots ' class='latex' />
</div>
<p>&bull; the <strong><a href="https://en.wikipedia.org/wiki/Algebraically_closed_field">algebraically closed</a></strong> axioms: these say that every non-constant polynomial has a root.</p>
<p>Pretty much any mathematician worth their salt knows that the complex numbers are a model of these axioms, whose cardinality is that of the continuum. There are lots of different countable models: the algebraic complex numbers, the computable complex numbers, and so on.   But because the above theory is uncountably categorical, there is <em>exactly one</em> algebraically closed field of characteristic zero of <em>each</em> uncountable cardinality&#8230; up to isomorphism.</p>
<p>This implies some interesting things.</p>
<p>For example, we can take the complex numbers, throw in an extra element, and let it freely generate a bigger algebraically closed field.  It&#8217;s &#8216;bigger&#8217; in the sense that it contains the complex numbers as a proper subset, indeed a subfield.  But since it has the same cardinality as the complex numbers, it&#8217;s <em>isomorphic</em> to the complex numbers!</p>
<p>And then, because this &#8216;bigger&#8217; field is isomorphic to the complex numbers, we can turn this argument around. We can take the complex numbers, remove a lot of carefully chosen elements, and get a subfield that&#8217;s isomorphic to the complex numbers.</p>
<p>Or, if we like, we can take the complex numbers, adjoin a <em>really huge</em> set of extra elements, and let them freely generate an algebraically closed field of characteristic zero.  The cardinality of this field can be as big as we want.  It will be determined up to isomorphism by its cardinality.</p>
<p>One piece of good news is that thanks to a <a href="http://www.cl.cam.ac.uk/~gp351/acf-qe.pdf">result of Tarski</a>, the theory of an algebraically closed field of characteristic zero is <a href="https://en.wikipedia.org/wiki/Complete_theory">complete</a>, and thus, all its models are elementarily equivalent.  In other words, all the same first-order sentences written in the language of <img src='https://s0.wp.com/latex.php?latex=%2B%2C+%5Ctimes%2C+0&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='+, &#92;times, 0' title='+, &#92;times, 0' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=1&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='1' title='1' class='latex' /> hold in every model.</p>
<p>But here&#8217;s a piece of <em>strange</em> news.</p>
<p>As I already mentioned, the theory of a real closed field is <em>not</em> uncountably categorical.  This implies something really weird.  Besides the &#8216;usual&#8217; real numbers <img src='https://s0.wp.com/latex.php?latex=%5Cmathbb%7BR%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbb{R}' title='&#92;mathbb{R}' class='latex' /> we can choose another real closed field <img src='https://s0.wp.com/latex.php?latex=%5Cmathbb%7BR%7D%27%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbb{R}&#039;,' title='&#92;mathbb{R}&#039;,' class='latex' /> not isomorphic to <img src='https://s0.wp.com/latex.php?latex=%5Cmathbb%7BR%7D%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbb{R},' title='&#92;mathbb{R},' class='latex' /> with the same cardinality.  We can build the complex numbers <img src='https://s0.wp.com/latex.php?latex=%5Cmathbb%7BC%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbb{C}' title='&#92;mathbb{C}' class='latex' /> using pairs of real numbers.  We can use the same trick to build a field <img src='https://s0.wp.com/latex.php?latex=%5Cmathbb%7BC%7D%27&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbb{C}&#039;' title='&#92;mathbb{C}&#039;' class='latex' /> using pairs of guys in <img src='https://s0.wp.com/latex.php?latex=%5Cmathbb%7BR%7D%27.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbb{R}&#039;.' title='&#92;mathbb{R}&#039;.' class='latex' />  But it&#8217;s easy to check that this funny field <img src='https://s0.wp.com/latex.php?latex=%5Cmathbb%7BC%7D%27&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbb{C}&#039;' title='&#92;mathbb{C}&#039;' class='latex' /> is algebraically closed and of characteristic zero.  Since it has the same cardinality as <img src='https://s0.wp.com/latex.php?latex=%5Cmathbb%7BC%7D%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbb{C},' title='&#92;mathbb{C},' class='latex' /> it must be isomorphic to <img src='https://s0.wp.com/latex.php?latex=%5Cmathbb%7BC%7D.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbb{C}.' title='&#92;mathbb{C}.' class='latex' /></p>
<p>In short, different &#8216;versions&#8217; of the real numbers can give rise to the <em>same</em> version of the complex numbers!</p>
<h3> References </h3>
<p>So, I hope you see that the logical foundations of the real and complex number systems are quite slippery&#8230; yet with work, we can understand a lot about this slipperiness.</p>
<p>Besides the references I&#8217;ve given, I just want to mention two more. First, here&#8217;s a free introductory calculus textbook based on nonstandard analysis:</p>
<p>&bull; H. Jerome Keisler, <i>Elementary Calculus: an Infinitesimal Approach</i>, available as a <a href="http://www.vias.org/calculus/">website</a> or in <a href="https://www.math.wisc.edu/~keisler/calc.html">PDF</a>.</p>
<p>And here&#8217;s an expository paper that digs deeper into uncountably categorical theories:</p>
<p>&bull; Nick Ramsey, <a href="http://www.math.uchicago.edu/~may/VIGRE/VIGRE2010/REUPapers/RamseyN.pdf">Morley’s categoricity theorem</a>.</p>
]]></html></oembed>