- #1
csc2iffy
- 76
- 0
Homework Statement
The set of all pairs of real numbers of the form (1,x) with the operations:
(1,x)+(1,y)=(1,x+y) and k(1,x)=(1,kx) k being a scalar
Is this a vector space?
Homework Equations
(1,x)+(1,y)=(1,x+y) and k(1,x)=(1,kx)
The Attempt at a Solution
I verified most of the axioms hold, but I'm unsure about the additive identity.
Can it be something other than the zero vector?
My attempt, "O" being the additive identity
O=(1,0)
A+O=(1,x)+(1,0)=(1,x)
This means the additive inverse must equal (1,0)
A+(-A)=(1,x)+(-1,-x)=(1,x+(-x))=(1,0)
If this isn't right, then I know it doesn't hold. I'm just a little confused. Thanks for any help