Show that $ n^2 \leq 3^{n-1} $ by mathematical induction.
I set my base case as $n = 1$, and got that $1 \leq 1$.
I assume $n = k$. Then my inductive hypothesis is $ k^2 \leq 3^{k-1} $. So when I check my claim I did: $(k+1)^2 \leq 3^{(k+1)-1}$. But I get lost after this.