Is the Set of Positive Ordered Pairs Closed Under Scalar Multiplication?

AI Thread Summary
The discussion centers on whether the set V, consisting of all ordered pairs of positive real numbers (x,y) where x>0 and y>0, is closed under scalar multiplication and addition. It is established that V is closed under addition since the sum of two positive pairs remains positive. However, scalar multiplication fails to keep the results within V, as multiplying by a negative scalar results in negative pairs, which do not meet the criteria of being positive. The conclusion is that while addition maintains closure, scalar multiplication does not, particularly highlighted by the case when c = -1. Therefore, the set V is not closed under scalar multiplication.
aznkid310
Messages
106
Reaction score
1
[SOLVED] Closed real vector spaces

Homework Statement


Determine whether the given set V is closed under the operations (+) and (.):

V is the set of all ordered pairs of real numbers (x,y) where x>0 and y>0:

(x,y)(+)(x',y') = (x+x',y+y')

and

c(.)(x,y) = (cx,cy), where c is a scalar, (.) = multiplication


Homework Equations


To show if they are closed or not, i know that i must satisfy a set of conditions such as:

u(+)v = v(+)u
u(+)0 = u
c(.)(u+v) = c(.)u(+)c(.)(v)
et...

I also know that (x,y)(+)(x',y') = (x+x',y+y') is closed but c(.)(x,y) = (cx,cy) is not. So how do i show this? Just use arbitrary numbers?


The Attempt at a Solution



I tried plugging in x = y = c = 1 for simplicity, but if i do that, it shows that both are closed
 
Physics news on Phys.org
Why not try c=(-1)? There aren't any restrictions on the values of c, except that it's a scalar.
 
if i do that, c(.)(x,y) = (-1,-1) = -2, which is the same as (cx,cy) = (-1,-1) = -2. But the answers are suppose to be different
 
aznkid310 said:

Homework Statement


Determine whether the given set V is closed under the operations (+) and (.):

V is the set of all ordered pairs of real numbers (x,y) where x>0 and y>0:

(x,y)(+)(x',y') = (x+x',y+y')

and

c(.)(x,y) = (cx,cy), where c is a scalar, (.) = multiplication


Homework Equations


To show if they are closed or not, i know that i must satisfy a set of conditions such as:

u(+)v = v(+)u
u(+)0 = u
c(.)(u+v) = c(.)u(+)c(.)(v)
et...

I also know that (x,y)(+)(x',y') = (x+x',y+y') is closed but c(.)(x,y) = (cx,cy) is not. So how do i show this? Just use arbitrary numbers?


The Attempt at a Solution



I tried plugging in x = y = c = 1 for simplicity, but if i do that, it shows that both are closed

aznkid310 said:
if i do that, c(.)(x,y) = (-1,-1) = -2, which is the same as (cx,cy) = (-1,-1) = -2. But the answers are suppose to be different

In what sense is "(-1, -1)= -2"? These are operations on pairs of real numbers. I see nothing there that says you are to add the two components.

You said that "c(.)(x,y) = (cx,cy)". Why do you then say "they are supposed to be different"?

And exactly why do you believe that this set is not closed under the defined scalar multiplication?
 
No, you do not "just use arbitrary numbers". You have to show that they are true no matter what numbers you use.

To show that the set is "closed under addition", you need to show that (x, y)(+)(a,b) is also in the set: in other words, you need to show that (x+ a, y+ b) is an "ordered pair of real numbers".

To show that the set is "closed under scalar multiplication", you need to show that c(.)(x, y)= (cx, cy) is an "ordered pair of real numbers".
 
aznkid310 said:
if i do that, c(.)(x,y) = (-1,-1) = -2, which is the same as (cx,cy) = (-1,-1) = -2. But the answers are suppose to be different

The point is the (-1).(x,y) for x>0 and y>0 is (-x,-y). -x and -y are negative. (-x,-y) is not in V.
 
Dick said:
The point is the (-1).(x,y) for x>0 and y>0 is (-x,-y). -x and -y are negative. (-x,-y) is not in V.

So to show that c(.)(x,y) = (cx,cy) is in v, then they must satisfy the fact that x and y must be greater than zero no matter what c is?

Btw, I know that c(.)(x,y) = (cx,cy) is not in V b/c that's what the answer is in the back of the book
 
aznkid310 said:
So to show that c(.)(x,y) = (cx,cy) is in v, then they must satisfy the fact that x and y must be greater than zero no matter what c is?
Yep. I will confess that I didn't notice the "x> 0, y> 0" at first!

Btw, I know that c(.)(x,y) = (cx,cy) is not in V b/c that's what the answer is in the back of the book
That's not a very good answer! It would be better to say "I know that c(.)(x,y)= (cx, cy) is not in V, for all c, because if c= -1 (as Dick suggested) -1(.)(x, y)= (-x, -y) and since x> 0, -x< 0".
 
Back
Top