Answer:
Step-by-step explanation:
Hello,
We will prove it by induction.
Step 1 - for n=2
2!=2*1=2
2^2=4
and 2 < 4 so this is true for n=2
Step2 - We assume that this is true for k and we have to prove it for k+1.
Induction hypothesis is [tex]k!<k^k[/tex]
[tex](k+1)!=(k+1)k![/tex]
We use the induction hypothesis and we we can write that
[tex](k+1)!=(k+1)k!<(k+1)k^k<=(k+1)(k+1)^k=(k+1)^{k+1}\\\\\text{As }k <= k+1[/tex]
so, we prove it for k+1
Step 3- conclusion
for n >= 2 we just proved that [tex]n!<n^n[/tex]