


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An explanation of the proof by induction method, which is used to demonstrate that a statement is true for infinitely many cases. Examples of using induction to prove various mathematical statements, such as the formula for the sum of the first n natural numbers and the fibonacci sequence. It also introduces the concept of bijective proofs, which involve counting the same quantity in two different ways to derive an equality.
Typology: Study notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



A method for proving that something is true for infinitely many cases.
Basic Format:
Suppose that S(n) denotes some statement that depends on the integer n. For example, S(n) could the the statement:
S(n) : Every positive integer is the sum of exactly 4 perfect squares.
There are two steps:
From this you can conclude that S(n) is true for all values of n greater that or equal to n 0.
Some Examples:
k=
k = n(n + 1) 2
Sketch of proof: (a) Step 1: ∑^1 k=
k = 1 =
(b) Step 2: n∑+
k=
k =
∑^ n
k=
k + (n + 1) = n(n + 1) 2
(n + 1)(n + 2) 2
k=
k(k + 1)
n + 1
Sketch of proof:
(a) Step 1: ∑^1 k=
(b) Step 2: n∑+
k=
k(k + 1)
∑^ n k=
k(k + 1)
(n + 1)(n + 2)
= 1 −
n + 1
(n + 1)(n + 2) = 1 − n + 2 (n + 1)(n + 2) +^
(n + 1)(n + 2) = 1 − n + 1 (n + 1)(n + 2) = 1 −
n + 2. §
k^2 = n(n + 1)(2n + 1) 6
Sketch of proof: (a) Step 1: ∑^1 k=
(b) Step 2: n∑+
k=
k^2 =
∑^ n k=
k^2 + (n + 1)^2
= n(n^ + 1)(2n^ + 1) 6
= n^ + 1 6 {n(2n + 1) + 6(n + 1)}
= n^ + 1 6 { 2 n^2 + n + 6n + 6}
= n^ + 1 6 (2n + 3)(n + 2).
§
Bijective proofs proceed by counting some quantity in two different ways, thereby deriving an equality.
Some Examples:
n k + 1
n + 1 k + 1
Proof by definition: Recall that (^) ( n k
n! k!(n − k)!
Thus, we have ( n k
n k + 1
n! k!(n − k)! +^
n! (k + 1)!(n − k − 1)! = n! k!(n − k − 1)!
n − k
k + 1
n! k!(n − k − 1)!
n + 1 (n − k)(k + 1) = (n + 1)! (k + 1)!(n − k − 1)!
Proof by bijection: Consider the problem of counting the number of (k + 1)-subsets of an (n + 1)-set S = {s 0 , s 1 , s 2 ,... , sn}. We know that there are
(n+ k+
such subsets in total. We also notice that the number of (k +1)-subsets that don’t contain s 0 is
( (^) n k+
, and the number of (k +1)-subsets that contains s 0 is
(n k
. Thus, in total there are (^) ( n k
n k + 1
(k + 1)-subsets, which implies that ( n k
n k + 1
n + 1 k + 1
k=
n k
2 n n
Proof by bijection: Consider a box that contains n red balls and n blue balls. Clearly, the number of ways to choose n balls from the box is
( 2 n n
. One method for choosing n balls from the box is that you first choose k red balls, and then choose (n − k) blue balls. Alternatively, there are
(n k
ways to pick k red balls from n red balls and there are there are
( (^) n n−k
(n k
ways to pick n − k blue balls from n blue balls. Thus, there are in total ∑n
k=
n k
ways to pick n balls, which implies that ∑^ n
k=
n k
2 n n