Proof by mathematical induction

Click For Summary
SUMMARY

The discussion focuses on proving the identity \(\sum_{i=0}^n \binom{n}{i} = 2^n\) using mathematical induction. The initial steps involve verifying the base case for \(n=0\) and assuming the statement holds for \(n=k\). The next step is to demonstrate that if the statement is true for \(n=k\), it must also be true for \(n=k+1\) by utilizing Pascal's Triangle, specifically the relation \(\binom{n+1}{k} = \binom{n}{k-1} + \binom{n}{k}\). This approach confirms the validity of the induction process.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with binomial coefficients, \(\binom{n}{i}\)
  • Knowledge of Pascal's Triangle and its properties
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the principles of mathematical induction in detail
  • Explore the properties and applications of binomial coefficients
  • Learn how to derive identities using Pascal's Triangle
  • Practice proving other mathematical statements using induction
USEFUL FOR

Students of mathematics, educators teaching combinatorics, and anyone interested in understanding mathematical proofs and induction techniques.

nuuskur
Science Advisor
Messages
926
Reaction score
1,220
Hello,

I need to prove the following:
\sum_{i=0}^n\binom{n}{i} = 2^n
by using something called mathematical induction. I understand, somewhat, what it is - we propose a statement and show that is true for n=1, then we assume that the statement is true for all n \in \mathbb{N}, which should also mean that the statement is true for n+1. This is what I have written down:

\binom{n+1}{0} + \binom{n+1}{1}+ . . .+ \binom{n+1}{n-1}+ \binom{n+1}{n}+ \binom{n+1}{n+1} = 2^{n+1}
which is
1 + (n+1) + \frac{n(n+1)}{2!}+ . . .+ \frac{n(n+1)}{2!}+ (n+1)+ 1 = 2^{n+1}
I can see a symmetry and I thought about calculating half and showing that it equals 2n, but that idea quickly died, since I don't know where the "half point" is in the sum.

What should I do?
Thanks in advance!
 
Last edited:
Physics news on Phys.org
nuuskur said:
Hello,

I need to prove the following:
\sum_{i=0}^n\binom{n}{i} = 2^n
by using something called mathematical induction. I understand, somewhat, what it is - we propose a statement and show that is true for n=1, then we assume that the statement is true for all n \in \mathbb{N}, which should also mean that the statement is true for n+1. This is what I have written down:

\binom{n+1}{0} + \binom{n+1}{1}+ . . .+ \binom{n+1}{n-1}+ \binom{n+1}{n}+ \binom{n+1}{n+1} = 2^{n+1}
which is
1 + (n+1) + \frac{n(n+1)}{2!}+ . . .+ \frac{n(n+1)}{2!}+ (n+1)+ 1 = 2^{n+1}
I can see a symmetry and I thought about calculating half and showing that it equals 2n, but that idea quickly died, since I don't know where the "half point" is in the sum.

What should I do?
Thanks in advance!

Given the truth of the statement for ##n=k##, you need to prove it for ##n= k+1##. To do that, you need to know how ##\binom{n+1}{r}## relates to ##\binom{n}{s}##. Use Pascal's Triangle; look it up if you have not heard of it.
 
I looked it up Here and saw the Pascal's rule, according to which I could state that:
\binom{n+1}{k} = \binom{n}{k-1}+ \binom{n}{k}, n \geq 0 \land k \in [1, n]
(k can't be zero, right? If it is then nCk-1=ø)

If I plug in k=n I get:
Left side:
\frac{(n+1)!}{n!}= n+1
Right side:
\frac{n!}{(n-1)!}+ \frac{n!}{n!}= n+1
Cannot understand how this helps me come to the conclusion in the first statement(the original assignment). What exactly does that equality show?
 
It doesn't look like you're trying to use induction. The idea between induction is this: Suppose that for each natural number n, P(n) is a statement about n. You can prove that P(n) is true for all n, by proving only two statements:

1. P(0)
2. For all n, if P(n) then P(n+1).

In your case, P(n) is the statement ##\sum_{i=1}^n \binom n i=2^n##. You need to prove P(0), i.e. that ##\sum_{i=0}^0 \binom 0 i =2^0##. This is of course easy. Then you let n be an arbitrary natural number and try to prove that if P(n) then P(n+1). So you have to use ##\sum_{i=0}^n \binom n i =2^n## to prove ##\sum_{i=0}^{n+1}\binom{n+1}{i}=2^{n+1}##.
 
Last edited:

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
6
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K