We have an inequality:
$$2^{n+4}<3^n$$
which holds for large n. How to prove by induction that it holds for large n. I got an idea that I would make infimum of the natural numbers bigger and then prove by induction from that set. So the first term would be let's say 100 instead of 1. But I don't know if this is mathematically correct to move a bound of natural numbers.
Side question: What would be the best way to prove this for large n then.
Well.... if $2^{n+4} < 3^n$ then $2*2^{n+4} < 2*3^n < 3*3^n$...........
So $2^{(n+1) + 4} < 3^{n+1}$ so that's your induction step.
But you need to find a base case.
..... But lets take a more direct approach.
$2^{n+4} < 3^n \iff \log_2 2^{n+4} < \log_2 3^n \iff n+4 < n\log_2 3\iff$
$n-n\log_2 3 < -4\iff n(1-\log_2 3) < -4\iff n > \frac {-4}{1-\log_2 3}=\frac 4{\log_2 3-1}$
We can use a calculator to get that exactly but $2^1 < 3 < 2^2$ and $2^{1.5}=2\sqrt{2}\approx 2.828$ so I'd guess that $\log_2 3 \approx 1\frac 23$ and $\frac 4{\log_2 3-1}\approx 6$.
Let's see. $2^{6+4} = 1024$ and $3^{6} =27^2 = (30-3)(30-3) < 30^2 = 900$. And $2^{7+4} = 2048$ while $3^{7} = 3(30-3)(30-3) = 3*(900 - 180 +9)=3*729> 2100$. So that was a good guess.
If $n \ge 7$ then $2^{n+4} < 3^n$ but if $n \le 6$ then $2^{n+4}> 3^n$.
With a calculator. $\log_2 3 \approx 1.5849625007211561814537389439478$ and $\frac {4}{\log_2 3 - 1} \approx 6.8380451654058191079047610486961$
=====
Alternatively, in a comment I posted: