Elements of Set Theory: Recursion on Natural Numbers

Words
456
Reading
3 min
Listen
Play
8y

Consider the situation where I want you to guess the function such that I only give you two information; that is,

  1. a starting value alt
  2. a functionalt such that alt for all alt

This gives away all the information where you can compute successively,

alt

Now for a harder question: Suppose we are given a set A, an element alt, and a function alt, then how can we show that there exists a function alt such that

  1. alt
  2. alt

We can prove that there exists a set h that is a function meeting the above conditions.

Recursion Theorem onalt Let A be a set, alt and alt. Then there exists a unique function alt such that

alt

and for every alt
alt


Proof

First, we will let h be the union of many approximating functions. For the purpose of this proof, call a function v acceptable iff alt, and the following conditions hold:

(i) If alt

(ii) If alt then also alt

Let alt be the set of all acceptable functions and the union of this set is the h function: alt

We claim that this h meets the demands of the theorem, breaking it down into four parts.

  1. h is a function
  2. h is acceptable
  3. dom h is all of alt
  4. h is unique

Example Let alt be the set of all integers, positive, negative, and zero:

alt

There is no function alt such that for every alt,

alt

If you notice,

alt

alt has no starting point similar to the 0 starting point of the recursion on alt.


Our first application of the recursion theorem will be to show that any Peano system is "just like" alt. There are other Peano systems; for example, let N be the set alt of powers of 2, let alt, and let alt. Then alt is a Peano system.

The following theorem expresses the structural similarity between this Peano system and the alt.

Theorem 4H Let alt be a Peano system. Then alt is isomorphic to alt, i.e., there is a function h mapping alt one-to-one onto N in a way that preserves the successor operation.

alt

and the zero element

alt

Remark: The equation alt together with alt implies that alt. This can be shown as follows,

1529365509307.png

Theorems 4D and 4H relate the constructive approach to the natural numbers and the axiomatic approach. Theorem 4D shows that Peano's postulates are true of the number system we have constructed. And theorem 4H shows that the number system we have constructed is, "to within isomorphism," the only system satisfying Peano's postulates.


Disclaimer: this is a summary of section 4.3 from the book "Elements of Set Theory" by Herbert B. Enderton, the content apart from rephrasing is identical, most of the equations are from the book and the same examples are treated. All of the equation images were screenshots from generated latex form using typora
  1. Elements of Set Theory by Herbert B. Enderton

Thank you for reading ...

Elements of Set Theory: Recursion on Natural Numbers | Ecency