We are supposed to prove this via induction. I originally solved it with simple algebra, showing that $n = n$ and $n+1 = n+1$, but a friend told me that wasn't really solving it by induction and said it could be solved via induction using ${n \choose k-1} + {n \choose k} = {n + 1 \choose k}$. But I don't remotely see how to use that?
The question:
14.) Prove by induction that for each $n \in \mathbb N$, ${n \choose 1} = n$ and ${n \choose n - 1} = n$
Thank you.
See http://en.wikipedia.org/wiki/Mathematical_induction
There are 2 steps in an inductive proof:
It appears that you have carried out step 2 using algebra (by which I assume that you mean working from the definition of combinations) - this is perfectly sensible and correct. Your friend has suggested using a short-cut identity, however, you would probably need to prove the identity before you could use it.
Have you carried out step 1?