How would you prove that the set of all vectors in $\mathbb{R}^3$ whose coordinates $x, y, z,$ satisfy the the equation
$$6x - 2y - 4z =0$$
is closed under vector addition?
I know that the set only contains elements where $x = y = z$, but how would that translate into a proof that the set is closed under addition?
Suppose that two vectors $\vec v=(x_1,y_1,z_1)$ and $\vec w=(x_2,y_2,z_2)$ are both in the set described. Then $$6x_1 - 2y_1 - 4z_1 =0$$ $$6x_2 - 2y_2 - 4z_2 =0$$ and so, by adding these two equations, $$6(x_1+x_2) - 2(y_1+y_2) - 4(z_1+z_2) =0$$ which implies that the vector $\vec v+\vec w=(x_1+x_2,y_1+y_2,z_1+z_2)$ is also in the described set. Thus, since $\vec v$ and $\vec w$ being in the set implies that $\vec v+\vec w$ is also in the set, it is closed under vector addition. $\blacksquare$