I need to prove that $f(x) = \frac{\ln{x}}{x}$ has a maximum in $(0,\infty)$.
Is this a valid solution:
Explaining that if $f(x)$ has a maximum it can't be in $(0,1)$ since $f(x)<0$ in that section
I showed that $\lim_{x\to\infty}\frac{\ln{x}}{x} = 0,$ therefore by definition of limit at infinity, for every $\epsilon$ exists $N>0$ which for every $x>N$ this holds: $|f(x) - 0| < \epsilon $
Let $\epsilon_1 \in R$. therefore, exists $N_1$ which for every $x>N_1, f(x)< \epsilon$
Looking at $[1,N_1]$, using the Extreme value theorem, there is a maximum in that bounded interval, say $M_1$.
$M= \max(M_1, f(N_1))$ is the wanted maximum
Is this proof correct? Is there a better way?