Prove by induction that $P_{n}<2^{2^n}$, been $P_n$ the $n^\text{th}$ prime number
The prime numbers´s set is defined as $\mathbb P:= \left \{2,3,5,7,11,\ldots\right\} $
Let $P(n)$ be the proposition we want to prov, ie: $P(n):=P_n<2^{2^n}$
For $P(1)$ we have the first prime number, ie, 2 so $2<2^{2^1} \implies 2<4 $, so $P(1)$ is true.
For $P(2)$ we have the second prime number, ie, 3 so $2<2^{2^2} \implies 3<16 $, so $P(2)$ is true.
Inductive Hypothesis: Let $n=k$ and we assume that $$P(k):=P_n<2^{2^n}$$ is true.
I dont know how to do the inductive step, how it should be done?