In order to prove that $n$ is $O(n\log n)$, as per my understanding if we have to say $f(n)$ is $O(g(n))$ then $\lim\limits_{n \to \infty} \frac{f(n)}{g(n)}= C$
Then in that case when I am taking the limit $\lim\limits_{n\to\infty} \frac{n}{n\log n}= \frac{1}{1+\log n}$
This is not a constant but when I do trial and error I am getting $C$ and $n_0$ as $1$ and $2$
Where exactly I am doing wrong can someone please help me
Regards, Siddartha