Difference between revisions of "Natural Numbers:Postulates"
Line 33: | Line 33: | ||
Even if one does not accept the axiom of infinity and therefore cannot accept that the set of all natural numbers exists, it is still possible to define any one of these sets. | Even if one does not accept the axiom of infinity and therefore cannot accept that the set of all natural numbers exists, it is still possible to define any one of these sets. | ||
− | ====Zermelo ordinals | + | ====Zermelo ordinals==== |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | Although the standard construction is useful, it is not the only possible construction. Ernst Zermelo's construction goes as follows: | ||
+ | *Set <math>0 = \{ \}</math> | ||
+ | *Define <math>S(a) = \{a\}</math>, | ||
+ | *It then follows that | ||
+ | :*<math>0 = \{ \}</math>, | ||
+ | :*<math>1 = \{0\} = \{\{ \}\}</math>, | ||
+ | :*<math>2 = \{1\} = \{\{\{ \}\}\}</math>, | ||
+ | :*<math>n = \{n-1\} = \{\{\{...\}\}\}</math>, etc. | ||
+ | :Each natural number is then equal to the set containing just the natural number preceding it. This is the definition of Zermelo ordinals. Unlike von Neumann's construction, the Zermelo ordinals do not account for infinite ordinals. | ||
==Resources== | ==Resources== | ||
* [https://link-springer-com.libweb.lib.utsa.edu/content/pdf/10.1007%2F978-1-4419-7127-2.pdf Course Textbook], pages 196-201 | * [https://link-springer-com.libweb.lib.utsa.edu/content/pdf/10.1007%2F978-1-4419-7127-2.pdf Course Textbook], pages 196-201 |
Revision as of 12:58, 12 October 2021
Contents
Formal definitions
Many properties of the natural numbers can be derived from the five Peano axioms:
Peano's Axioms for the Natural Numbers
- 1 is a natural number.
- For every natural number , the successor to , (), is also a natural number.
- 1 is not a successor to any natural number.
- If two numbers and have the same successor, then .
- If a set contains 1, and also contains the successor of every element in , then every natural number is in .
These axioms are used to build the set of natural numbers . They are not the original axioms published by Peano, but are named in his honor. Some forms of the Peano axioms have 1 in place of 0. In ordinary arithmetic, the successor of is . Replacing axiom 5 by an axiom schema, one obtains a (weaker) first-order theory called Peano arithmetic.
Constructions based on set theory
Von Neumann ordinals
In the area of mathematics called set theory, a specific construction defines the natural numbers as follows:
- Set , the empty set,
- Define for every set . is the successor of , and is called the successor function.
- By the axiom of infinity, there exists a set which contains 0 and is closed under the successor function. Such sets are said to be inductive. The intersection of all such inductive sets is defined to be the set of natural numbers. It can be checked that the set of natural numbers satisfies the Peano axioms.
- It follows that each natural number is equal to the set of all natural numbers less than it:
- ,
- ,
- ,
- ,
- , etc.
With this definition, a natural number is a particular set with elements, and if and only if is a subset of . The standard definition, now called definition of von Neumann ordinals, is: "each ordinal is the well-ordered set of all smaller ordinals."
Also, with this definition, different possible interpretations of notations like ℝn (n-tuples versus mappings of n into ℝ) coincide.
Even if one does not accept the axiom of infinity and therefore cannot accept that the set of all natural numbers exists, it is still possible to define any one of these sets.
Zermelo ordinals
Although the standard construction is useful, it is not the only possible construction. Ernst Zermelo's construction goes as follows:
- Set
- Define ,
- It then follows that
- ,
- ,
- ,
- , etc.
- Each natural number is then equal to the set containing just the natural number preceding it. This is the definition of Zermelo ordinals. Unlike von Neumann's construction, the Zermelo ordinals do not account for infinite ordinals.
Resources
- Course Textbook, pages 196-201