Prove $x \geq 2$ implies $x^{n} \geq 2^{n}$.
By induction. Clearly it holds for $n = 1$ by the assumption. Now assume $x \geq 2$ and $x^{k} \geq 2^{k}$ for some $k \in \mathbb{N}$.
Then combine the assumption inequality and $x \geq 2$ to get $x \cdot x^{k} \geq 2 \cdot 2^{k}$, which gives our result.
Is it correct?