What is the simplest way to prove that the polynomial $p(x)=x^4-x+\frac{1}{2}$ has no real roots?
I did with Sturm's theorem:
$p_0(x)=x^4-x+\frac{1}{2}$
$p_1(x)=4x^3-1$
$p_2(x)=\frac34x-1$
$p_3(x)=-\frac{229}{27}$
The signs for $-\infty$ are $+,-,-,-$ and for $\infty$ are $+,+,+,-$. In the end $1-1=0$ real roots. Can it be done faster?
Notice that
$$x^4-x+\frac{1}{2}=\left(x^2-\frac{1}{2}\right)^2+\left(x-\frac{1}{2}\right)^2 > 0$$
because both squares can not be zero at the same time.