When someone wants to solve this system of linear equations...
$$\begin{cases} 2x+y=0 \\ 3x+y=4 \end{cases}$$
...they might use this logic:
$\begin{cases} 2x+y=0 \\ 3x+y=4 \end{cases} \iff \begin{cases} -2x-y=0 \\ 3x+y=4 \end{cases} \implies \begin{cases} -2x-y=0\\ x=4 \end{cases} \iff \begin{cases} -2(4)-y=0\\ x=4 \end{cases} \iff \begin{cases} y=-8\\ x=4 \end{cases}$
Then they might conclude that (x, y) = (4, -8) is a solution to the system.
This turns out to be correct, but the logic seems flawed to me. As I see it, all this proves is that $\forall{x,y\in\mathbb{R}}\left(\begin{cases} 2x+y=0 \\ 3x+y=4 \end{cases} \implies \begin{cases} y=-8\\ x=4 \end{cases}\right)$.
But this statement leaves open the possibility that there's no (x, y) pair in $\mathbb{R}$ that satisfies $\begin{cases} 2x+y=0 \\ 3x+y=4 \end{cases}$. What if $\begin{cases} 2x+y=0 \\ 3x+y=4 \end{cases}$ is just always false?
It seems to me that to really be sure we've solved the equation, we have to plug back in for $x$ and $y$. I'm not talking about checking our work for simple mistakes. This seems like a matter of logical necessity.
But of course, most people don't bother to plug back in, and it never seems to backfire on them. So why does no one plug back in?
P.S. It would be great if I could understand this for systems of 2 variables, but I would be deeply thrilled to understand it for systems of $n$ variables. I'm starting to use Gaussian elimination on big systems in my linear algebra class, where intuition is weaker and calculations are more complex, and still no one feels the need to plug back in.


