I've been arguing with someone over the following problem:
Find all $m\in\mathbb{R}$ such that $\exists!(x,y)\in\mathbb{R^2}:\ (y \geq x^2 + m) \wedge (x \geq y^2 + m)$
The solution they presented was this: $$(y \geq x^2 + m) \wedge (x \geq y^2 + m) \implies x + y \geq x^2 + y^2 + 2m \implies \\ 0 \geq x^2 - x + \frac 14 + y^2 - y + \frac 14 + 2m - \frac 12 = \left(x - \frac 12\right)^2 + \left(y - \frac 12\right)^2 + 2m - \frac 12 \implies \\ \frac 12 - 2m \geq \left(x-\frac 12\right)^2 + \left(y-\frac 12\right)^2$$
The RHS is $\geq 0$, so in order for this (and hence the original system too) to have solutions, the LHS must be non-negative.
Now, the person I've argued with claims that for the original system to have a unique solution, the implied inequation must have a unique solution as well, so they found $m=\frac 14$, because otherwise, for $m$ less than that, the inequation has an infinity of solutions and for $m$ greater than that, the inequation has no solutions (which indeed means the system has no solutions). I don't think the claim is true (because implication can generate extraneous solutions and after a bit of debating on it, I got them to direct me to a proof that the system indeed has an infinity of solution for $m < \frac 14$, which, by the way I see this problem, completes the exercise.
Now, what I want is to find an example of a similar problem, where adding inequations leads to an infinity of solutions that don't satisfy the original system except for one.
I've been trying to find one, but I'm not that good at 'problem-developing', to call it that way.
I want to find as many and diverse such examples as possible. In the problem above, for $m < \frac 14$ it is impossible for none of the solutions, perhaps except one, to not satisfy the system. Points of the form $\left(\frac 12 + \epsilon\sqrt{\frac 14 - m}, \frac 12 + \epsilon\sqrt{\frac 14 - m}\right)$ satisfy both the system and the implied inequation, for small enough $\epsilon > 0$. I want to find situations in which the infinite solutions of the implied inequation are not solutions of the system, except for one.
Here's a seemingly trivial setup, but it gets at the crux of what you're trying to express:
Adding them, we get $ 0 \geq 0 $, which is true for all real numbers $x$.
However, there is clearly only 1 solution to the original conditions, namely $ x = 0 $.
The idea which you're trying to express is that solutions to the original condition are solutions to the final condition, but not vice versa. So, the correct relevant conclusion is:
Other modifications
2.