- #1
nietzsche
- 186
- 0
Homework Statement
Prove by induction that [tex]\binom{n}{k}[/tex] is always a natural number.
Homework Equations
The problem requires that we use the fact that
[tex]\binom{n+1}{k}=\binom{n}{k-1}+\binom{n}{k}\tag{1}[/tex]
The Attempt at a Solution
Well, the first part of this question requires a proof of (1), which was easy enough just using
[tex]\binom{n}{k}=\frac{n!}{k!(n-k)!}[/tex]
What I'm not sure of is how to perform the induction. I took the base case of n=1.
[tex]\binom{1}{0}=1[/tex]
[tex]\binom{1}{1}=1[/tex]
and from (1) we obtain that, with n=1, k=1,
[tex]\binom{n+1}{k}=\binom{2}{1}=1+1=2[/tex]
Can I now say that [tex]\binom{n+1}{k}[/tex] is always the sum of two natural numbers, and is therefore natural?
Thanks in advance for your help.