The simple inequality that $\left(\frac{n}{k}\right)^k \leq \binom{n}{k}$ has a number of different proofs. But is there a particularly intuitive, short and elegant proof that uses the natural interpretation of binomial coefficients, for example. I would ideally like a proof which is also accessible to students with very limited prerequisite knowledge.
Here is the best proof that I have seen which is less intuitive than I was hoping for.
First we first prove that $$\frac{n-i}{k-i} \geq \frac{n}{k}$$ for $i<k\leq n$. This follows from $$0\leq (n-k)i = k(n-i) - n(k-i) = k(k-i)\left(\frac{n-i}{k-i}-\frac{n}{k}\right),$$ and $k(k-i)> 0$, so $(n-i)/(k-i) \geq n/k.$
Now we multiply the over $i\in\{1,\ldots,k-1\}$ to obtain $$\frac{n(n-1)\cdots(n-k+1)}{k(k-1)\cdots 1} \geq \frac{n^k}{k^k},$$ or equivalently $\binom{n}{k}\geq (n/k)^k$.