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