Let $F$ be the cdf of a standard normal distribution and $\alpha, \beta$ be real numbers with $\beta \leq 0$. Prove that $x\mapsto F(\alpha x + \beta) + F(-\alpha x + \beta)$ reaches its global minimum at $x=0$.
This question originates from the theory of statistical tests. I want to know if there's an elegant way to prove this. Of course the function is even, it is therefore sufficient to prove that it's increasing for positive $x$. To that end, one could study the sign of the derivative $$\alpha[f(\alpha x + \beta) - f(-\alpha x + \beta)]$$ where $f$ is the pdf of a standard normal, but that looks tedious.
It's really not that tedious. Assume without loss of generality that $\alpha>0$. Then we have $$f(\alpha x + \beta)-f(-\alpha x + \beta)=\frac1{\sqrt{2\pi}}(e^{-(\alpha x + \beta)^2/2}-e^{-(-\alpha x + \beta)^2/2})=\frac{e^{-(\alpha^2x^2+\beta^2)/2}}{\sqrt{2\pi}}(e^{-\alpha\beta x}-e^{\alpha\beta x})=-\frac{2e^{-(\alpha^2x^2+\beta^2)}}{\sqrt{2\pi}}\sinh(\alpha\beta x).$$ Since $\beta\le0$, this expression is $\ge0$ for all $x\ge0$.
One should probably also point out that the function is constant if $\alpha=0$, so the result becomes trivially true.