Вы находитесь на странице: 1из 9

Mathematical induction is a legitimate method of

proof for all positive integers n.

Principle:
Let Pn be a statement involving n, a positive integer.
If
1. P1 is true, and
2. the truth of Pk implies the truth of Pk + 1 for
every positive k,
then Pn must be true for all positive integers n.

2
Example:
Use mathematical induction to prove
Sn = 2 + 4 + 6 + 8 + . . . + 2n = n(n + 1)
for every positive integer n.

1. Show that the formula is true when n = 1.


S1 = n(n + 1) = 1(1 + 1) = 2 True
2. Assume the formula is valid for some integer k.
Use this assumption to prove the formula is valid
for the next integer, k + 1 and show that the
formula Sk + 1 = (k + 1)(k + 2) is true.
Sk = 2 + 4 + 6 + 8 + . . . + 2k = k(k + 1) Assumption
Example continues.
3
Example continued:
Sk + 1 = 2 + 4 + 6 + 8 + . . . + 2k + [2(k + 1)]

= 2 + 4 + 6 + 8 + . . . + 2k + (2k + 2)

= Sk + (2k + 2) Group terms to form Sk.

= k(k + 1) + (2k + 2) Replace Sk by k(k + 1).


= k2 + k + 2k + 2 Simplify.
= k2 + 3k + 2

= (k + 1)(k + 2)

= (k + 1)((k + 1)+1)
The formula Sn = n(n + 1) is valid for all positive integer
values of n.
4
Sums of Powers of Integers :
n
n(n  1)
1.  i  1 2  3  4 
i 1
n
2
n
n(n  1)(2n  1)
2.  i
i 1
2
 12
 2 2
 32
 4 2
  n2 
6
n 2
 2


n (n 1)
3. i 3
 13
 2 3
 33
 4 3
  n3 
i 1
4
n
  2
 3n  1)

n(n 1)(2n 1)(3n
4. i 4
 14
 2 4
 34
 4 4
 n 
4

i 1
30
n 2
 2 2
 2n  1)

n (n 1) (2n
5. i 5
 15
 2 5
 35
 4 5
 n 
5

i 1
12

5
Example:
Use mathematical induction to prove for all positive integers n,
n
n(n  1)(2n  1)
 i 2

i 1
 12
 2 2
 32
 4 2
  n2 
6
.

(  1)(2(1)  1) 1(2)(2  1) 6
11
S1    1 True
6 6 6
k (k  1)(2k  1)
Sk  12  22  32  42   k 2  Assumption
6
Sk 1  12  22  32  42   k 2  (k  1) 2
 Sk  (k  1) 2
 S k  k 2  2k  1 Group terms to form Sk.
k (k  1)(2k  1)
  k 2  2k  1 Replace Sk by k(k + 1).
6 Example continues.
6
Example continued:

 2k 3
 3k 2
 k  6k 2
 12k  6 Simplify.
6 6
 2k 3
 9k 2
 13k  6
6
(k 2  3k  2)(2k  3)

6
(k  1)(k  2)(2k  3)

6
(k  1)[(k  1)  1][2(k  1)  1]

6
The formula Sn  n(n  1)(2n  1) is valid for all positive
6
integer values of n.

7
 Proposition: For any integer n≥1,
7n - 2n is divisible by 5. (P(n))
 Proof (by induction):
1) Basis step:
The statement is true for n=1: (P(1))
71 – 21 = 7 - 2 = 5 is divisible by 5.
2) Inductive step:
Assume the statement is true for some k≥1
(P(k))
(inductive hypothesis) ;
show that it is true for k+1 . (P(k+1))

8
 Proof (cont.): We are given that
P(k): 7k - 2k is divisible by 5.
(1)
Then 7k - 2k = 5a for some aZ . (by definition)
(2)
We need to show:
P(k+1): 7k+1 - 2k+1 is divisible by 5.
(3)
7k+1 - 2k+1 = 7·7k - 2·2k = 5·7k + 2·7k - 2·2k
= 5·7k + 2·(7k - 2k) = 5·7k + 2·5a (by
(2))
= 5·(7k + 2a) which is divisible by 5. (by
def.)
Thus, P(n) is true by induction. ■
9

Вам также может понравиться