This would be equal to:
$\forall c>0: \exists n_0 \in \mathbb{N}: \forall n>n_0: c\log(n) ≤ \frac{n}{\log(n)}$
For $c=1$ this is obvious, because
$\log(n) ≤ \sqrt{n} = \frac{n}{\sqrt{n}} ≤ \frac{n}{\log(n)}$
This estimation doesn't seem to work for $c>1$ though.
Any ideas on how I could prove it for $c>1$ ?
Using limits:
$$\lim_{n\to\infty}\frac{\log n}{n/\log n}=\lim_{n\to\infty}\frac{\log^2n}n=0 $$
because, for example, looking at the real functions $\;\log^2x\;,\;\;x\;$ , we have by l'Hospital:
$$\lim_{x\to\infty}\frac{\log^2x}x\stackrel{\text{l'H}}=\lim_{x\to\infty}\frac{2\log x}x\stackrel{\text{l'H}}=\lim_{x\to\infty}\frac2x=0\;\;\ldots$$