So, I want to prove that $x^k$ is less than $k^x$ for any $x > k$. $x$ and $k$ are both integers.
My first approach was an induction over $k$, given that the numbers are integers. I also considered the facts that given a certain $k$, $x^k$ grows slower than $k^x$ from a certain number (the limit of the division of both functions proves it). And of course both functions are always increasing. But I don't seem to be able to pull this through.
EDIT: Of course I want to prove this for any $x$ and $k$ bigger than a certain number (I think it's $k$ = 3 and $x$ > $k$ but I'm not sure)