I have been asked to prove $n^n>2^{n+1}$ for every natural number $\ge$ 3
I have understood the Induction Basis and Hypothesis :
Induction Basis : n=3 ; 27>16
Induction Hypothesis : let n $\ge$ 3 such that $n^n>2^{n+1}$
However, I struggle to understand the following statement
Induction Step: $(n + 1)^{n+1} > n^n· n >(IH) 2^{n+1}· n > 2 ^{n+2}$
My issue with the IS is how one arrives at $2^{n+1}· n$ from $2 ^{n+2}$.
I can see that with the LHS of the IS has been expanded and any constants have been removed because they are of 'lower impact' than the other $n^n$ expression but can't see how the issue above works.