Mindscrape
- 1,854
- 1
Homework Statement
Show that the positive quadrant
Q = ( (x,y) | x,y > 0 ) \in \mathbb{R}^2
is a vector space.
Homework Equations
Addition is redefined by
(x_1,y_1) + (x_2,y_2) = (x_1 x_2, y_1 y_2)
and scalar multiplication by
c(x,y) = (x^c , y^c)
The Attempt at a Solution
There are two properties I am having trouble with - the additive identity and additive inverse.
Additive identity
(x,y) + (0,0) = (0,0)
which violates the definition that v + 0 = v
Additive inverse
(x,y) + (-x,-y) = (-x^2, -y^2) \not \in \mathbb{V}
also violates that v + (-v) = 0
For the identity I might just be thinking about the zero element in the wrong way, but I really have no idea how I could have messed up the additive inverse.
Last edited: