bugatti79 said:
"we have ##x+y = x_1+2x_2 +y_1 +2y_2## ...?"
I don't understand why the LHS would not be = the RHS when I specify for the LHS that x,y are in R^2 and for the RHS x1 and y1 are in R.
An equality sign means that what you have on the left is the
same thing as what you have on the right, not just that they're related in some unspecified way.
Maybe an example can make it even clearer. When x=(1,1), y=(1,0). We have x+y=(2,1) and ##x_1+2x_2+y_1+2y_2=1+2·1+1+2·0=4##. So in this case, your equality says (2,1)=4. This is obviously incorrect. Even if x and y have values such that the equality says (0,0)=0, where each 0 denotes the additive identity (the "zero") of ℝ, the equality is still incorrect, because even though (0,0) and 0 are both the additive identities of the vector spaces they are members of (ℝ
2 and ℝ) respectively, they are members of different sets. (0,0) is an ordered pair of real numbers, while 0 is a real number, so you can never put an equality sign between them. (It
is however OK to write (0,0)=0 if it's clear from the context that the 0 on the left denotes the additive identity of ℝ and the 0 on the right denotes the additive identity of ℝ
2).
bugatti79 said:
I don't know how to do it for a || ||_#...?
I have already told you:
Fredrik said:
The proof should start like this: For all ##x,y\in\mathbb R^2##, we have
$$\|x+y\|_{\#}=\dots$$ Then you just use the definitions of x+y and ##\|\ \|_{\#}##, and whatever else you need.
If you keep asking yourself "how is this thing defined" at each step, you shouldn't have any problems with this. You can't just write things down that have nothing to do with the definitions. When you prove something, you always have to look for ways to use the definitions. A "proof" that doesn't use the definitions of the terms and symbols that are part of the statement is never correct.