Prove $2^n >2n$ for all integral values of n greater than 2.
Let $p_n$ be the statement: $$2^n>2n\ \forall\ n\gt2$$
If the inequality is valid for $n=k$ where $k>2$: $$p_k: 2^k>2k$$
Then for $n=k+1$: $$p_{k+1} = 2^{k+1}>2(k+1)$$
I don't know how to do the inductive step itself, I have only done series/recurrence relations inductions. Have I used the correct layout/notation? Is there more cool notation I could add to improve the mathematical-ness of the proof?
Thanks
I know that $2^{k+1} = 2^k\cdot2^1$ but how can I use this to my advantage?
– salman Aug 31 '13 at 13:58