Proof by induction: nCr always an integer

Click For Summary
SUMMARY

The forum discussion centers on proving that the binomial coefficient nCr is always an integer using mathematical induction. The participants discuss the definition of nCr as n! / (r!(n-r)!) and its relationship to Pascal's triangle. A valid proof involves establishing the base case (0Cr is an integer) and the inductive step, showing that if nCr is an integer for a given n, then (n+1)Cr is also an integer. The proof hinges on the recurrence relation (n+1)Cr = nCr + nC(r-1), confirming that both terms are integers.

PREREQUISITES
  • Understanding of binomial coefficients and their definition (nCr = n! / (r!(n-r)!))
  • Familiarity with mathematical induction principles
  • Knowledge of Pascal's triangle and its properties
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the properties of Pascal's triangle in relation to binomial coefficients
  • Learn about mathematical induction and its applications in proofs
  • Explore the gamma function and its connection to factorials and binomial coefficients
  • Practice writing proofs involving recurrence relations
USEFUL FOR

Mathematics students, educators, and anyone interested in combinatorial proofs and the properties of binomial coefficients.

  • #31
matt grime said:
Well it would go something like.

0Cr is an integer, for all r (1 if r=0, and zero otherwise). Suppose that for a given n, all the nCr are integers, then since {n+1}Cr = nCr + nC{r-1} it follows that the {n+1}Cr are integers for all r. Hence, by induction, nCr is an integer for all n and all r.

Ok, so he says that {n+1}Cr = nCr + nC{r-1}, which I understand. What I don't get is how it "follows" that {n+1}Cr is an integer as well, since you would need to show that both nCr and nC{r-1} are integers to use the closure property. We know the first one by assumption, but how do you know nC{r-1} is an integer, which wasn't explained in post 13?
 
Physics news on Phys.org
  • #32
app_oos said:
We know the first one by assumption, but how do you know nC{r-1} is an integer, which wasn't explained in post 13?

http://en.wikipedia.org/wiki/Mathematical_induction" .
 
Last edited by a moderator:
  • #33
But you're trying to prove that any nCr will be an integer by induction. If you haven't proven it yet, then how can you say that nC(r-1) will be an integer?
 
  • #34
app_oos said:
But you're trying to prove that any nCr will be an integer by induction. If you haven't proven it yet, then how can you say that nC(r-1) will be an integer?

Are you saying you do not know what Mathematical Induction is?

To prove the statement P(n), some statement that depends on the positive integer n,
1) Prove that P(1) is true.
2) Prove that if P(k) is true then P(k+1) is true.

To prove, by induction, that P(n)= "nCr is an integer for all r between 0 and n":

1: 1C0 = 1C1= 1 so P(1) is true.

2: Assume that kC[/sub]r[/sub] is an integer for some k and all r between 0 and k (the "Induction Hypothesis") and use the property mentioned, k+1Cr= kCr+ kC[/subr[/sub] to show that k+1Cpr is an integer.

Notice the difference between the "induction hypothesis" and what we are trying to prove: We are trying to prove that nCr is an integer for all positive integers n. The "induction hypothesis" is that kCr for some positive integer k. That's why I prefer to use "k" rather than n again but it really doesn't matter.
 
  • #35
app_oos said:
But you're trying to prove that any nCr will be an integer by induction. If you haven't proven it yet, then how can you say that nC(r-1) will be an integer?

You are trying to prove {n+1}Cr is an integer by induction, not nCr.

Definitions:
  • 0C0 = 1
  • 0Cr = 0 for all real, non-zero r
  • {n+1}Cr = nCr + nC{r-1}

Base case: 0Cr is an integer for all real r.
Proof: 0Cr is either zero or one by definition, both of which are integers.

Inductive step: If nCr is an integer for all real r, {n+1}Cr is an integer.
Proof: Assume nCr is an integer for all real r (that's how induction works). Using that {n+1}Cr = nCr + nC{r-1} by definition, {n+1}Cr is an integer for all real r since the sum of two integers is an integer and since nCr and nC{r-1} are both integers by assumption.

Therefore, nCr is an integer for all non-negative integers n by induction.
 
  • #36
D H said:
since nCr and nC{r-1} are both integers by assumption.

This is the only part I don't get. I know nCr was assumed to be an integer (induction hypothesis) but where was nC(r-1) assumed to be an integer? Is this some sort of axiom, that if nCr is an integer, then nC(r-1) is one too? I understand the other parts of the proof and I know what induction is, by the way.
 
  • #37
app_oos said:
This is the only part I don't get. I know nCr was assumed to be an integer (induction hypothesis) but where was nC(r-1) assumed to be an integer?
If nCr is an integer for all real r, then so is nC{r-1} because r-1 is a real.
 
  • #38
Well, for all positive integers r. nCr is only defined for n and r positive integers.
 
  • #39
HallsofIvy said:
Well, for all positive integers r. nCr is only defined for n and r positive integers.
The point of this thread is to extend to the concept nCr to real r. The constraint that n be a non-negative integer, true.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
18
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K