HOME

TheInfoList



OR:

In mathematical logic, the Peano axioms, also known as the Dedekind–Peano axioms or the Peano postulates, are
axiom An axiom, postulate, or assumption is a statement that is taken to be true, to serve as a premise or starting point for further reasoning and arguments. The word comes from the Ancient Greek word (), meaning 'that which is thought worthy or f ...
s for the natural numbers presented by the 19th century Italian mathematician Giuseppe Peano. These axioms have been used nearly unchanged in a number of metamathematical investigations, including research into fundamental questions of whether number theory is consistent and
complete Complete may refer to: Logic * Completeness (logic) * Completeness of a theory, the property of a theory that every formula in the theory's language or its negation is provable Mathematics * The completeness of the real numbers, which implies t ...
. The need to formalize
arithmetic Arithmetic () is an elementary part of mathematics that consists of the study of the properties of the traditional operations on numbers— addition, subtraction, multiplication, division, exponentiation, and extraction of roots. In the 19th ...
was not well appreciated until the work of Hermann Grassmann, who showed in the 1860s that many facts in arithmetic could be derived from more basic facts about the successor operation and induction. In 1881, Charles Sanders Peirce provided an
axiomatization In mathematics and logic, an axiomatic system is any Set (mathematics), set of axioms from which some or all axioms can be used in conjunction to logically derive theorems. A Theory (mathematical logic), theory is a consistent, relatively-self-co ...
of natural-number arithmetic. In 1888,
Richard Dedekind Julius Wilhelm Richard Dedekind (6 October 1831 – 12 February 1916) was a German mathematician who made important contributions to number theory, abstract algebra (particularly ring theory), and the axiomatic foundations of arithmetic. His ...
proposed another axiomatization of natural-number arithmetic, and in 1889, Peano published a simplified version of them as a collection of axioms in his book, ''The principles of arithmetic presented by a new method'' ( la, Arithmetices principia, nova methodo exposita). The nine Peano axioms contain three types of statements. The first axiom asserts the existence of at least one member of the set of natural numbers. The next four are general statements about equality; in modern treatments these are often not taken as part of the Peano axioms, but rather as axioms of the "underlying logic". The next three axioms are first-order statements about natural numbers expressing the fundamental properties of the successor operation. The ninth, final axiom is a
second-order Second-order may refer to: Mathematics * Second order approximation, an approximation that includes quadratic terms * Second-order arithmetic, an axiomatization allowing quantification of sets of numbers * Second-order differential equation, a di ...
statement of the principle of mathematical induction over the natural numbers, which makes this formulation close to second-order arithmetic. A weaker first-order system called Peano arithmetic is obtained by explicitly adding the addition and multiplication operation symbols and replacing the second-order induction axiom with a first-order axiom schema.


Historical second-order formulation

When Peano formulated his axioms, the language of mathematical logic was in its infancy. The system of logical notation he created to present the axioms did not prove to be popular, although it was the genesis of the modern notation for
set membership In mathematics, an element (or member) of a set is any one of the distinct objects that belong to that set. Sets Writing A = \ means that the elements of the set are the numbers 1, 2, 3 and 4. Sets of elements of , for example \, are subsets o ...
(∈, which comes from Peano's ε) and implication (⊃, which comes from Peano's reversed 'C'.) Peano maintained a clear distinction between mathematical and logical symbols, which was not yet common in mathematics; such a separation had first been introduced in the '' Begriffsschrift'' by Gottlob Frege, published in 1879. Peano was unaware of Frege's work and independently recreated his logical apparatus based on the work of
Boole George Boole (; 2 November 1815 – 8 December 1864) was a largely self-taught English mathematician, philosopher, and logician, most of whose short career was spent as the first professor of mathematics at Queen's College, Cork in Irel ...
and
Schröder Schröder (Schroeder) is a German language, German surname often associated with the Schröder family. Notable people with the surname include: * Arthur Schröder (1892–1986), German actor * Atze Schröder, stage name of German comedian Hubertu ...
. The Peano axioms define the arithmetical properties of ''
natural numbers In mathematics, the natural numbers are those numbers used for counting (as in "there are ''six'' coins on the table") and ordering (as in "this is the ''third'' largest city in the country"). Numbers used for counting are called ''cardinal n ...
'', usually represented as a set N or \mathbb. The non-logical symbols for the axioms consist of a constant symbol 0 and a unary function symbol ''S''. The first axiom states that the constant 0 is a natural number: Peano's original formulation of the axioms used 1 instead of 0 as the "first" natural number, while the axioms in '' Formulario mathematico'' include zero. The next four axioms describe the equality
relation Relation or relations may refer to: General uses *International relations, the study of interconnection of politics, economics, and law on a global level *Interpersonal relationship, association or acquaintance between two or more people *Public ...
. Since they are logically valid in first-order logic with equality, they are not considered to be part of "the Peano axioms" in modern treatments. The remaining axioms define the arithmetical properties of the natural numbers. The naturals are assumed to be closed under a single-valued " successor" function ''S''. Axioms 1, 6, 7, 8 define a unary representation of the intuitive notion of natural numbers: the number 1 can be defined as ''S''(0), 2 as ''S''(''S''(0)), etc. However, considering the notion of natural numbers as being defined by these axioms, axioms 1, 6, 7, 8 do not imply that the successor function generates all the natural numbers different from 0. The intuitive notion that each natural number can be obtained by applying ''successor'' sufficiently often to zero requires an additional axiom, which is sometimes called the ''
axiom of induction Mathematical induction is a method for proving that a statement ''P''(''n'') is true for every natural number ''n'', that is, that the infinitely many cases ''P''(0), ''P''(1), ''P''(2), ''P''(3), ...  all hold. Informal metaphors help ...
''. The induction axiom is sometimes stated in the following form: In Peano's original formulation, the induction axiom is a second-order axiom. It is now common to replace this second-order principle with a weaker first-order induction scheme. There are important differences between the second-order and first-order formulations, as discussed in the section below.


Defining arithmetic operations and relations

If we use the second-order induction axiom, it is possible to define
addition Addition (usually signified by the Plus and minus signs#Plus sign, plus symbol ) is one of the four basic Operation (mathematics), operations of arithmetic, the other three being subtraction, multiplication and Division (mathematics), division. ...
,
multiplication Multiplication (often denoted by the cross symbol , by the mid-line dot operator , by juxtaposition, or, on computers, by an asterisk ) is one of the four elementary mathematical operations of arithmetic, with the other ones being additi ...
, and total (linear) ordering on N directly using the axioms. However, and addition and multiplication are often added as axioms. The respective functions and relations are constructed in set theory or second-order logic, and can be shown to be unique using the Peano axioms.


Addition

Addition Addition (usually signified by the Plus and minus signs#Plus sign, plus symbol ) is one of the four basic Operation (mathematics), operations of arithmetic, the other three being subtraction, multiplication and Division (mathematics), division. ...
is a function that maps two natural numbers (two elements of N) to another one. It is defined recursively as: : \begin a + 0 &= a , & \textrm\\ a + S (b) &= S (a + b). & \textrm \end For example: : \begin a + 1 &= a + S(0) & \mbox \\ &= S(a + 0) & \mbox \\ &= S(a), & \mbox \\ \\ a + 2 &= a + S(1) & \mbox \\ &= S(a + 1) & \mbox \\ &= S(S(a)) & \mbox a + 1 = S(a) \\ \\ a + 3 &= a + S(2) & \mbox \\ &= S(a + 2) & \mbox \\ &= S(S(S(a))) & \mbox a + 2 = S(S(a)) \\ \text & \\ \end The
structure A structure is an arrangement and organization of interrelated elements in a material object or system, or the object or system so organized. Material structures include man-made objects such as buildings and machines and natural objects such as ...
is a commutative monoid with identity element 0. is also a
cancellative In mathematics, the notion of cancellative is a generalization of the notion of invertible. An element ''a'' in a magma has the left cancellation property (or is left-cancellative) if for all ''b'' and ''c'' in ''M'', always implies that . A ...
magma, and thus embeddable in a group. The smallest group embedding N is the integers.


Multiplication

Similarly,
multiplication Multiplication (often denoted by the cross symbol , by the mid-line dot operator , by juxtaposition, or, on computers, by an asterisk ) is one of the four elementary mathematical operations of arithmetic, with the other ones being additi ...
is a function mapping two natural numbers to another one. Given addition, it is defined recursively as: : \begin a \cdot 0 &= 0, \\ a \cdot S (b) &= a + (a \cdot b). \end It is easy to see that S(0) (or "1", in the familiar language of decimal representation) is the multiplicative right identity: :a\cdot S(0) = a + (a\cdot 0) = a + 0 = a To show that S(0) is also the multiplicative left identity requires the induction axiom due to the way multiplication is defined: * S(0) is the left identity of 0: S(0)\cdot 0 = 0. * If S(0) is the left identity of a (that is S(0)\cdot a = a), then S(0) is also the left identity of S(a): S(0)\cdot S(a) = S(0) + S(0)\cdot a = S(0) + a = a + S(0) = S(a + 0) = S(a). Therefore, by the induction axiom S(0) is the multiplicative left identity of all natural numbers. Moreover, it can be shown that multiplication is commutative and distributes over addition: : a \cdot (b + c) = (a\cdot b) + (a\cdot c). Thus, (\N, +, 0, \cdot, S(0)) is a commutative semiring.


Inequalities

The usual total order relation ≤ on natural numbers can be defined as follows, assuming 0 is a natural number: : For all , if and only if there exists some such that . This relation is stable under addition and multiplication: for a, b, c \in \N , if , then: * ''a'' + ''c'' ≤ ''b'' + ''c'', and * ''a'' · ''c'' ≤ ''b'' · ''c''. Thus, the structure is an ordered semiring; because there is no natural number between 0 and 1, it is a discrete ordered semiring. The axiom of induction is sometimes stated in the following form that uses a stronger hypothesis, making use of the order relation "≤": : For any predicate ''φ'', if :* ''φ''(0) is true, and :* for every , if ''φ''(''k'') is true for every such that , then ''φ''(''S''(''n'')) is true, :* then for every , ''φ''(''n'') is true. This form of the induction axiom, called ''strong induction'', is a consequence of the standard formulation, but is often better suited for reasoning about the ≤ order. For example, to show that the naturals are well-ordered—every nonempty
subset In mathematics, Set (mathematics), set ''A'' is a subset of a set ''B'' if all Element (mathematics), elements of ''A'' are also elements of ''B''; ''B'' is then a superset of ''A''. It is possible for ''A'' and ''B'' to be equal; if they are ...
of N has a least element—one can reason as follows. Let a nonempty be given and assume ''X'' has no least element. * Because 0 is the least element of N, it must be that . * For any , suppose for every , . Then , for otherwise it would be the least element of ''X''. Thus, by the strong induction principle, for every , . Thus, , which contradicts ''X'' being a nonempty subset of N. Thus ''X'' has a least element.


Models

A model of the Peano axioms is a triple , where N is a (necessarily infinite) set, and satisfies the axioms above. Dedekind proved in his 1888 book, ''The Nature and Meaning of Numbers'' (german: Was sind und was sollen die Zahlen?, i.e., “What are the numbers and what are they good for?”) that any two models of the Peano axioms (including the second-order induction axiom) are
isomorphic In mathematics, an isomorphism is a structure-preserving mapping between two structures of the same type that can be reversed by an inverse mapping. Two mathematical structures are isomorphic if an isomorphism exists between them. The word is ...
. In particular, given two models and of the Peano axioms, there is a unique homomorphism satisfying : \begin f(0_A) &= 0_B \\ f(S_A (n)) &= S_B (f (n)) \end and it is a
bijection In mathematics, a bijection, also known as a bijective function, one-to-one correspondence, or invertible function, is a function between the elements of two sets, where each element of one set is paired with exactly one element of the other s ...
. This means that the second-order Peano axioms are categorical. (This is not the case with any first-order reformulation of the Peano axioms, below.)


Set-theoretic models

The Peano axioms can be derived from set theoretic constructions of the natural numbers and axioms of set theory such as ZF. The standard construction of the naturals, due to John von Neumann, starts from a definition of 0 as the empty set, ∅, and an operator ''s'' on sets defined as: : s(a) = a \cup \ The set of natural numbers N is defined as the intersection of all sets
closed Closed may refer to: Mathematics * Closure (mathematics), a set, along with operations, for which applying those operations on members always results in a member of the set * Closed set, a set which contains all its limit points * Closed interval, ...
under ''s'' that contain the empty set. Each natural number is equal (as a set) to the set of natural numbers less than it: : \begin 0 &= \emptyset \\ 1 &= s(0) = s(\emptyset) = \emptyset \cup \ = \ = \ \\ 2 &= s(1) = s(\) = \ \cup \ = \ = \ \\ 3 &= s(2) = s(\) = \ \cup \ = \ = \ \end and so on. The set N together with 0 and the
successor function In mathematics, the successor function or successor operation sends a natural number to the next one. The successor function is denoted by ''S'', so ''S''(''n'') = ''n'' +1. For example, ''S''(1) = 2 and ''S''(2) = 3. The successor functio ...
satisfies the Peano axioms. Peano arithmetic is equiconsistent with several weak systems of set theory. One such system is ZFC with the axiom of infinity replaced by its negation. Another such system consists of general set theory ( extensionality, existence of the
empty set In mathematics, the empty set is the unique set having no elements; its size or cardinality (count of elements in a set) is zero. Some axiomatic set theories ensure that the empty set exists by including an axiom of empty set, while in other ...
, and the axiom of adjunction), augmented by an axiom schema stating that a property that holds for the empty set and holds of an adjunction whenever it holds of the adjunct must hold for all sets.


Interpretation in category theory

The Peano axioms can also be understood using
category theory Category theory is a general theory of mathematical structures and their relations that was introduced by Samuel Eilenberg and Saunders Mac Lane in the middle of the 20th century in their foundational work on algebraic topology. Nowadays, cate ...
. Let ''C'' be a category with terminal object 1''C'', and define the category of
pointed unary system In mathematics, an algebraic structure consists of a nonempty Set (mathematics), set ''A'' (called the underlying set, carrier set or domain), a collection of operation (mathematics), operations on ''A'' (typically binary operations such as addit ...
s, US1(''C'') as follows: * The objects of US1(''C'') are triples where ''X'' is an object of ''C'', and and are ''C''-morphisms. * A morphism ''φ'' : (''X'', 0''X'', ''S''''X'') → (''Y'', 0''Y'', ''S''''Y'') is a ''C''-morphism with and . Then ''C'' is said to satisfy the Dedekind–Peano axioms if US1(''C'') has an initial object; this initial object is known as a natural number object in ''C''. If is this initial object, and is any other object, then the unique map is such that : \begin u (0) &= 0_X, \\ u (S x) &= S_X (u x). \end This is precisely the recursive definition of 0''X'' and ''S''''X''.


Consistency

When the Peano axioms were first proposed, Bertrand Russell and others agreed that these axioms implicitly defined what we mean by a "natural number".
Henri Poincaré Jules Henri Poincaré ( S: stress final syllable ; 29 April 1854 – 17 July 1912) was a French mathematician, theoretical physicist, engineer, and philosopher of science. He is often described as a polymath, and in mathematics as "The ...
was more cautious, saying they only defined natural numbers if they were ''consistent''; if there is a proof that starts from just these axioms and derives a contradiction such as 0 = 1, then the axioms are inconsistent, and don't define anything. In 1900,
David Hilbert David Hilbert (; ; 23 January 1862 – 14 February 1943) was a German mathematician, one of the most influential mathematicians of the 19th and early 20th centuries. Hilbert discovered and developed a broad range of fundamental ideas in many a ...
posed the problem of proving their consistency using only finitistic methods as the
second The second (symbol: s) is the unit of time in the International System of Units (SI), historically defined as of a day – this factor derived from the division of the day first into 24 hours, then to 60 minutes and finally to 60 seconds ...
of his twenty-three problems. In 1931,
Kurt Gödel Kurt Friedrich Gödel ( , ; April 28, 1906 – January 14, 1978) was a logician, mathematician, and philosopher. Considered along with Aristotle and Gottlob Frege to be one of the most significant logicians in history, Gödel had an imme ...
proved his second incompleteness theorem, which shows that such a consistency proof cannot be formalized within Peano arithmetic itself. Although it is widely claimed that Gödel's theorem rules out the possibility of a finitistic consistency proof for Peano arithmetic, this depends on exactly what one means by a finitistic proof. Gödel himself pointed out the possibility of giving a finitistic consistency proof of Peano arithmetic or stronger systems by using finitistic methods that are not formalizable in Peano arithmetic, and in 1958, Gödel published a method for proving the consistency of arithmetic using type theory. In 1936, Gerhard Gentzen gave a proof of the consistency of Peano's axioms, using transfinite induction up to an ordinal called ε0. Gentzen explained: "The aim of the present paper is to prove the consistency of elementary number theory or, rather, to reduce the question of consistency to certain fundamental principles". Gentzen's proof is arguably finitistic, since the transfinite ordinal ε0 can be encoded in terms of finite objects (for example, as a Turing machine describing a suitable order on the integers, or more abstractly as consisting of the finite trees, suitably linearly ordered). Whether or not Gentzen's proof meets the requirements Hilbert envisioned is unclear: there is no generally accepted definition of exactly what is meant by a finitistic proof, and Hilbert himself never gave a precise definition. The vast majority of contemporary mathematicians believe that Peano's axioms are consistent, relying either on intuition or the acceptance of a consistency proof such as Gentzen's proof. A small number of philosophers and mathematicians, some of whom also advocate ultrafinitism, reject Peano's axioms because accepting the axioms amounts to accepting the infinite collection of natural numbers. In particular, addition (including the successor function) and multiplication are assumed to be
total Total may refer to: Mathematics * Total, the summation of a set of numbers * Total order, a partial order without incomparable pairs * Total relation, which may also mean ** connected relation (a binary relation in which any two elements are comp ...
. Curiously, there are
self-verifying theories Self-verifying theories are consistent first-order systems of arithmetic, much weaker than Peano arithmetic, that are capable of proving their own consistency. Dan Willard was the first to investigate their properties, and he has described a family ...
that are similar to PA but have subtraction and division instead of addition and multiplication, which are axiomatized in such a way to avoid proving sentences that correspond to the totality of addition and multiplication, but which are still able to prove all true \Pi_1 theorems of PA, and yet can be extended to a consistent theory that proves its own consistency (stated as the non-existence of a Hilbert-style proof of "0=1").


Peano arithmetic as first-order theory

All of the Peano axioms except the ninth axiom (the induction axiom) are statements in first-order logic. The arithmetical operations of addition and multiplication and the order relation can also be defined using first-order axioms. The axiom of induction above is
second-order Second-order may refer to: Mathematics * Second order approximation, an approximation that includes quadratic terms * Second-order arithmetic, an axiomatization allowing quantification of sets of numbers * Second-order differential equation, a di ...
, since it quantifies over predicates (equivalently, sets of natural numbers rather than natural numbers). As an alternative one can consider a first-order '' axiom schema'' of induction. Such a schema includes one axiom per predicate definable in the first-order language of Peano arithmetic, making it weaker than the second-order axiom. The reason that it is weaker is that the number of predicates in first-order language is countable, whereas the number of sets of natural numbers is uncountable. Thus, there exist sets that cannot be described in first-order language (in fact, most sets have this property). First-order axiomatizations of Peano arithmetic have another technical limitation. In second-order logic, it is possible to define the addition and multiplication operations from the successor operation, but this cannot be done in the more restrictive setting of first-order logic. Therefore, the addition and multiplication operations are directly included in the signature of Peano arithmetic, and axioms are included that relate the three operations to each other. The following list of axioms (along with the usual axioms of equality), which contains six of the seven axioms of Robinson arithmetic, is sufficient for this purpose: * \forall x \ (0 \neq S ( x )) * \forall x, y \ (S( x ) = S( y ) \Rightarrow x = y) * \forall x \ (x + 0 = x ) * \forall x, y \ (x + S( y ) = S( x + y )) * \forall x \ (x \cdot 0 = 0) * \forall x, y \ (x \cdot S ( y ) = x \cdot y + x ) In addition to this list of numerical axioms, Peano arithmetic contains the induction schema, which consists of a recursively enumerable and even decidable set of axioms. For each formula in the language of Peano arithmetic, the first-order induction axiom for ''φ'' is the sentence :\forall \bar \Bigg(\bigg(\varphi(0,\bar) \land \forall x \Big( \varphi(x,\bar)\Rightarrow\varphi(S(x),\bar)\Big)\bigg) \Rightarrow \forall x \varphi(x,\bar)\Bigg) where \bar is an abbreviation for ''y''1,...,''y''''k''. The first-order induction schema includes every instance of the first-order induction axiom; that is, it includes the induction axiom for every formula ''φ''.


Equivalent axiomatizations

There are many different, but equivalent, axiomatizations of Peano arithmetic. While some axiomatizations, such as the one just described, use a signature that only has symbols for 0 and the successor, addition, and multiplications operations, other axiomatizations use the language of ordered semirings, including an additional order relation symbol. One such axiomatization begins with the following axioms that describe a discrete ordered semiring. # \forall x, y, z \ ( (x + y) + z = x + (y + z) ), i.e., addition is
associative In mathematics, the associative property is a property of some binary operations, which means that rearranging the parentheses in an expression will not change the result. In propositional logic, associativity is a valid rule of replacement f ...
. # \forall x, y \ ( x + y = y + x ), i.e., addition is commutative. # \forall x, y, z \ ( (x \cdot y) \cdot z = x \cdot (y \cdot z) ), i.e., multiplication is associative. # \forall x, y \ ( x \cdot y = y \cdot x ), i.e., multiplication is commutative. # \forall x, y, z \ ( x \cdot (y + z) = (x \cdot y) + (x \cdot z) ), i.e., multiplication distributes over addition. # \forall x \ ( x + 0 = x \land x \cdot 0 = 0 ), i.e., zero is an identity for addition, and an absorbing element for multiplication (actually superfluous). # \forall x \ ( x \cdot 1 = x ), i.e., one is an identity for multiplication. # \forall x, y, z \ ( x < y \land y < z \Rightarrow x < z ), i.e., the '<' operator is transitive. # \forall x \ ( \neg (x < x) ), i.e., the '<' operator is irreflexive. # \forall x, y \ ( x < y \lor x = y \lor y < x ), i.e., the ordering satisfies
trichotomy A trichotomy can refer to: * Law of trichotomy, a mathematical law that every real number is either positive, negative, or zero ** Trichotomy theorem, in finite group theory * Trichotomy (jazz trio), Australian jazz band, collaborators with Dan ...
. # \forall x, y, z \ ( x < y \Rightarrow x + z < y + z ), i.e. the ordering is preserved under addition of the same element. # \forall x, y, z \ ( 0 < z \land x < y \Rightarrow x \cdot z < y \cdot z ), i.e. the ordering is preserved under multiplication by the same positive element. # \forall x, y \ ( x < y \Rightarrow \exists z \ ( x + z = y ) ), i.e. given any two distinct elements, the larger is the smaller plus another element. # 0 < 1 \land \forall x \ ( x > 0 \Rightarrow x \ge 1 ), i.e. zero and one are distinct and there is no element between them. In other words, 0 is covered by 1, which suggests that natural numbers are discrete. # \forall x \ ( x \ge 0 ), i.e. zero is the minimum element. The theory defined by these axioms is known as PA; the theory PA is obtained by adding the first-order induction schema. An important property of PA is that any structure M satisfying this theory has an initial segment (ordered by \le) isomorphic to \N. Elements in that segment are called standard elements, while other elements are called nonstandard elements.


Undecidability and incompleteness

According to
Gödel's incompleteness theorems Gödel's incompleteness theorems are two theorems of mathematical logic Mathematical logic is the study of logic, formal logic within mathematics. Major subareas include model theory, proof theory, set theory, and recursion theory. Research i ...
, the theory of PA (if consistent) is incomplete. Consequently, there are sentences of first-order logic (FOL) that are true in the standard model of PA but are not a consequence of the FOL axiomatization. Essential incompleteness already arises for theories with weaker axioms, such as Robinson arithmetic. Closely related to the above incompleteness result (via Gödel's completeness theorem for FOL) it follows that there is no algorithm for deciding whether a given FOL sentence is a consequence of a first-order axiomatization of Peano arithmetic or not. Hence, PA is an example of an undecidable theory. Undecidability arises already for the existential sentences of PA, due to the negative answer to Hilbert's tenth problem, whose proof implies that all computably enumerable sets are diophantine sets, and thus definable by existentially quantified formulas (with free variables) of PA. Formulas of PA with higher
quantifier rank In mathematical logic, the quantifier rank of a formula is the depth of nesting of its quantifiers. It plays an essential role in model theory. Notice that the quantifier rank is a property of the formula itself (i.e. the expression in a langu ...
(more quantifier alternations) than existential formulas are more expressive, and define sets in the higher levels of the arithmetical hierarchy.


Nonstandard models

Although the usual natural numbers satisfy the axioms of PA, there are other models as well (called " non-standard models"); the compactness theorem implies that the existence of nonstandard elements cannot be excluded in first-order logic. The upward
Löwenheim–Skolem theorem In mathematical logic, the Löwenheim–Skolem theorem is a theorem on the existence and cardinality of models, named after Leopold Löwenheim and Thoralf Skolem. The precise formulation is given below. It implies that if a countable first-order t ...
shows that there are nonstandard models of PA of all infinite cardinalities. This is not the case for the original (second-order) Peano axioms, which have only one model, up to isomorphism. This illustrates one way the first-order system PA is weaker than the second-order Peano axioms. When interpreted as a proof within a first-order set theory, such as ZFC, Dedekind's categoricity proof for PA shows that each model of set theory has a unique model of the Peano axioms, up to isomorphism, that embeds as an initial segment of all other models of PA contained within that model of set theory. In the standard model of set theory, this smallest model of PA is the standard model of PA; however, in a nonstandard model of set theory, it may be a nonstandard model of PA. This situation cannot be avoided with any first-order formalization of set theory. It is natural to ask whether a countable nonstandard model can be explicitly constructed. The answer is affirmative as
Skolem Thoralf Albert Skolem (; 23 May 1887 – 23 March 1963) was a Norwegian mathematician who worked in mathematical logic and set theory. Life Although Skolem's father was a primary school teacher, most of his extended family were farmers. Skolem ...
in 1933 provided an explicit construction of such a nonstandard model. On the other hand,
Tennenbaum's theorem Tennenbaum's theorem, named for Stanley Tennenbaum who presented the theorem in 1959, is a result in mathematical logic that states that no countable nonstandard model of first-order Peano arithmetic (PA) can be recursive (Kaye 1991:153ff). Recu ...
, proved in 1959, shows that there is no countable nonstandard model of PA in which either the addition or multiplication operation is computable. This result shows it is difficult to be completely explicit in describing the addition and multiplication operations of a countable nonstandard model of PA. There is only one possible order type of a countable nonstandard model. Letting ''ω'' be the order type of the natural numbers, ''ζ'' be the order type of the integers, and ''η'' be the order type of the rationals, the order type of any countable nonstandard model of PA is , which can be visualized as a copy of the natural numbers followed by a dense linear ordering of copies of the integers.


Overspill

A cut in a nonstandard model ''M'' is a nonempty subset ''C'' of ''M'' so that ''C'' is downward closed (''x'' < ''y'' and ''y'' ∈ ''C'' ⇒ ''x'' ∈ ''C'') and ''C'' is closed under successor. A proper cut is a cut that is a proper subset of ''M''. Each nonstandard model has many proper cuts, including one that corresponds to the standard natural numbers. However, the induction scheme in Peano arithmetic prevents any proper cut from being definable. The overspill lemma, first proved by Abraham Robinson, formalizes this fact.


See also

* Foundations of mathematics *
Frege's theorem In metalogic and metamathematics, Frege's theorem is a metatheorem that states that the Peano axioms of arithmetic can be derived in second-order logic from Hume's principle. It was first proven, informally, by Gottlob Frege in his 1884 ''Die Gru ...
* Goodstein's theorem * Neo-logicism *
Non-standard model of arithmetic Standardization or standardisation is the process of implementing and developing technical standards based on the consensus of different parties that include firms, users, interest groups, standards organizations and governments. Standardization ...
* Paris–Harrington theorem * Presburger arithmetic * Robinson arithmetic * Second-order arithmetic *
Typographical Number Theory Typographical Number Theory (TNT) is a formal axiomatic system describing the natural numbers that appears in Douglas Hofstadter's book ''Gödel, Escher, Bach''. It is an implementation of Peano arithmetic that Hofstadter uses to help explain Göd ...


Notes


References


Citations


Sources

* * ** Two English translations: *** *** * * * * * * * * Derives the Peano axioms (called S) from several axiomatic set theories and from
category theory Category theory is a general theory of mathematical structures and their relations that was introduced by Samuel Eilenberg and Saunders Mac Lane in the middle of the 20th century in their foundational work on algebraic topology. Nowadays, cate ...
. * * * * * * * * * * * Derives the Peano axioms from ZFC * * ** Contains translations of the following two papers, with valuable commentary: *** *** * *


Further reading

* * * *


External links

* Includes a discussion of Poincaré's critique of the Peano's axioms. * * * * Commentary on Dedekind's work. {{PlanetMath attribution, urlname=pa, title=PA 1889 introductions Mathematical axioms Formal theories of arithmetic Logic in computer science Mathematical logic hu:Giuseppe Peano#A természetes számok Peano-axiómái