MATH 122
MATHEMATICAL INDUCTION

Let Pn be a statement involving the positive integer n.

Examples:

  1. n2 = n × n
  2. 2n is an even number
  3. 2n + 1 is an odd number
  4. n+1 n =1
  5. n is divisible by 3
  6. 1+2+3++n= n( n+1 ) 2

Which of the above statements are true for ALL positive integral values of n?

Answer: a, b, c and f (f is not obviously true)
Note that d is not true for any value of n, while e is only true for
n = 3, 6, 9, ...

f is true for the following reason:

1+ 2+ 3++( n2 ) =n+1 +( n1 ) =n+1 +n =n+1 = sum of the first n terms of this arithmetic series (Sn).

Thus S n = n 2 ( a 1 + a n )= n 2 ( 1+n )= n( n+1 ) 2

Notation:

If Pn is a statement,
Then P1 is this statement where n = 1
P2 is this statement where n = 2, etc.

Example:

Let Pn be: n2 + n is positive.
Then P1 says, "12 + 1 is positive",
P4 says, "42 + 4 is positive", etc.

AXIOM OF MATHEMATICAL INDUCTION

Let Pn be a statement (i.e.P1, P2, P3, ... etc. are defined).

Furthermore, let the following 2 conditions exist:

  1. P1 is true
  2. Pk+1 is true whenever Pk is true. (k is any positive integer.)

Conclusion: Pn is true for n = 1, 2, 3, ...

i.e. P1, P2, P3, P4,... are all true.

 


EXAMPLE 1:

PROVE   1+2+3++n= n( n+1 ) 2 by mathematical induction. (i.e. Prove that Pn is true for n = 1, 2, 3, ...)

Pn: 1+2+3++n= n( n+1 ) 2

Is P sub 1 true? emphasized in a box. P1: 1= 1( 1+1 ) 2 , i.e., 1 = 1   SO   P1 is true.

ASSUME Pk is true: i.e., 1+2+3++k= k( k+1 ) 2
PROVE Pk+1 is true: i.e., Prove 1+2+3++( k+1 )= ( k+1 )( k+2 ) 2

USUALLY YOU START ALL WITH THE LEFT SIDE OF Pk+1:

1+2+3++( k+1 )= 1+2+3++k left side of  P k +( k+1 )= k( k+1 ) right side of  P k 2 +( k+1 )= k( k+1 )+2( k+1 ) 2 = right side of  P k+1
Therefore, Pn true for n = 1, 2, 3,...


EXAMPLE 2

SHOW THAT: Pn: 5n - 1 is divisible by 4.

Is P sub 1 true? emphasized in a box. P1:   5 1 1 4 = 51 4 = 4 4 =1   Therefore: P1 is true.

ASSUME Pk:   5k − 1 divisible by 4.
or 5 k 1 4 =q , is an integer
Then 5k − 1 = 4q and 5k = 4q + 1
PROVE Pk+1: 5k+1 - 1 divisible by 4.

5 k+1 1= 5 k ·51= ( 4q+1 ) replaces  5 k ·51=4q·5+1·51 = 4q·5 divisible by 4 + 51 divisible by 4
Therefore Pn TRUE for n = 1, 2, 3,...


MATH 122
MATHEMATICAL INDUCTION PROBLEMS

Use induction to prove that each of the following formulas is true for each positive integer n.

  1.   1 3 + 2 3 + 3 3 ++ n 3 = n 2 ( n+1 ) 2 4
  2.   12+34+56++( 2n1 )( 2n )= n( n+1 )( 4n1 ) 3
  3.   1 2 + 2 2 + 3 2 ++ n 2 = n( n+1 ) 4
  4.   2+6+10+( 4n2 )=2 n 2
  5.   2 1 + 2 2 + 2 3 ++ 2 n = 2 n+1 2
  6.   12+23+34++n( n+1 )= n( n+1 )( n+2 ) 3
  7.   1 2 2 +2 3 2 +3 4 2 ++n ( n+1 ) 2 = 1 12 n( n+1 )( n+2 )( 3n+5 )

By induction show that:

  1.   3n − 1 is divisible by 2.
  2.   5n − 1 is divisible by 4.
  3.   7n − 1 is divisible by 6.
  4.   82n − 1 is divisible by 63.
  5.   62n − 1 is divisible by 35.
  6.   92n − 1 is divisible by 80.
  7.   n2 − 3n + 4 is even.
  8.   2n3 − 3n2 + n is divisible by 6.
  9.  
    1.  Show: If 2 + 4 + 6 + ... + 2n = n(n + 1) + 2 is true for n = j, then it is true for n = j + 1.
    2.   Is the formula true for all n?