| • Science | • People | • Locations | • Timeline |
| Contents | ||
Using the Peano axioms, one can construct many of the most important number systems and structures of modern mathematics. Peano arithmetic raises a number of metamathematical and philosophical issues, primarily involving questions of consistency and completeness.
Informally, the Peano axioms may be stated as follows:
More formally, we define a Peano system to be an ordered triple (X, x, f), satisfying the following properties:
The Peano axioms can be summed up by the following diagram:
where each of the iterates f(x), f( f(x) ), f( f( f(x) ) ), ... of x under f are distinct.
A standard construction in set theory shows the existence of a Peano system. First, we define the successor function; for any set a, the successor of a is S(a) := a ∪ {a}. A set A is an inductive set if it is closed under the successor function, i.e. whenever a is in A, S(a) is also in A. We now define:
The set N is the set of natural numbers; it is sometimes denoted by the greek letter ω, especially in the context of studying ordinal numberSet theory Ordinal numbers or ordinals for short, are numbers used to denote the position in an ordered sequence: first, second, third, fourth, etc. See How to name numbers''. In mathematics, ordinal numbers are an extension of the natural numbers to accos.
The axiom of infinitySet theory In axiomatic set theory and the branches of logic, mathematics, and computer science that use it, the axiom of infinity is one of the axioms of Zermelo-Fraenkel set theory. In the formal language of the Zermelo-Fraenkel axioms, the axiom reads: guarantees the existence of an inductive set, so the set N is well-defined. The natural number system (N, 0, S) can be shown to satisfy the Peano axioms. Each natural number is then equal to the set of natural numbers less than it, so that
and so on. This construction is due to John von NeumannA separate article covers Saint John Neumann, the American priest. John von Neumann (Neumann Janos) ( December 28, 1903 February 8, 1957) was a Hungarian- American mathematician who made important contributions in quantum physics, set theory, computer sci.
This is not the only possible construction of a Peano system. For instance, if we assume the construction of the set N = {0, 1, 2,...} and successor function S above, we could also define X := {5, 6, 7,...}, x := 5, and f := successor function restricted to X. Then this is also a Peano system.
The lambda calculusThe lambda calculus is a formal system designed to investigate function definition, function application, and recursion. It was introduced by Alonzo Church and Stephen Cole Kleene in the 1930s; Church used the lambda calculus in 1936 to give a negative an gives another construction of the natural numbers that satisfies the Peano axioms.
Two Peano systems (X, x, f) and (Y, y, g) are said to be isomorphic if there is a bijection φ : X → Y such that φ(x) = y and φf = gφ. It can be shown that any two Peano systems are isomorphic; in this sense, there is a "unique" system satisfying the Peano axioms. (See the categorical discussion below.)