MHB Proving Induction Formula for C(n,k) Using Combinatorial Relations

  • Thread starter Thread starter evinda
  • Start date Start date
  • Tags Tags
    Induction
evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hello! :)
Knowing that $\forall k,n \in \mathbb{Z}_{\geq 0} : C(n,0)=1, C(n,k)=0 \text{ for } k>n, C(n,k)=C(n-1,k)+C(n-1,k-1) \text{ for } 1 \leq k \leq n$

show that $\forall 1\leq k \leq n, n \in \mathbb{N}, C(n,k)=\frac{n!}{k!(n-k)!}$

That's what I have done:

For $n=1: C(1,k)=\frac{1}{k!(1-k)!} $ and as $1 \leq k \leq 1 \Rightarrow k=1$,so $C(1,k)=\frac{1}{k!(1-k)!}=1$ $\checkmark$ , because $C(1,1)=C(0,1)+C(0,0)=0+1=1$

We suppose that $C(n,k)=\frac{n!}{k!(n-k)!}, \forall 1 \leq k \leq n$

We want to show that $C(n+1,k)=\frac{(n+1)!}{k!(n+1-k)!}, \forall 1 \leq k \leq n+1$$C(n+1,k)=C(n,k)+C(n,k-1)=\frac{n!}{k!(n-k)!}+\frac{n!}{(k-1)!(n-k+1)!}= \cdots =\frac{(n+1)!}{k!(n+1-k)!} \checkmark $

So, the relation $C(n,k)=\frac{n!}{k!(n-k)!} \text{ stands } \forall 1 \leq k \leq n, \forall n \in \mathbb{N}$.

Is this right? In my textbook, to show that $C(n+1,k)=\frac{(n+1)!}{k!(n+1-k)!}, \forall 1 \leq k \leq n+1$,they do it like that:

- $k=n+1$: $C(n+1,n+1)=C(n,n+1)+C(n,n)=1 \text{ and } \frac{(n+1)!}{(n+1)!0!}=1$, so $C(n+1,n+1)=\frac{(n+1)!}{(n+1)!0!}$
- $2 \leq k \leq n: C(n+1,k)=C(n,k)+C(n,k-1)= \cdots \frac{(n+1)!}{k!(n+1-k)!}$
- $k=1: C(n+1,1)=C(n,1)+C(n,0)=\frac{n!}{1!(n-1)!}+1=n+1$
 
Physics news on Phys.org
First, I don't understand why you always have the restriction $k\ge 1$ when it was stipulated that $\forall k\in \mathbb{Z}_{\geq 0}$. I think it is simpler (more uniform) to consider nonnegative $k$ and to make the base case for $n=0$.

The textbook is right to consider three cases. In the induction step, we are considering $C(n+1,k)$ where $n\ge0$ and $0\le k\le n+1$. We rewrite it as $C(n,k)+C(n,k-1)$ and then would like to express $C(n,k)$ and $C(n,k-1)$ as fractions, but there are two special cases. First, $k$ may have been equal to $n+1$, in which case $C(n,k)=C(n,n+1)$ is determined not by the general formula, but by the proviso that $C(n,k)=0$ for $k>n$. The second special case is $k=0$, where you can't consider $C(n,k-1)$ (unless you also define $C(n,k)=0$ for $k<0$). The remaining case is the general one, when $C(n,k)$ and $C(n,k-1)$ can be expressed by induction hypothesis.
 
Evgeny.Makarov said:
First, I don't understand why you always have the restriction $k\ge 1$ when it was stipulated that $\forall k\in \mathbb{Z}_{\geq 0}$. I think it is simpler (more uniform) to consider nonnegative $k$ and to make the base case for $n=0$.

I was also wondering why there is always the restriction $k\ge 1$,although it is taken that $\forall k\in \mathbb{Z}_{\geq 0}$,but I found it like that in my notes..

Evgeny.Makarov said:
The textbook is right to consider three cases. In the induction step, we are considering $C(n+1,k)$ where $n\ge0$ and $0\le k\le n+1$. We rewrite it as $C(n,k)+C(n,k-1)$ and then would like to express $C(n,k)$ and $C(n,k-1)$ as fractions, but there are two special cases. First, $k$ may have been equal to $n+1$, in which case $C(n,k)=C(n,n+1)$ is determined not by the general formula, but by the proviso that $C(n,k)=0$ for $k>n$. The second special case is $k=0$, where you can't consider $C(n,k-1)$ (unless you also define $C(n,k)=0$ for $k<0$). The remaining case is the general one, when $C(n,k)$ and $C(n,k-1)$ can be expressed by induction hypothesis.

Ok,I understand..Thank you very much! :)
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top