Inequality from Chapter 5 of the book *How to Think Like a Mathematician*

Your inequality is equivalent to $$(7!)^8 < (8!)^7$$ divide it by $(7!)^7$, and get $$7! < 8^7$$ and this is clear, since $$1 \cdots 7 < 8 \cdots 8$$


Think of

$${\ln(7!)\over7}={\ln(1)+\cdots+\ln(7)\over7}$$

as the average of seven numbers and

$${\ln(8!)\over8}={\ln(1)+\cdots+\ln(8)\over8}$$

as the average when an eighth number is added. Since the new number is larger than the previous seven, the average must also be larger. (E.g., if you get a better score on your final than on any of your midterms, your grade should go up, not down.)


Note that $$ \sqrt[7]{7!} < \sqrt[8]{8!} \iff\\ (7!)^8 < (8!)^7 \iff\\ 7! < \frac{(8!)^7}{(7!)^7} \iff\\ 7! < 8^7 $$ You should find that the proof of this last line is fairly straightforward.


$8\ln (7!) < 7\ln (8!) \Rightarrow \ln (7!) < 7\ln 8 \iff \ln 1 + \ln 2 +\cdots \ln 7 < 7\ln 8$ which is clear.


You have already turned the comparison of two geometric means into the comparison of two arithmetic means. So consider a more general comparison: show that appending a larger number always raises the geometric mean of a list of positive numbers by showing the effect on the arithmetic mean. Suppose the $x_i$ are real and $x_{n+1}$ is strictly largest. \begin{equation*} \begin{split} (1/(n+1)) \sum_{i=1}^{n+1} x_i &= (1/(n+1)) (x_{n+1} + \sum_{i=1}^{n} x_i) \\ &=(1/(n+1) (n x_{n+1}/n + n \sum_{i=1}^{n} x_i / n) \\ &> (1/(n+1) (\sum_{i=1}^{n} x_i/n + n \sum_{i=1}^{n} x_i / n) \\ &= (1/(n+1) ((n+1) \sum_{i=1}^{n} x_i / n) \\ &= \sum_{i=1}^{n} x_i / n \end{split} \end{equation*}

Note that we really only needed $x_{n+1}$ to be larger than the previous mean.