My nine year old asked this question at lunch today: Is there a number that is divisible by everything that is half or less than the number?
I immediately answered, "No. I mean, 6. But not for any number bigger than 6."
So I tried to think why that was true, and my first efforts didn't quite work. I did come up with a proof, but it isn't as elegant as I hoped.
How would you prove this?
if $n\geq 7$ and $n$ is divisible by all numbers less then $\frac{n}{2}$, so $n$ is even and we can deduce easily that $\frac{n}{2}(\frac{n}{2}-1)$ divides $n$ (because $\gcd(\frac{n}{2},(\frac{n}{2}-1))=1$) and the most important: $$\frac{n}{2}(\frac{n}{2}-1)\leq n$$
whence : $n-2=2(\frac{n}{2}-1)\leq 4$ so $n\leq 6$