As part of one of my assignment in CS degree, I have to prove this question:
$P_n$ is the $n$-th prime. Prove $$P_{n+1} + P_{n+2} \leq P_1\times P_2\times\cdots\times P_n$$ for $n\geq3$.
I was trying to apply Bonse's inequality, which indicate $$P_{n+1}^2\lt P_1\times P_2\times\cdots\times P_n$$ for $n\geq4$, but with no successes. Any help will be grateful.
Bonse's inequality is true for $n\geq4$ (it is widely accepted that $1$ is not a prime, thus $p_1=2$). Also for $n\geq4 \Rightarrow p_n>3$. What we have is $$p_1\cdot p_2\cdot ... \cdot p_n > p_{n+1}^2>3p_{n+1}=2p_{n+1}+p_{n+1} > ...$$ Now, the key point is Bertrand's postulate, $2p_{n+1}>p_{n+2}$, thus $$...>p_{n+2}+p_{n+1}$$ You will have to check $n=3$ case manually.