prove that $p_{n+1}\leq(2^{2^n}+1)$.where $p_{n+1}$ is $(n+1)^\text{th}$ prime.
i am doing it using induction. for $n=1$, it is true. let true for $n.$
now we want to show that $p_{n+2}\leq{2^{2^{n+1}}}+1.$ here i am using the fact that for given natural number $n$, there exist a prime between $n$ and $2n$. using this result for $n=p_{n+1}$, we get $p_{n+2}\leq2p_{n+1.}$
now using induction our result follow.
is there any more elementary method to prove this, mean without using that result from number theory