my solution is to re-write the statement into $n(n-1)\cdots(n-k+1)$. Therefore, $[n(n-1)\cdots(n-k+1)]/(k!) = {n \choose k}$ which yields an integer therefore it is a multiple of $k!$.
Or should i do by mathematical induction? If MI , how so?
For MI , i assume $P_m$ is true . I.e : $[m(m+1)\cdots(m+k-1)]$ is a multiple of $k!$.
To prove $P_{m+1}$ is true , i.e : $[(m+1)(m+2)\cdots(m+k)]$.
I expand $[(m+1)(m+2)\cdots(m+k)]$ i arrived at
$$[m(m+1)(m+2)\cdots(m+k-1)] + [k(m+1)(m+2)\cdots(m+k-1)]$$
Therefore the $[m(m+1)(m+2)\cdots(m+k-1)]$ is a multiple of $k!$.
I need to show that $k(m+1)(m+2)\cdots(m+k-1)$ is a multiple of $k!$.
How to? Intuitively is true but how to prove it mathematically? I just said that $(m+1)(m+2)\cdots(m+k-1)$ is a factor of multiple of $k!$ And $k$ is a factor of multiple of $k!$ Therefore $k(m+1)(m+2)\cdots(m+k-1)$ is a multiple of $k!$. Is it alright?