Proving inequality $4n<2^n$ using induction all natural numbers that's greater than or equal to 5

98 Views Asked by At

Using mathematical induction, prove that $n\le5: 4n<2^n$

base case:
$4(5) < 2^5$
$20 < 32$
Correct

I need help with the inductive process