Problem involving mathematical induction

In summary, a problem involving mathematical induction typically consists of proving a statement or formula is true for all natural numbers. The process involves two main steps: the base case, where the statement is verified for an initial value (usually n=1), and the inductive step, where one assumes the statement holds for an arbitrary natural number k and then proves it for k+1. Successfully completing these steps demonstrates that the statement is true for all natural numbers.
  • #1
issacnewton
1,041
37
Homework Statement
Prove that ## \sum_{k=0}^{n} \binom{k}{r} = \binom{n+1}{r+1} ## where ##1 \leq r \leq n##
Relevant Equations
Mathematical Induction
Here is my attempt. Let ##P(n)## be the statement

$$ \sum_{k=0}^{n} \binom{k}{r} = \binom{n+1}{r+1} $$

where ##1 \leq r \leq n##. Now base case is ##n = 1##. For this, we have

$$ \sum_{k=0}^{1} \binom{k}{r} = \binom{0}{r} + \binom{1}{r} $$

Since ##1 \leq r \leq 1##. It means that ##r = 1##. With this, above expression evaluates to

$$ \sum_{k=0}^{1} \binom{k}{r} = \binom{0}{r} + \binom{1}{r} = \binom{0}{1} + \binom{1}{1} $$

$$ \sum_{k=0}^{1} \binom{k}{r} = \binom{0}{1} + \binom{1}{1} = 0 + 1 = 1 $$

And, we have on right hand side,

$$ \binom{1+1}{1+1} = 1 $$

Since both sides match, ##P(1)## is true. Now, let ##m \geq 1 ## be an arbitrary in ##\mathbb{N}##. Suppose that ##P(m)## is true. i.e.

$$ \sum_{k=0}^{m} \binom{k}{r} = \binom{m+1}{r+1} $$

where ##1 \leq r \leq m##. We are supposed to prove ##P(m+1)##. But, I don't know what will be the form of ##P(m+1)##. My guess is

$$ \sum_{k=0}^{m+1} \binom{k}{r} = \binom{m+2}{r+1} $$

But, this doesn't look quite right. On right hand side, we have ##m+2## in the top and ##r+1## at the bottom. And, does ## 1 \leq r \leq m+1 ## here ? I am little confused.

Thanks
 
Physics news on Phys.org
  • #2
issacnewton said:
We are supposed to prove ##P(m+1)##. But, I don't know what will be the form of ##P(m+1)##. My guess is

$$ \sum_{k=0}^{m+1} \binom{k}{r} = \binom{m+2}{r+1} $$

But, this doesn't look quite right. On right hand side, we have ##m+2## in the top and ##r+1## at the bottom. And, does ## 1 \leq r \leq m+1 ## here ?
Don't change r in the equation. Only add one to m in the equation and the range of r to get P(m). That will automatically give r an increase in its range to ##1 \le r \le m+1##.
CORRECTION: The original P(n) already had r+1 on the right hand side, so that is ok for P(n+1).
 
Last edited:
  • #3
So, what I have written for ##P(m+1)## is right ?. I don't understand your last sentence.
 
  • #4
##r## is fixed between ##1## and ##n##. When you do the induction step, ##r## is fixed between ##1## and ##n+1##. The induction assumption is that said equality holds for ##n## and for every ##1\leqslant r\leqslant n##.

Regardless, you need to work out what ##\binom{k}{r}## means for ##k<r##. Naturally one would think there are zero choices of ##r> k## out of ##k##, so by induction assumption it follows that for any ##1\leqslant r\leqslant n##

[tex]
\sum _{k=0}^{n+1} \binom{k}{r} = \sum _{k=0}^{n}\binom{k}{r} + \binom{n+1}{r} = \binom{n+1}{r+1} + \binom{n+1}{r}.
[/tex]
Now figure out if and why this is equal to the required quantity. Additionally, what happens when ##r=n+1##?
 
Last edited:
  • Like
Likes issacnewton
  • #5
issacnewton said:
So, what I have written for ##P(m+1)## is right ?.
I disagree with the "r+1" on the right side of your equation. I think it should remain just "r".
issacnewton said:
I don't understand your last sentence.
The lower line on the right side of your equation should range from 1 to m+1. It should just be r (not r+1) from 1 to m+1. So your ##1 \le r \le m+1## is correct.
CORRECTION: The original P(n) already had r+1 on the right hand side, so that is ok for P(n+1).
 
Last edited:
  • Like
Likes issacnewton
  • #6
Ok, so , I have to prove ##P(m+1)##, i.e.

$$ \sum_{k=0}^{m+1} \binom{k}{r} = \binom{m+2}{r+1} $$

where ##1 \leq r \leq m+1##. We have

$$ \sum_{k=0}^{m+1} \binom{k}{r} = \sum_{k=0}^{m} \binom{k}{r} + \binom{m+1}{r} $$

Using ##P(m)## here

$$ \sum_{k=0}^{m} \binom{k}{r} + \binom{m+1}{r} = \binom{m+1}{r + 1} + \binom{m+1}{r}$$

Now, we use a recurrence relation for the binomial coefficient.

$$ \binom{m+1}{r + 1} + \binom{m+1}{r} = \binom{m+2}{r + 1} $$

This proves that

$$ \sum_{k=0}^{m+1} \binom{k}{r} = \binom{m+2}{r + 1} $$

where ##1 \leq r \leq m+1##. This means that ##P(m+1)## is true. Since ##m \geq 1## is arbitrary, we have

$$ \forall \; m \geq 1 \bigl[ P(m) \rightarrow P(m+1) \bigr] $$

Hence, using, mathematical induction, we have, for all ##n \in \mathbb{N}##

$$ \sum_{k=0}^{n} \binom{k}{r} = \binom{n+1}{r+1} $$

where ##1 \leq r \leq n##. I hope this is valid proof.

Thanks
 
  • Like
Likes nuuskur
  • #7
The induction assumption applies for ##1\leqslant r\leqslant m##. In the event ##r=m+1##, we have the identity ##1=1##.
 
  • #8
It's called (Isaac)Newton's Binomial for a reason! ;).
 
  • Haha
Likes issacnewton
  • #9
Were you required to use induction to prove this? Many identities like this have natural combinatorial interpretations (and the combinatorics is often how they were first discovered), and this one has a good combinatorial two line proof
 
  • #10
I'm confused on whether we're supposed to iterate over ##r## or show that the result holds for all ##r## integers ##1,2,..,n##.
 
  • #11
The problem is given in the book called Book of Proof which is available online as PDF. I am aware that this can be proven using combinatorics. But there, author wants us to use mathematical induction.
 
  • #12
WWGD said:
I'm confused on whether we're supposed to iterate over ##r## or show that the result holds for all ##r## integers ##1,2,..,n##.
The latter.
 
  • Like
Likes WWGD

FAQ: Problem involving mathematical induction

What is mathematical induction?

Mathematical induction is a proof technique used to establish the truth of an infinite number of statements, typically those involving natural numbers. It consists of two main steps: the base case, where the statement is verified for the initial value (usually n=1), and the inductive step, where it is shown that if the statement holds for an arbitrary natural number n, then it also holds for n+1.

How do you set up a proof by mathematical induction?

To set up a proof by mathematical induction, follow these steps: First, identify the statement P(n) you want to prove for all natural numbers n. Then, prove the base case by showing that P(1) is true. Next, assume that P(k) is true for some arbitrary k (this is the inductive hypothesis) and then prove that P(k+1) is also true. If both steps are successfully completed, the statement is proven for all natural numbers n.

What is the importance of the base case in mathematical induction?

The base case is crucial in mathematical induction because it serves as the foundation for the entire proof. If the base case is not true, the inductive step cannot be applied, and the claim cannot be proven for all natural numbers. The base case ensures that the induction process has a starting point from which to build the argument.

Can mathematical induction be used for statements involving integers other than natural numbers?

Yes, mathematical induction can be adapted to prove statements involving integers other than natural numbers, such as integers greater than a certain value or even all integers. This is often referred to as strong induction or complete induction, where the inductive hypothesis assumes the statement holds for all integers up to k, rather than just for k.

What common mistakes should be avoided when using mathematical induction?

Common mistakes in mathematical induction include failing to prove the base case, incorrectly applying the inductive hypothesis, or assuming that the statement holds for n without properly proving it for n+1. It is also important to ensure that the inductive step is logically sound and that the reasoning is clear and concise.

Similar threads

Replies
9
Views
1K
Replies
15
Views
2K
Replies
4
Views
2K
Replies
3
Views
1K
Replies
2
Views
1K
Replies
5
Views
1K
Back
Top