How do I prove the following inquation using induction?
$2^n>1+n\sqrt{2^{n-1}}$ , $n\geq 2$
I did the base case, but I'm stuck at the induction process.
The induction: $2^{k+1}>1+(k+1)\sqrt{2^{k}}$
Now I used the hipothesis to prove the induction:
$2*2^{k}>2*(1+k\sqrt{2^{k-1}})$
$2^{k+1}>2+2k\sqrt{2^{k-1}})$
I can´t do the rest