Use MVT to prove that $1-\cos x<x^2$, $x\neq 0$
$$1-\cos x<x^2\implies 1<x^2+\cos x$$ Let $f(x)=x^2+\cos x$,
Notice that $f(-x)=(-x)^2+\cos(-x)=x^2+\cos(x)=f(x) \implies f$ is symmetric about the y-axis. It suffices to show that $x^2+\cos x>1$ for $x>0$ due to this symmetry.
$x>0 \implies (0,x)$
Since $x^2$ and $\cos x$ are differentiable (and thus continuous) $\forall x\in \mathbb R$, MVT yields that in $(0,x)$, $\exists c \in (0,x)$ such that $$\frac{(x^2+\cos x)-(0^2-\cos 0)}{x-0}=2c-\sin c$$ $$\frac{x^2+\cos x-1}{x}=2c-\sin c$$ $-1\le\sin c\le1 \implies -1\le-\sin c\le1 \implies 2c-1\le 2c-\sin c\le 2c+1$ $$\frac{x^2+\cos x-1}{x}\ge 2c-1$$ And now i'm stuck because i can't get $x(2c-1)>0$
Is my proof wrong somewhere?
UPDATE: Thanks for everyone that gave their input. I managed to solve it using $f(x) = 1-\cos x$ directly. However, i'm still curious as to why my initial method fails? is there something that I overlooked?