Proof using induction: $n! > n^2$, for $n\geq4$

116 Views Asked by At

Proof using induction: $n! > n^2$, for $n\geq4$

  • Basis: For n = 4, we have: $4! > 4^2$
    $24 > 16$ (TRUE)

  • Inductive step:
    By the induction hypothesis:
    $k! > k^2$
    $(k+1)k! > (k+1)k^2$
    $(k+1)! > k^3 + k^2$
    But, $k^3 + k^2 > k^2 + 2k + 1$, for $k\geq4$

So, $(k+1)! > k^3 + k^2 > k^2 + 2k + 1$
$(k+1)! > (k+1)^2$ ---> What we want to proof

Does this serve as a proof for my sentence?

2

There are 2 best solutions below

0
On BEST ANSWER

@Vinicius No need to make that so complicated.

Assuming $k! > k^2$. $$(k+1)!>(k+1)^2$$ $$(k+1)k! > (k+1)(k+1)$$ $$k!>k+1$$

The last statement requires little proof for $k \in \{4, 5, 6, \cdots\}$.

2
On

Alternatively lesser steps. We want to prove $(k+1)!>(k+1)^2$ ie proving $k!>(k+1)$ which is by observation or gamma function true thats all.