Prove that the system of equations has no real solutions:
$$\begin{cases} y=\sqrt{x+\sqrt{1-x}} \\ x=\sqrt{y-\sqrt{1+y}}\end{cases}. $$
This is a former problem from a national math contest which I´ve solved already. However, since my solution was very similar to the solution manual, I´m interested in other solving approaches.
My idea, in short, was as follows:
We first notice that from equation (1), we get the condition $y < \sqrt{2}$.
From equation (2) we have that $y \geq \sqrt{1+y}$, but for $y<1$ this can't be true since then $\sqrt{1+y}>1$. So $y \geq 1$ and thus $$0 \leq y-\sqrt{1+y}\leq y-\sqrt{2},$$ which is a contradiction to our first condition $y < \sqrt{2}$.