- #1
Seydlitz
- 263
- 4
Homework Statement
Taken from Spivak's Calculus, Prologue Chapter, P.28
b) Notice that all numbers in Pascal's Triangle are natural numbers, use part (a) to prove by induction that ##\binom{n}{k}## is always a natural number. (Your proof by induction will be be summed up by Pascal's Triangle)
Homework Equations
[tex]\binom{n+1}{k} = \binom{n}{k-1} + \binom{n}{k}[/tex]
The Attempt at a Solution
I'm quite disoriented to be honest in applying this method of proof in completely new situation like this. Moreover I'm not that comfortable yet with manipulating binomial coefficient, though I've managed to prove (a) using the definition given and I've no problem so far in doing proof by induction to sum of series and the first problem in the chapter.
It's very clear to me that binomial coefficient will only be composed of natural numbers, I just need to build the logical framework in which to prove it. I need your help guys, what is your view to the problem. I'll be very verbose in doing this.
So following the step of the proof by induction that goes like this:
(1) 1 is in A
(2) k+1 is in A, whenever k is in A
Ok so [tex]\binom{1}{1}[/tex] is 1 according to the definition. So I assume I've completed step (1).
Now let's try step (2). I can imagine that this equation adds two number one line above, and it is in fact true.
[tex]\binom{n+1}{k} = \binom{n}{k-1} + \binom{n}{k}[/tex]
Maybe [tex]\binom{n}{k}[/tex] will always give natural number, and it does in fact give 1 if n=k, or if k=0. Suppose k=1, then [tex]\binom{n}{k-1}[/tex] will give 1, a natural number. Hence the same will happen to $$\binom{n+1}{k}$$ Better than that, by step (2), I have also shown that binomial coefficient will always give natural number.
Secondly I want to ask what do you think of the problem no.3 in general in this chapter? Is it trivial? Is it normal for beginning students to stumble a bit in this type of question? I'm quite happy actually to be able to finish most of the problems in the preceding chapter before this.
Thank You!