There is a function defined as follows:
$x, y, w(u), w'(u)$ are all positive real values. $x > y \geq 2$.
Does this mean that $\Phi(x, y) > \frac{x}{\log{y}}\left(w(u)+\left(\frac{y}{2x^2}-w'(u)\right)\frac{1}{\log{y}}\right)$ ?
In other words, is the big O strictly greater than 0?
The reason I ask is that it doesn't seem to be true in the application I am using it for and I want to check if I am making a mistake.
