Processing math: 100%

Saturday, 16 December 2017

Axiomatizing Natural Numbers

Axiomatizing Natural Numbers

One can not prove theorems by assuming nothing. But what is more fascinating is that a large number of concepts can be explained by a fixed number of elementary notions, known as axioms.
Axioms are assumed to be self-evident truths. One such set of axioms about Natural Numbers was proposed by Peano:

Peano’s Axioms

Let N denote a set. Suppose we are not permitted to see its contents. Instead, we are given the following information about N:

  1. 0N
  2. A mapping s:N>N, different from indentity map, such that N is invariant under s, i.e., aNs(a)N
  3. Pre-image of 0 does not exist under s,
    i.e., there does not exist an aN such that s(a)=0
  4. The mapping s is injective, i.e., s(a)=s(b)a=b
  5. If SN with 0S and aSs(a)S, then S=N

With these axioms alone, we can describe/generate the entire set N, without actually seeing its elements. Let us see how.
Let us start by analyzing what are we provided with. We are sure that there exists an element denoted by 0 in N. So N is non-empty. Additionally there also exists a map s from N to itself, which is different from identity map.
This map is defined in such a way that when fed with an element of N, it gives us another element from N. Notice here, that had the map been identity map, it would be useless to us, since it would return the same element. So s must be a non-identity map, so that we can get new information about N.

Written with StackEdit.

No comments:

Post a Comment