I need to show that $\log\left(\log\left(\frac{1}{x}\right)\right)=o(\log(x))$ as $x\to0^+$.
One way to show it is to use L'Hopital's rule
$$\lim_{x\to 0^+} \frac{\log\left(\log\left(\frac{1}{x}\right)\right)}{\log(x)}=\lim_{x\to 0^+} \frac{\log\left(\frac{1}{x}\right)^{-1}x(-x^{-2})}{x^{-1}}=\lim_{x\to 0^+} \frac{1}{\log(x)}=0$$
I have tried to show this result using a Taylor series expansion of $\log\left(\log\left(\frac{1}{x}\right)\right)$ around $x=0$ but I'm finding it difficult. Could I have some help.