Proof by induction: nCr always an integer

Click For Summary

Discussion Overview

The discussion revolves around proving that the binomial coefficient nCr is always an integer using mathematical induction. Participants explore various approaches to constructing the proof, referencing Pascal's triangle and the definition of nCr as n! / r!(n-r)!. The conversation includes technical reasoning and clarification of concepts related to combinatorial mathematics.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant suggests using Pascal's triangle to simplify the proof, indicating that if nCr is part of Pascal's triangle, the proof becomes trivial.
  • Another participant questions the definition of nCr being used, prompting clarification on the formula nCr = n! / r!(n-r)!.
  • Several participants discuss the initial conditions and induction hypothesis necessary for the proof, with some proposing that the base case should be n=0, r=0.
  • A participant emphasizes the importance of proving the recurrence relation {n+1}Cr = nCr + nC{r-1} as part of the proof.
  • Another participant points out that while the proof can be made purely inductive, it requires establishing that nC0 and nCn equal 1 for all n ≥ 0, which complicates the proof.
  • One participant expresses confusion about how to start the proof and seeks guidance, while others provide suggestions based on their understanding of the problem.
  • There are discussions about defining 0Cr and its implications for the proof, with some participants noting that defining it as zero for all r except r=0 aligns with standard definitions.
  • Another participant shares their experience of struggling with the problem and how they eventually found a more elegant solution.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best approach to the proof, with multiple competing views on how to structure the induction and the necessary conditions. Some participants agree on certain definitions and steps, while others challenge or refine these ideas.

Contextual Notes

Limitations include the need for clarity on the recursive relationship and the initial conditions for the proof. Some participants mention the necessity of proving certain aspects of the definitions and relationships involved, which remain unresolved in the discussion.

Who May Find This Useful

Students and educators in mathematics, particularly those interested in combinatorics and proof techniques, may find this discussion relevant.

  • #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