Let $P_n$ be the $n$th prime. Ie $P_1 = 2, P_2 = 3, P_3 = 5, ...$ Show that $P_n \le 2^{2^n}$
Induction seems to be useless here. Is there a hint someone can provide?
Let $P_n$ be the $n$th prime. Ie $P_1 = 2, P_2 = 3, P_3 = 5, ...$ Show that $P_n \le 2^{2^n}$
Induction seems to be useless here. Is there a hint someone can provide?
Use induction. For the inductive step, $$P_{n+1} \leq \left( \prod_{i=1}^n P_i \right)+1 \leq \left(\prod_{i=1}^n 2^{2^i}\right)+1 = 2^{\sum_{i=1}^n2^i}+1$$ $$= 2^{2^{n+1}-2}+1 \leq 2^{2^{n+1}}$$ The first inequality comes from the fact that $P_1\cdot P_2\cdot ...\cdot P_n+1$ shares no common factors with $P_1,P_2,...,P_n$, implying it has some prime greater than or equal to $P_{n+1}$ as a factor.