I've stumbled upon this inequality in a larger proof
$$\ln \left( \frac{ x^2 a / b - b/2}{x} \right) + \left(\frac{ x^2 a}{ b} - \frac{b}{2} \right)^2 > \ln \left( \sqrt{\frac{2}{\pi}} \frac{1}{d}\right)$$
where $a, b, d \in \mathbb{R}$ are some positive constants and we're solving for $x$. We are also given $a \leq 1 \leq b$ (and $d$ is very small, which might be important?).
It seems that there is no closed-form solution (I've tried a couple and failed), so any good approximation should do.
The authors say
Let us write $x = c \cdot b /a$, we wish to bound $c$. We begin by finding the conditions under which the first term is non-negative.
Can someone enlighten me
- why introducing $c$ is useful, and
- why non-negativity of the first term is helpful in solving this inequality in the first place?
Edit: We can even simplify the RHS, as this is a constant anyway:
$$\ln \left( \frac{ x^2 a / b - b/2}{x} \right) + \left(\frac{ x^2 a}{ b} - \frac{b}{2} \right)^2 > D$$
(and $D$ would be a positive number, maybe large, but arbitrary)
Edit 2: The RHS constant is actually not that large, typical $D$ values would be somewhere between $10.0$ and $60.0$ (if that helps the proof?)
Your inner questions:
Now for the overall inequality, it could be transform into: $$ \log\left(\frac{x^2\,a}{b}-\frac{b}{2}\right)-\log(x)+\log\left(e^{\left(\frac{x^2\,a}{b}-\frac{b}{2}\right)^2}\right)-\log\left(\sqrt{\frac{2}{\pi}}\frac{1}{d}\right)>0$$ $$\Rightarrow \left(\frac{x^2\,a}{b}-\frac{b}{2}\right)\,e^{\left(\frac{x^2\,a}{b}-\frac{b}{2}\right)^2}\,\frac{d}{x} \sqrt{\frac{\pi}{2}}>1$$ since to have a positive logarithm, its argument must be higher than one... but here you can see than the variable $x$ is over and multiplying an exponential, so a close-form it can't be found.
Now, since already $x\geq 0$: $$ \left(\frac{x^2\,a}{b}-\frac{b}{2}\right)\,e^{\left(\frac{x^2\,a}{b}-\frac{b}{2}\right)^2}\,d\sqrt{\frac{\pi}{2}}>x$$ And since $u=\left(\frac{x^2\,a}{b}-\frac{b}{2}\right)\geq 0$ I have that $$ ue^{u^2}d\sqrt{\frac{\pi}{2}}>\sqrt{\frac{b}{a}\left(u+\frac{b}{2}\right)}>0$$ which, after more manipulations ($z=u^2 \geq 0$): $$ze^z > \frac{\sqrt{z}}{d}\sqrt{\frac{2}{\pi}}\sqrt{\frac{b}{a}\left(\sqrt{z}+\frac{b}{2}\right)}$$ which could be numerically investigated through the Lambert W function and noting later that the RHS is: $$\frac{\sqrt{z}}{d}\sqrt{\frac{2}{\pi}}\sqrt{\frac{b}{a}\left(\sqrt{z}+\frac{b}{2}\right)} = \frac{x}{d}\sqrt{\frac{2}{\pi}}\sqrt{u}$$