Regarding this question, I found no answer that combines mine, so I want to know if my proof is valid as well:
Problem: Prove that:$\ 3^n \gt n^4 \ \forall n \ge 8$
Base step (n=8): is true because$$P(8): 6561 \gt 4096 \\$$ Inductive step ($P(n) \implies P(n+1)$): $\ 3^{n+1} \gt \ (n+1)^4 =n^4 +4n^3+6n^2+4n+1$
$$3^{n+1} = 3^n + 3 = 3^n + 3^n + 3^n = 3^n + 3^n + \frac{(n+1)^4}{3} \gt (n+1)^4 \\ \text{I found } \frac{(n+1)^4}{3} \text{ by dividing 3 on both sides of } 3^{n+1} \gt (n+1)^4 \text{ as soon as I suppose this to be true.}$$