I'm attempting to prove: $$n \leq 3^{n/3} \quad \text{for }n \geq 0$$
I'm having a little trouble continuing. This is what I have so far:
Suppose for a contradiction there is a subset of nonnegative integers $S$ such that $x > 3^{x/3}$ for $x \in S$. By the Well-Ordering Principle, there is some least element $m \in S$. It also means that for some $n < m$, $n \leq 3^{n/3}$ must apply, and since $n = 0$ holds we can conclude that $m > 0$. If follows that $m - 1 \geq 0$ and so $m - 1 \leq 3^{(m-1)/3}$ applies:
$$ \begin{align} m - 1 \leq 3^{(m-1)/3} &\equiv (m-1)^3 \leq 3^{m-1} \\ &\equiv 3(m-1)^3 \leq 3^m \\ &\equiv 3(m-1)^3 \leq 3^m < m \\ &\equiv 3(m-1)^3 < m \end{align} $$
But I'm not sure how to show now that this is a contradiction. How do I continue?
From $3(m-1)^3 < m$ we get $3m^3-9m^2+8m-3 < 0$ or $m(3m^2-9m+8) < 3 $ or $m(3m(m-3)+8) < 3 $.
This is false for $m \ge 4$ since $3m(m-3) \ge 3m \ge 12$. It is also false for $m=3$ by direct computation.
For a more general non-inductive proof, you can use the fact that $x^{1/x}$ is decreasing for $x \ge e$ so $e \le a < b$ implies that $a^{1/a} > b^{1/b}$ or $a^b > b^a$ or $a^{b/a} > b$.
Now put $a = 3$.