I have a problem of the form:
The case $x≠a$ and $y=b$ is impossible.
The case $x≠a$ and $y≠b$ is impossible.
Does the case: $x=a$ for all $y$ is the only result of this problem?
I have a problem of the form:
The case $x≠a$ and $y=b$ is impossible.
The case $x≠a$ and $y≠b$ is impossible.
Does the case: $x=a$ for all $y$ is the only result of this problem?
Yes. Take any $y$. Assume (as a proof by Contradiction) that $x\not =a$. Now, either $y =b$ or $y \not = b$. Given $x\not =a$ either case leads to a contradiction. Hence, our assumption that $x\not =a$ must be mistaken Hence, for any $y$: $x = a$.
De Morgan's laws.
Let p = (x=a) and q = (y=b).
Note: "~" means "not".
We are given ~(~p and q) and ~(~p and ~q).
These are equivalent to (p or ~q) and (p or q).
By De Morgan's law, this is p and (q or ~q), which is p.