TranscendArcu said:
What notation would I use if I wanted A,B to be two arbitrary vectors in U such that the entries of A and B, not necessarily identical, sum to zero? That's what I wanted when I accidentally defined A,B to be sets instead of vectors.
Just say something like this:
Let U be the subset ##\{(x_1,x_2,x_3)\in\mathbb R^3|x_1+x_2+x_3=0\}##, and let ##A=(a_1,a_2,a_3)## and ##B=(b_1,b_2,b_3)## be arbitrary members of U.
TranscendArcu said:
When I wrote [itex]a_1 + a_2 + b_1 + b_2 +c_1 +c_2[/itex] I was thinking that since the vectors A,B in U have the property that their entries sum to zero, then the vector A + B if it is in U should also have this property.
Similarly, for [itex]ra_1 + rb_1 + rc_1[/itex]I wanted to show that any arbitrary vector A in U stays in U when it is multiplied by a scalar multiple.
OK, this is the right approach, but you have to make it clear that this is what you're doing. For the second part, you need to also make the statement "let r be an arbitrary real number", in addition to what I said above. Then you just need to show that A+B and rA is in U.
TranscendArcu said:
As for the arrows, I was looking for something that meant "this leads logically to this." For example, if we have [itex]rA = (ra_1,rb_1,rc_1)[/itex], then it seems to logically follow from the problem that [itex]ra_1 +rb_1 +rc_1 = 0[/itex].
OK, I guess it does, but it looks really weird when you write down an equality that really just says that the definition of the scalar multiplication operation can be applied to A, and say that this equality implies the other one. I would rather say that the second equality follows from the assumption that A is in U, which tells us that ##ra_1+rb_2+rb_3=r(a_1+b_1+c_1)=r0=0##. Of course, that isn't 100% true either, because the equalities on the right also rely on the definition of the real numbers.
I think that the fact that we always use something other than the statement P (a definition, an assumption, or a previously proved result) to prove that Q is true makes it hard to write ##P\Rightarrow Q## without confusing the people you're trying to convince. Feel free to use the implication arrow when you're just proving something to yourself, but always ask yourself if the statement will be understood when you're thinking about using it in a proof that will be read by others.