Show that the product of any $m$ consecutive positive integers is divisible by $m!$.
Note that we have that $\frac{n!}{m!(n-m)!} \in \mathbb{Z}$ for $0 \leq m \leq n$.
$\require{cancel} \frac{n!}{m!(n-m)!} = \frac{n\cdot(n-1)\cdot\cdot\cdot(n-m+1)(n-m)!}{m!(n-m)!} = \frac{n\cdot(n-1)\cdot\cdot\cdot(n-m+1)\cancel{(n-m)!}}{m!\cancel{(n-m)!}} = \frac{n\cdot(n-1)\cdot\cdot\cdot(n-m+1)}{m!}$ where $n\cdot(n-1)\cdot\cdot\cdot(n-m+1)$ are $m$ consecutive integers divisible by $m!$
Of course, I'm using the fact that I know the combinations formula is an integer but given that, is the proof this simple? Or did I make an error here. Appreciate help!
$n(n-1)...(n-m+1)$ is the number of choices of $m$ distinct objects in a set of $n$ elements (there exists $n$ way to choose $1$ object, if an object is chosen, there exists $n-1$ way to chose the second, so $n(n-1)$ way to choose $2$ objects and recursively,...) (first operation: choose $m$ distinct objects in a set of $n$ objects), given a set $M$ of $m$ objects $m!$ is the number of bijection of $M$, this implies that each choice appears $m!$ times (with a different order ) in the first operation.