So I have a set of equations:
$$x_{1} + x_{2} = 1$$ $$x_{2} + x_{4} = 3$$
From linear algebra, we know that (say, we're in $\mathbb{R}^{4}$, i.e. we have 4 variables), the solution space to the set of equations above is a 2 dimensional subspace of $\mathbb{R}^{4}$.
But now, using algebra we could also do the following simplification(...?)
$$ - x_{1} + x_{4} = 2$$
Clearly, the solution space becomes different! (try, x1 = 1, x2 = 3, x3 = 0, x4 = 3)
From a linear algebra perspective, what is really going on here. I am not grasping this intuitively. Thanks a lot. (I think I am missing something about correctly reducing a set of equations...)
Your new equation is not a simplification of the system, it's just a linear combination of the original equations.
Substitution is a way of deriving a new equation that follows logically from a system. An equation created by substitution won't in general define the system.
If you take your new equation plus any one of the original equations, you'll find it defines the same region as the original system.