6.7. Solutions Recursive Definitions#
Solutions to Section 3.7
Solution to Exercise (1†)
Proof: We prove this once again by induction.
Base Case: When
and when , the statement is clearly true, since and , so and .Inductive Case: If we now take an arbitrary
such that , we assume that for and holds. To complete the induction, we need to show that is also true:This shows that
is true, which completes the induction.
Solution to Exercise (2†)
Proof: We prove the equation using induction.
Base Case: When
, is true since both sides are equal to 1.Inductive Case: Let
be an arbitrary integer. We asssume that holds for . To complete the induction, we need to show that the equation also holds for .Which proves that the equation also holds for
. Thereby the induction is completed.