Induction

3.1 Prove, using induction but also without it, that is an even number for every non-negative integer .

Without induction:

and are guaranteed to be one even and one odd number. If one factor is even, the product is even.

With induction:

is . Subtract from which is gets us or . Thus, our next value must be even as well.


3.2 Prove by induction that the sum of the first positive integers is .

For the base case of 1: . For any positive integer , try to prove that + = .

We know that = the correct sum, so replace equivalence: .

Simplifying the left:


3.3 Observe that the number is the number of handshakes among people. Suppose that everyone counts only handshakes with people older than him/her (pretty snobbish, isn’t it?). Who will count the largest number of handshakes? How many people count 6 handshakes? Give a proof of the result of exercise 3.1, based on your answer to these questions.


3.4 Give a proof of exercise 3.1, based on figure 3.


3.5 Prove the following identity:


3.6 Use the method of the little Gauss to give a third proof of the formula in exercise 3.1.


3.7 How would the little Gauss prove the formula for the sum of the first odd numbers ?


3.8 Prove that the sum of the first squares is .


3.9 Prove that the sum of the first powers of 2 (starting with ) is .

Prev: 02-let-us-count Next: 04-counting-subsets

Prev: 02-let-us-count Next: 04-counting-subsets