Norm Verification for Vectors in R^2

In summary: R^24) the triangle in equalityThis one is a little more complicated, but it's still doable.First, we need to define what a norm is. A norm on a vector space is a function that satisfies the following four conditions:1) ||x||>=02) |x|=0 if x=03) aX=|a|x|4) The triangle in equalityNow, we need to see if each of the three norms in the homework statement satisfy these conditions.Norm 1:Since x=(x1,x2) is in R^2 and we know |x1
  • #1
bugatti79
794
1

Homework Statement



Consider the vector space R^2, Decide whether or not the following are norms defined on R^2. If they are, verify all axioms of a norm, if not, demonstrate by counter example some axioms which fails. For x=(x_1,x_2) in R^2


Homework Equations



(i) || ||_#: R^2 defined by ||x||_#=|x_1|+2|x_2|

(ii) || ||_3:R^2 defined by ||x||=3|x_1|

The Attempt at a Solution



How do I decide whether or not the above are norms on R^2?
 
Physics news on Phys.org
  • #2
What is the definition of a norm?
 
  • #3
CompuChip said:
What is the definition of a norm?

Definition of a norm is a norm on a vector space V is a function || ||: V m to R satisfying for x,y in V and for all scalar alpha the following

1) ||x||>=0
2)||x||=0 iff x=0
3)||aX||=|a|||x||
4) The triangle in equality

But what do I need to do to decide whether or not they are norms?
 
  • #4
Does each of your two norms satisfy all four requirements in the definition above? If so, it's a norm. If not, it isn't.
 
  • #5
Mark44 said:
Does each of your two norms satisfy all four requirements in the definition above? If so, it's a norm. If not, it isn't.

but how does one check this?

I mean we don't know the value of x1 and x2, they could both be easily less than 1 and hence it wouldn't satisfy axiom 1?
The value of x1 and x2 could both be 0 and then axiom 2 is satisfied.

I don't know how to argue axiom 3 and 4...?

If it is a norm, how does one 'verify' it?

thanks
 
  • #6
Any tips on this guys? Thanks
 
  • #7
bugatti79 said:
but how does one check this?
What do you mean? You just do. Say something like "let x be an arbitrary member of ℝ2" and then use the definition of the function that may or may not be a norm to see if it satisfies the first condition. If it's satisfied, then you move on to the second condition. If it looks like it's not, you try to find an example that proves that it's not satisfied.

bugatti79 said:
I mean we don't know the value of x1 and x2, they could both be easily less than 1 and hence it wouldn't satisfy axiom 1?
I don't know what you're talking about here. Both of the functions you mentioned in your post very obviously satisfy axiom 1.

bugatti79 said:
The value of x1 and x2 could both be 0 and then axiom 2 is satisfied.
Axiom 2 is a "for all" statement, so you can't test it with one specific value of x, unless you're trying to prove that it's not satisfied. Note that all of the axioms are "for all" statements.
 
  • #8
Why would being "less than 1" contradict "greater than or equal to 0"?
 
  • #9
bugatti79 said:
but how does one check this?

I mean we don't know the value of x1 and x2, they could both be easily less than 0 and hence it wouldn't satisfy axiom 1?
The value of x1 and x2 could both be 0 and then axiom 2 is satisfied.


thanks

HallsofIvy said:
Why would being "less than 1" contradict "greater than or equal to 0"?

Sorry, this is a typo, I meant the value of x could be less than 0 not 1...and then it would contradict axoim 1..?
 
  • #10
bugatti79 said:
Sorry, this is a typo, I meant the value of x could be less than 0 not 1...and then it would contradict axoim 1..?
Assuming that you made another mistake here, and meant x_1 and x_2 when you said "x", then no, it wouldn't, because of the absolute value signs in the definitions. If you had been working with another definition, one that implies that there's an x such that ##\|x\|<0##, then the axiom is violated, but that doesn't make it harder to check if the axioms are satisfied. It makes it easier, because then all you have to do is to find that x, show that ##\|x\|<0##, and you're done.
 
  • #11
bugatti79 said:

Homework Statement



Consider the vector space R^2, Decide whether or not the following are norms defined on R^2. If they are, verify all axioms of a norm, if not, demonstrate by counter example some axioms which fails. For x=(x_1,x_2) in R^2


Homework Equations



(i) || ||_#: R^2 defined by ||x||_#=|x_1|+2|x_2|

(ii) || ||_3:R^2 defined by ||x||=3|x_1|

The Attempt at a Solution



How do I decide whether or not the above are norms on R^2?

bugatti79 said:
Definition of a norm is a norm on a vector space V is a function || ||: V m to R satisfying for x,y in V and for all scalar alpha the following

1) ||x||>=0
2)||x||=0 iff x=0
3)||aX||=|a|||x||
4) The triangle in equality

But what do I need to do to decide whether or not they are norms?

Ok here's my attempt,

1) since x=(x1,x2) is in R^2 and we know |x1|>=0 and |x2|>=0 implies ||x||>=0 for all x in R^2 hence N1 holds

2) ||x||=0 iff both x1=0 and x2=0, ie x=(0,0)=0 the zero vector implies N2 holds

3) ||a x || = |a| |x|
=|a|(|x1|+2|x2|)
= |a| |x1| + 2 |a| |x2| (all I am doing is throwing a on both side of equation so of course it holds, right?)

4) The triangle inequality is ||x+y|| <= ||x||+ ||y||
I don't know how to check this one...

Thanks
 
  • #12
1. You can't say "Since x is in R^2" when you haven't even mentioned x before. You need to start with something like "Let x be an arbitrary member of ℝ2". You also need to make it absolutely clear what definitions you're using. I don't see anything that indicates which of the functions you're trying to prove something about.

2. What is x in the iff statement? Why does that statement hold. Which one(s) of the functions are you talking about?

3. This doesn't make any sense. The first equality is what you're trying to prove, except that the right-hand side should say ##|a|\,\|x\|##, not |a| |x|. You're obviously not allowed to use what you're trying to prove. The calculation you did after that adds nothing at all. You need to start with ##\|ax\|=\dots##, then use the definition, and end it with ##\dots=|a|\,\|x\|##.

You must always make it clear if your variables are part of "for all" or "there exists" statements, or if they are defined to represent some specific member of the set you're dealing with. You must always make it absolutely clear how you're using the definitions of the terms or symbols that you're trying to prove something about.
 
  • #13
bugatti79 said:

Homework Statement



Consider the vector space R^2, Decide whether or not the following are norms defined on R^2. If they are, verify all axioms of a norm, if not, demonstrate by counter example some axioms which fails. For x=(x_1,x_2) in R^2


(i) || ||_#: R^2 defined by ||x||_#=|x_1|+2|x_2|

Fredrik said:
1. You can't say "Since x is in R^2" when you haven't even mentioned x before. You need to start with something like "Let x be an arbitrary member of ℝ2". You also need to make it absolutely clear what definitions you're using. I don't see anything that indicates which of the functions you're trying to prove something about.

2. What is x in the iff statement? Why does that statement hold. Which one(s) of the functions are you talking about?

3. This doesn't make any sense. The first equality is what you're trying to prove, except that the right-hand side should say ##|a|\,\|x\|##, not |a| |x|. You're obviously not allowed to use what you're trying to prove. The calculation you did after that adds nothing at all. You need to start with ##\|ax\|=\dots##, then use the definition, and end it with ##\dots=|a|\,\|x\|##.

You must always make it clear if your variables are part of "for all" or "there exists" statements, or if they are defined to represent some specific member of the set you're dealing with. You must always make it absolutely clear how you're using the definitions of the terms or symbols that you're trying to prove something about.

I am referring to part (i). I am not sure what the subscript 'hatch' or 'star' means

1) Since we are given that x=(x1,x2) is in R^2 and we have that ||x||_#=|x1|+2|x2|, then ||x||>=0 because we have that |x1| and |x2| are both >=0 implies ||x||>=0 for all x in R

2)||x||_#=0? We have ||x||=|x1|+2|x2|=0 iff |x1|=0 and |x2|=0 for all x in R

3) ||ax||_#=...? I didn't know one was not allowed use what we are trying to prove. Then what else can we do?

4) ?

Thanks
 
  • #14
bugatti79 said:
I am not sure what the subscript 'hatch' or 'star' means
It's just a notation for that specific function.

bugatti79 said:
1) Since we are given that x=(x1,x2) is in R^2 and we have that ||x||_#=|x1|+2|x2|, then ||x||>=0 because we have that |x1| and |x2| are both >=0 implies ||x||>=0 for all x in R
This is OK, but don't say that you're given that x is in ##R^2##. You're not given an x, or any variable at all. You're just supposed to prove a statement of the form "For all v in ##R^2##, we have P(v)", where P(v) is a statement that involves v. In this case, P(v) is the statement "##\|v\|\geq 0##". This is how I'd do it:

Let ##x\in\mathbb R^2## be arbitrary. By definition of ##\|\ \|_{\#}##, we have
$$\|x\|_{\#}=\underbrace{|x_1|}_{\geq 0}+2\underbrace{|x_2|}_{\geq 0}\geq 0.$$
bugatti79 said:
2)||x||_#=0? We have ||x||=|x1|+2|x2|=0 iff |x1|=0 and |x2|=0 for all x in R
This is OK too. It's sufficient to say that since ##\|x\|_{\#}=|x_1|+2|x_2|##, it's obvious that ##\|x\|_{\#}=0## if and only if ##x=0##.

bugatti79 said:
3) ||ax||_#=...? I didn't know one was not allowed use what we are trying to prove. Then what else can we do?
I answered that in my previous post, and I'm doing it again below.

bugatti79 said:
4) ?
Same idea as in all of these problems. Start by saying "Let ##x\in\mathbb R^2## be arbitrary". Then write down the left-hand side of the equality or inequality you want to prove. Then use the definition of ##\|\ \|_{\#}## and things you know about ##\mathbb R^2## until you end up with the right-hand side of the result you want to prove.
 
Last edited:
  • #15
Fredrik said:
It's just a notation for that specific function. This is OK, but don't say that you're given that x is in ##R^2##. You're not given an x, or any variable at all. You're just supposed to prove a statement of the form "For all v in ##R^2##, we have P(v)", where P(v) is a statement that involves v. In this case, P(v) is the statement "##\|v\|\geq 0##". This is how I'd do it:

Let ##x\in\mathbb R^2## be arbitrary. By definition of ##\|\ \|_{\#}##, we have
$$\|x\|_{\#}=\underbrace{|x_1|}_{\geq 0}+2\underbrace{|x_2|}_{\geq 0}\geq 0.$$

This is OK too. It's sufficient to say that since ##\|x\|_{\#}=|x_1|+2|x_2|##, it's obvious that ##\|x\|_{\#}=0## if and only if ##x=0##. I answered that in my previous post, and I'm doing it again below.Same idea as in all of these problems. Start by saying "Let ##x\in\mathbb R^2## be arbitrary". Then write down the left-hand side of the equality or inequality you want to prove. Then use the definition of ##\|\ \|_{\#}## and things you know about ##\mathbb R^2## until you end up with the right-hand side of the result you want to prove.

3) Let ## x \in \mathbb R^2.## By defintion we have ##\|x \|_{\#} = \|x_1\|+2\|x_2\|##

##\|a x \|_{\#}=\|ax_1\| +2 \|ax_2\|=|a| ( |x_1|+2|x_2|)=|a| \| x \|_{\#} \forall a, x \in \mathbb R^2## N3 holds

4) Let ##y \in \mathbb R^2## where ## \|y\|_{\#}=|y_1|+2|y_2|##

Therefore ##\|x+y\|= |x_1|+2|x_2| + |y_1||+2|y_2|##

By defintion of the inequality ##\|x+y\| \le \|x\|+\|y\|## we have

##\|x+y\|_{\#} \le |x_1|+2|x_2|+|y_1|+2|y_2|##
$$ \le \|x\|_{\#}+\|y\|_{\#} \forall x,y \in \mathbb R^2$$ N4 holds.....?

Tackle part 2 in same way?

Thanks
 
  • #16
bugatti79 said:
3) Let ## x \in \mathbb R^2.## By defintion we have ##\|x \|_{\#} = \|x_1\|+2\|x_2\|##
The first sentence should say "Let ##x\in\mathbb R^2## be arbitrary". The definition of ##\|\ \|_{\#}## tells us that ##\|x\|_{\#}=|x_1|+2|x_2|##.

bugatti79 said:
##\|a x \|_{\#}=\|ax_1\| +2 \|ax_2\|=|a| ( |x_1|+2|x_2|)=|a| \| x \|_{\#} \forall a, x \in \mathbb R^2## N3 holds
This is mostly OK. The norm symbols after the first equality sign should of course be absolute value signs. a is not a member of ##\mathbb R^2##. This is what you should have said: For all ##a\in\mathbb R## and all ##x\in\mathbb R^2##, we have
$$\|ax\|_{\#}=\|(ax_1,ax_2)\|_{\#}=|ax_1|+2|ax_2|=|a|(|x_1|+2|x_2|)=|a|\|x\|_{\#}.$$ Note that the "for all" statement makes it unnecessary to also say "Let ... be arbitrary". The point of "let ... be arbitrary" statements is just that they enable us to break up a long sentence into several short sentences.

bugatti79 said:
4) Let ##y \in \mathbb R^2## where ## \|y\|_{\#}=|y_1|+2|y_2|##

Therefore ##\|x+y\|= |x_1|+2|x_2| + |y_1||+2|y_2|##
This is not what the definition of ##\|\ \|_{\#}## says. Try again. 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.
 
Last edited:
  • #17
Fredrik said:
The first sentence should say "Let ##x\in\mathbb R^2## be arbitrary". The definition of ##\|\ \|_{\#}## tells us that ##\|x\|_{\#}=|x_1|+2|x_2|##.


This is mostly OK. The norm symbols after the first equality sign should of course be absolute value signs. a is not a member of ##\mathbb R^2##. This is what you should have said: For all ##a\in\mathbb R## and all ##x\in\mathbb R^2##, we have
$$\|ax\|_{\#}=\|(ax_1,ax_2)\|_{\#}=|ax_1|+2|ax_2|=|a|(|x_1|+2|x_2|)=|a|\|x\|.$$ Note that the "for all" statement makes it unnecessary to also say "Let ... be arbitrary". The point of "let ... be arbitrary" statements is just that they enable us to break up a long sentence into several short sentences.


This is not what the definition of ##\|\ \|_{\#}## says. Try again. 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.

Ok, thanks for the tips.

4) ##\forall x,y \in \mathbb R^2## we have ##x+y = x_1+2x_2 +y_1 +2y_2## therefore

##\|x+y|\_{\#}= |x_1|+2|x_2| +|y_1|+2|y_2|## but by defintion of triangle inequality we have

##\|x+y\|_{\#} \le |x_1|+2|x_2|+|y_1|+2|y_2| \le \|x\|_{\#}+\|y\|_{\#}##...?
 
  • #18
bugatti79 said:
4) ##\forall x,y \in \mathbb R^2## we have ##x+y = x_1+2x_2 +y_1 +2y_2##
Surely, you must have meant to put something else on the right-hand side. The left-hand side is a member of ℝ2, and the right-hand side a member of ℝ.

bugatti79 said:
##\|x+y|\_{\#}= |x_1|+2|x_2| +|y_1|+2|y_2|##
This is wrong. The right-hand side is equal to ##\|x\|_{\#}+\|y\|_{\#}##, but it's certainly not true that ##\|x+y\|_{\#}=\|x\|_{\#}+\|y\|_{\#}## for all x,y in ℝ2. For example, when x=(0,1) and y=(0,-1), we have ##\|x+y\|_{\#}=0## and ##\|x\|_{\#}+\|y\|_{\#}=4##.
 
  • #19
Fredrik said:
Surely, you must have meant to put something else on the right-hand side. The left-hand side is a member of ℝ2, and the right-hand side a member of ℝ.This is wrong. The right-hand side is equal to ##\|x\|_{\#}+\|y\|_{\#}##, but it's certainly not true that ##\|x+y\|_{\#}=\|x\|_{\#}+\|y\|_{\#}## for all x,y in ℝ2. For example, when x=(0,1) and y=(0,-1), we have ##\|x+y\|_{\#}=0## and ##\|x\|_{\#}+\|y\|_{\#}=4##.
4) ##\forall x,y \in \mathbb R^2## and ##x_1, y_1 \in \mathbb R##

we have ##x+y = x_1+2x_2 +y_1 +2y_2## ...?

Ok,so basically this question is not a norm in R^2 because axiom 4 does not hold. You have demonstrated that by counter example. but how do you know that axoim 4 does not hold without having to play around with actual values of x and y to test it?
 
  • #20
bugatti79 said:
Ok,so basically this question is not a norm in R^2 because axiom 4 does not hold. You have demonstrated that by counter example. but how do you know that axoim 4 does not hold without having to play around with actual values of x and y to test it?

No, Fredrik gave a counterexample to the equality. That doesn't mean that axiom 4 doesn't hold.
 
  • #21
bugatti79 said:
we have ##x+y = x_1+2x_2 +y_1 +2y_2## ...?

Are you just guessing now??
 
  • #22
bugatti79 said:
we have ##x+y = x_1+2x_2 +y_1 +2y_2## ...?
No, we don't. The left-hand side isn't even in the same set as the right-hand side (as I have already explained).

bugatti79 said:
Ok,so basically this question is not a norm in R^2 because axiom 4 does not hold. You have demonstrated that by counter example.
As micromass said, I only proved that it's not the case that ##\|x+y\|_{\#}=\|x\|_{\#}+\|y\|_{\#}## for all ##x,y\in\mathbb R^2##. You still have to determine if ##\|x+y\|_{\#}\leq\|x\|_{\#}+\|y\|_{\#}## for all ##x,y\in\mathbb R^2##. (Since 0≤4, my choice of x and y doesn't contradict this inequality).
 
  • #23
bugatti79 said:
4) ##\forall x,y \in \mathbb R^2## and ##x_1, y_1 \in \mathbb R##

we have ##x+y = x_1+2x_2 +y_1 +2y_2## ...?
If you mean that [itex]x= <x_1, x_2>[/itex] and [itex]y= <y_1, y_2>[/itex] then you should say that. Also, the result would be [itex]x+ y= <x_1+ 2y_1, x_2+ 2y_2>[/itex].

Ok,so basically this question is not a norm in R^2 because axiom 4 does not hold. You have demonstrated that by counter example. but how do you know that axoim 4 does not hold without having to play around with actual values of x and y to test it?
 
  • #24
Fredrik said:
The first sentence should say "Let ##x\in\mathbb R^2## be arbitrary".

The first sentence was fine as it was.
 
  • #25
micromass said:
Are you just guessing now??

No, I was just building up the equations bit by bit and then convert it into a norm (putting it inside the vertical brackets as shown on the following line of that thread) and then test it. Obviously I am wrong.

Fredrik said:
No, we don't. The left-hand side isn't even in the same set as the right-hand side (as I have already explained).
As micromass said, I only proved that it's not the case that ##\|x+y\|_{\#}=\|x\|_{\#}+\|y\|_{\#}## for all ##x,y\in\mathbb R^2##. You still have to determine if ##\|x+y\|_{\#}\leq\|x\|_{\#}+\|y\|_{\#}## for all ##x,y\in\mathbb R^2##. (Since 0≤4, my choice of x and y doesn't contradict this inequality).

"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.
I have an example where the triangle inequality is tested for a taxi cab norm ie || ||_1 and I understand it but I don't know how to do it for a || ||_#...?
 
Last edited:
  • #26
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.
Because you can't compare two things that aren't in the same space. A vector in R2 can't possibly be equal to a scalar. The two things aren't comparable.
bugatti79 said:
I have an example where the triangle inequality is tested for a taxi cab norm ie || ||_1 and I understand it but I don't know how to do it for a || ||_#...?
 
  • #27
jgens said:
The first sentence was fine as it was.
Yes, it's OK to say "Let ##x\in\mathbb R^2##" instead of the more precise "Let ##x\in\mathbb R^2## be arbitrary" or the even more precise "Let x be an arbitrary member of ##\mathbb R^2##". When the proof is written by someone who understands proofs, and is read by someone who understands proofs, the statement "Let ##x\in\mathbb R^2##" will be interpreted as what it really is: A way to break up a long "for all" statement into several sentences. If you had started a proof with "Let ##x\in\mathbb R^2##" in a thread where you're discussing something with me, I wouldn't have said anything.

However, a person who doesn't understand these things, can, in my opinion, never put too much effort into improving the clarity of the proofs he's writing. I suggested that he should change the opening sentence because I strongly doubted that he understood the significance of what he wrote. In my experience, one of the most common mistakes that people make when they're just getting started with proofs is that that they fail to make it clear if their variables are part of "for all" or "there exists" statements.
 
  • #28
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.
 
Last edited:
  • #29
Fredrik said:
I have already told you:
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.

I have mulled over all the threads and I'm afraid I don't see any light. I don't know how to proceed further. Its simple I know but I don't see it...
 
  • #30
What is the first step that you're not 100% sure about? Do you know the definition of x+y? If yes, then why not use it? Then use the definition of ##\|\ \|_{\#}##. After that you're almost done.
 
  • #31
Fredrik said:
What is the first step that you're not 100% sure about? Do you know the definition of x+y? If yes, then why not use it? Then use the definition of ##\|\ \|_{\#}##. After that you're almost done.

I don't know how to write the definition of x+y apart from what I gave originally..thanks for your patience.
 
  • #32
bugatti79 said:
4) ##\forall x,y \in \mathbb R^2## and ##x_1, y_1 \in \mathbb R##
we have ##x+y = x_1+2x_2 +y_1 +2y_2## ...?
So, x and y are elements of R2, meaning that you can write them as
x = <x1, x2>
y = <y1, y2>

Then what is x + y? It is NOT as you wrote above.

bugatti79 said:
I don't know how to write the definition of x+y apart from what I gave originally..thanks for your patience.
 
  • #33
bugatti79 said:
I don't know how to write the definition of x+y apart from what I gave originally..thanks for your patience.
I don't recall seeing a definition of x+y in this thread.

Edit: If you meant the equality ##x+y = x_1+2x_2 +y_1 +2y_2## (which is extremely incorrect, since the left-hand side is a member of a different set than the right-hand side), then no, this looks nothing at all like the definition of x+y. It looks like it was inspired by the definition of ##\|\ \|_{\#}##, but I see nothing in it that reminds me of the definition of x+y.

I'm going to bed early tonight, but I'm sure Mark44 or someone else can answer your next post.
 
Last edited:
  • #34
Fredrik said:
I don't recall seeing a definition of x+y in this thread.

Edit: If you meant the equality ##x+y = x_1+2x_2 +y_1 +2y_2## (which is extremely incorrect, since the left-hand side is a member of a different set than the right-hand side), then no, this looks nothing at all like the definition of x+y. It looks like it was inspired by the definition of ##\|\ \|_{\#}##, but I see nothing in it that reminds me of the definition of x+y.

I'm going to bed early tonight, but I'm sure Mark44 or someone else can answer your next post.

Yes, you are correct. Ok, thanks.

It is ##\|x+y\|_\#=...## that I should be focusing on...
 
  • #35
Yes, but before you focus on ##\|x+y\|_{\#}##, you should focus on x+y. Do you understand what the notation ##\mathbb R^2## means? What sort of objects are members of ##\mathbb R^2##. How do you add one of those objects to another? Do you at least understand that the notation x+y is completely meaningless until it has been defined? What is the standard definition of x+y for ##x,y\in\mathbb R^2##?
 

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
682
Replies
1
Views
584
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
566
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
2
Replies
58
Views
3K
  • Calculus and Beyond Homework Help
Replies
19
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
715
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
Back
Top