Exercise 8.5

Show that there is a unique function h : + + satisfying the formula

h(1) = 3, h(i) = [h(i 1) + 1]12 for i > 1.

Answers

Proof. First, for any function f : {1,,m} +, define

ρ(f) = [f(m) + 1]12.

Consider any m + and any function f : {1,,m} +. Since f(m) +, it follows that f(m) + 1 + also so that ρ(f) = [f(m) + 1]12 is defined and is positive. Hence ρ is a well-defined function with range + since m and f were arbitrary. It then follows from the principle of recursive definition (Theorem 8.4) that there is a unique function h : + + such that

h(1) = 3, h(n) = ρ(h {1,,n 1}) for n > 1.

It is easy to see that this h satisfies the required property since h(1) = 3 and

h(i) = ρ(h {1,,i 1}) = [h(i 1) + 1]12

for i > 1 as desired.

Now we show that such a function is unique. Suppose that g and h both satisfy the inductive formula. We show by induction that g(i) = h(i) for all i +, from which it clearly follows that g = h. First, we clearly have g(1) = 3 = h(1). Now suppose that g(i) = h(i) for i +. Then we have that i + 1 > 1 so that g(i + 1) = [g(i) + 1]12 = [h(i) + 1]12 = h(i + 1) since g(i) = h(i) and we are taking the positive root. This completes the induction. □

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