I have to prove that the logarithmus $\ln x$ grows slower for $x \rightarrow \infty$ than every positive $x^α$ ($α>0$).
This is my approach:
If $\displaystyle\lim\limits_{x \rightarrow \infty}{ \frac{f(x)}{g(x)}} = 0$ then $f(x)$ grows slower than $g(x)$.
Let $\displaystyle f(x) = \ln{x}$ and $\displaystyle g(x)=x^α$.
$\displaystyle \lim\limits_{x \rightarrow \infty}{ \frac{\ln{x}}{x^α}} = \frac{∞}{∞} \Rightarrow \lim\limits_{x \rightarrow \infty}{ \frac{\frac{1}{x}}{α \cdot x^{α-1}}} = \lim\limits_{x \rightarrow \infty}{ \frac{1}{x \cdot α \cdot x^{α-1}}} = 0$
By applying L'Hospital's rule, we can see that $f(x)$ grows slower than $g(x)$. Am I right?
This is correct. However, saying that
$$\lim_{x\to\infty} \frac{\ln x}{x^{\alpha}} = \frac{\infty}{\infty}$$
is not great, since $\frac{\infty}{\infty}$ isn't properly defined. In addition, you should probably explain why
$$\lim_{x\to\infty} \frac{1}{x\alpha x^{\alpha-1}}$$
converges to $0$ as opposed to just stating that it does. Finally, you should use double dollar signs for separate line equations to make them look nicer; compare
$\lim_{x\to\infty} \frac{x}{x} = 1$
with
$$\lim_{x\to\infty} \frac{x}{x} = 1$$
Other than that, the proof looks good!