I've been trying to prove this statement by induction; however, in following the steps I normally take I end up utterly stuck. I know that I must be missing something, but I have been stuck on this for a while now and can't seem to figure it out. Does anyone know how I can get to a sum on the RHS of my proof statements? Any other advice on how to find this?
Prove $**2^n > n^2**$ by induction using a basis > 4: Basis: $**n = 5** **2^n > n^2**$ 32 > 25 Assume: $**2^n > n^2**$
Prove: $**2^(n+1) > (n+1) ^2**$
$**2^{n+1} = 2^n * 2** $ LHS Prove = LHS Assume + Fix
$**2^{n+1} > (n^2) *2** $ Utilize assumption
$**2^{n+1} > 2(n^2)** $ Could utilize assumption again...
$**2^{n+1} > 1(n^2)** $ ..doesn't seem to help
$**2^{n+1} > (n * 1)^2** $ Basically just$ n^2$