The question is to determine whether $$n \in o(\log n)$$
I know that we are trying to prove whether or not this is true, using the definition of little-o notation:
$\forall \varepsilon > 0, \exists x_0 \text{ such that } \forall x \geq x_0, \space n < \varepsilon \cdot \log n$
I have rearranged to $2^n < \varepsilon \cdot n$
But I'm not sure where to go from here.
Considering the function $x\mapsto \log (x)-\sqrt {x} $, It is easy to prove that for enough great $n $, we have
$$\log(n)<\sqrt {n}$$ then
$$\frac{n}{\log (n)}>\sqrt {n} $$
thus $$\lim_{n\to+\infty}\frac {n}{\log (n)}=+\infty $$ and $n\notin o (\log (n)) $.