Exercise 8.8

Verify the following version of the principle of recursive definition: Let A be a set. Let ρ be a function assigning, to every function f mapping a section Sn of + into A, an element ρ(f) of A. Then there is a unique function h : + A such that h(n) = ρ(h Sn) for each n +.

Answers

Denote the above property of h by (∗). We show that there is a unique h : + A satisfying this using the standard principle of a recursive definition, Theorem 8.4.

Proof. First, note that S1 = {n +n < 1} = by definition. Note also that itself is vacuously a function from S1 = to A, and is the only such function. It then follows that f S1 = f = for any f : Sn A for some n +. So then, define a0 = ρ() so that there is a unique function h such that

h(1) = a0, h(i) = ρ(h {1,,i 1}) for i > 1.

by Theorem 8.4. Denote this property by (+).

We first claim that this h satisfies (∗). To see this, consider any n +. If n = 1 then we have

h(n) = h(1) = a0 = ρ() = ρ(h ) = ρ(h S1) = ρ(h Sn).

If n > 1 then by (+) we have

h(n) = ρ(h {1,,n 1}) = ρ(h Sn)

again. Since n was arbitrary, this shows that (∗) is satisfied.

To show that this h satisfying (∗) is unique, suppose that another function f : + A satisfies (∗). Then we have

h(1) = ρ(h S1) = ρ(h ) = ρ() = a0

and

h(i) = ρ(h Si) = ρ(h {1,,i 1})

for i > 1. This shows that f also satisfies (+), and, since we know that the function satisfying (+) is unique, it must be that f = h as desired. □

User profile picture
2019-12-01 00:00
Comments