Prove that $\sigma(n!) < \frac{(n+1)!}{2}$ for all positive integers $n$, where $n \geq 8$.
$\sigma(n)$ is sum of positive divisors of $n$.
My thought :
$n=p_1^{k_1}p_2^{k_2}...p_m^{k_m}$, where $p_1, p_2, ..., p_m$ are primes.
$\sigma(n) = \displaystyle\prod_{i=1}^m\left(\frac{p_i^{k_i+1}-1}{p_i-1}\right)$
I think this problem may be solved by using LTE.
How can we find $\sigma(n!)$ ?
Robin proved that $\sigma(n) < e^\gamma n \ln \ln n + n \frac{0.6482...}{\ln \ln n}$ for all $n\geq 3$.
So $\sigma(n!) < e^\gamma n! \ln \ln n! + n! \frac{0.6482}{\ln \ln n!} < \frac{(n+1)!}{2} = 0.5 n! (n+1)$
Divide both sides by $n!$ to get $ e^\gamma \ln \ln n! + \frac{0.6482}{\ln \ln n!} < 0.5 (n+1)$
Using the upper bound Stirling approximation $n! < n^n \sqrt{n} e^{-n} e$
We arrive at $e^\gamma \log \left(-n+\left(n+\frac{1}{2}\right) \log (n)+1\right) +\frac{0.6482}{\log \left(-n+\left(n+\frac{1}{2}\right) \log (n)+1\right)} < 0.5(n+1)$
Since $-n+1 <0 $ and $2n>(n+0.5) \ln n$ for all $n\geq 3$ we get to
$ e^{\gamma } \log (2 n)+\frac{0.6482}{\log (2 n)}<0.5 (n+1)$
Solving for $n$ we get that this is true for all $n>10.1574 $
By simple checking from $1$ till $10$ we conclude the proof.