- #1
nastygoalie89
- 17
- 0
Homework Statement
for all integers n>=1, n! <= n^n
Homework Equations
The Attempt at a Solution
Base case: (1)! <= (1)^(1) 1=1 check
Inductive hypothesis: suppose k!<=k^k
P(k+1): (k+1)! <= (k+1)^(k+1)
From here on out I get very confused. Any help would be appreciated!