Prove that $ \frac{n(n-1)(n-k+1)}{k(k-1)\cdots1} = \frac{n!}{(n-1)!k!}$.
Proof:
This is what I have tried:
$\frac{n!}{k!(n-k)!} \times (n-k)! = \frac{n(n-1)\cdots(n-k+1)(n-k)!}{k(k-1)\cdots1(n-k)!}$
$\frac{n!}{k!} = \frac{n(n-1)(n-2)\cdots(n-k+1)}{k(k-1)\cdots1}$
This is where my attempt ends.
Are my steps correct? If not how can I improve them?
New Questions:
How is it that n-k magically appears on the right side? I get that n-k and 3 times times 2 times 1 cancels out in the numerator and the denominator which leaves
$\frac{n(n-1)(n-2)...(n-k+1)}{k(k-1)....1}$ which is equivalent to ${n \choose k}$ or \frac{n!}{(n-k)!k!}....is that correct?