Proving 2^n > n^3 for all n > 9 (WRONG)

Prove 2n>n3 for all n>9

Proof:

By mathematical induction.

Let A(n) denote 2n>n3.

For n=10 (base step)

210>1031024>1000

Thus, A(10) is true.

Now, assuming A(n) is true, we get:

2n>n3

Taking the log of both sides:

log(2n)>log(n3)nlog2>3logn()

Now, for A(n+1):

(n+1)log2>3log(n+1)nlog2+log2>3[logn+log1]nlog2+log2>3logn

This is true since () - induction hypothesis.

Which follows that A(n) must be true.

Therefore, by the principle of mathematical induction, we have proven that 2n>n3 for all n>9.