For an exercise about finding the minimum of a function I have to prove that $cos(x+y) > 0$ for $x^2 + y^2 < \frac{1}{2}$. Which means that $-\frac{\pi}{2}< x + y < \frac{\pi}{2}$. However, I am struggling with drawing any conclusions about $x + y$ from the expression with the squares. Does anyone have tips for that?
only thing I have so far, is this: $-\frac{\pi}{2} < -\frac{1}{\sqrt{2}} < -\sqrt{x^2 + y^2} \leq \sqrt{x^2 + y^2} < \frac{1}{\sqrt{2}} < \frac{\pi}{2}$

We have that
$$x^2 + y^2 < \frac{1}{2} \implies |x| < \frac{\sqrt 2}2 \;\land \; |y| <\frac{\sqrt 2}2$$
then
$$-\frac \pi 2< -\sqrt 2< -|x|-|y|\le x+y \le |x|+|y| < \sqrt 2< \frac \pi 2$$
therefore $\cos (x+y)>0$.