Does V = {RXR} Satisfy the Vector Space Condition?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Catchfire
Messages
30
Reaction score
0

Homework Statement


Let V = {RXR} with addition defined as (a1,a2) + (b1,b2) = (a1 + b1, a2b2)

Show the vector space condition, for each x in V there exists a y in V such that x + y = 0, fails for the V defined above.

Homework Equations





The Attempt at a Solution



a + d = (a1,a2) + (d1,d2) = (a1 + d1, a2d2), so let d1 = -a1 and d2 = 0, therefore (a1 - a1, 0*a2) = (0,0) = 0

Seems to me that the condition holds. What have I missed?
 
Physics news on Phys.org
Catchfire said:

Homework Statement


Let V = {RXR} with addition defined as (a1,a2) + (b1,b2) = (a1 + b1, a2b2)

Show the vector space condition, for each x in V there exists a y in V such that x + y = 0, fails for the V defined above.

Homework Equations





The Attempt at a Solution



a + d = (a1,a2) + (d1,d2) = (a1 + d1, a2d2), so let d1 = -a1 and d2 = 0, therefore (a1 - a1, 0*a2) = (0,0) = 0

Seems to me that the condition holds. What have I missed?

I agree that it does hold. However, there is another vector space axiom that is not satisfied. Can you see which one?
 
When you write "x+ y= 0", exacty what do you mean by "0"? You have, apparently, assumed that it meant (0, 0) but there "vector space condition" requiring that, for each x, there exist y such that x+y= (0, 0).

There is a vector space condition that there exist a "zero vector", 0, such that x+ 0= 0 and a condition that, given any x, there exist a y such that x+ y= 0. (The existence of an "additive identity" and the existence of "additive inverses".)

Since we are defining (a1, a1)+ (b1, b2)= (a1+ b2, a2b2), (0, 0) is NOT the "additive identiy": (a1, a2)+ (0 , 0)= (a1, 0), NOT (a1, a2).

What is the additive identity for this space?
 
Thanks for the replies.

(a1, a2)+ (0, 1)= (a1+ 0, a2*1) = (a1, a2) is the additive identity so 0 = (0,1)

(a1,a2) + (b1,b2) = (a1+ b1, a2b2) = (0, 1) means b1 = -a1 and b2 = 1/a2... still missing something.
 
(-a,1/0)!

Haha thanks, appreciate the help.