Exercises on natural numbers and induction

  1. Prove by induction that for every positive integer n, āˆ‘nk=0 (4k + 1) = (2n + 1)(n + 1)

  2. Prove by induction that for every positive integer n

    12 + 22 + 32 + ... + n2 = n(n+1)(2n+1)/6

  3. Prove by induction that for every positive integer n, the power set š“Ÿ(X) of a finite set X with n elements has 2n elements.

  4. Prove by mathematical induction the formula for partial sums of a geometric series: sn = a[(1 āˆ’qn +1)/(1 āˆ’ q)].

  5. Prove the binomial theorem;

Solutions