I just figured something out while doing this question : Prove that the product of $5$ consecutive natural numbers is divisible by $120$.
I thought that $5! = 120$ and thought of this : The product of $n$ consecutive natural numbers is divisible by $n!$
Is this some pre-existing property or theorem? If yes, what is it called? I would love to learn about it in-depth.
Let me know, thanks!
One way to see it...
Let $n\ge x$ and then not only the number $n(n-1)(n-2)\cdots(n-x+1)$ is divisible by $x!$, but the number:
$${n\choose x}=\frac{n(n-1)(n-2)\cdots(n-x+1)}{x!}$$
("$n$ choose $x$") is the number of ways to pick $x$ objects out of $n$ objects without bothering about the order in which they are picked.
Proof: first try to pick them in order ($n$ ways to pick the first, $n-1$ ways to pick the next etc. - so $n(n-1)(n-2)\cdots (n-x+1)$ ways altogether), but then if you ignore the order, then those "picks" all come in groups of $x!$ where all picks in each group are just permutations of each other.