I'm having troubles grasping Big-Oh notation and complexities. How do I go about either proving or disproving this statement?
2026-03-29 21:57:05.1774821425
Prove or disprove $n^2 \log{n} = O(n^2)$
7.7k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The statement is not true, but assume to the contrary that $n^2\log n = O(n^2)$. Then there exist constants $C>0$ and $n_0>0$, such that $n^2\log n \leq Cn^2$ for all $n\geq n_0$.
Divide both sides of the inequality $n^2\log n \leq Cn^2$ by $n^2$ to obtain $\log n \leq C$, which hold for all $n\geq n_0$. This is a contradiction, since $\log n$ is not a bounded function, which the inequality says that it is.