Exercise 8.3

Obtain the definitions of an and n! for n + as special cases of Exercise 8.2.

Answers

Regarding an, defined the sequence (b1,b2,) by bi = a for every i +, which we could denote by (a,a,). Then define an = k=1nbk as it is defined in Exercise 8.2, and we claim that this satisfies the inductive definition given in Exercise 4.6 and Example 8.2.

Proof. First, we clearly have a1 = k=11bk = b1 = a. Next, for n > 1, we have

an = k=1nb k = ( k=1n1b k) bn = an1 a,

which shows that the inductive definition is satisfied. □

Since it does not seem to be given in the book thus far, we reiterate the typical inductive definition for n!:

1! = 1, n! = (n 1)! n for n > 1.

Now, define the sequence (b1,b2,) by bi = i for i +. We then claim that defining n! = k=1nbk as defined in Exercise 8.2 satisfies this definition.

Proof. First, we have 1! = k=11bk = b1 = 1. Then we also have

n! = k=1nb k = ( k=1n1b k) bn = (n 1)! n

for n > 1 so that the definition is clearly satisfied. □

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