I would like to prove the formula for choosing $k$ elements out of $n$ and permuting them. I have been able to prove this by simple logic, as in there are n choices of items to place in the first position, $n-1$ choices for the second position, all the way to $(n - k + 1)$ choices for the last space.
If I wished to prove this by induction, would I need to manipulate both the variables, $n$ and $k$? Or is it possible to perform this proof by assuming $k$ is always some value less than or equal to n, or in the inductive case, equal or less than $n + 1$?