Determining if set is a real vector space

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
mlarson9000
Messages
46
Reaction score
0

Homework Statement


The set R^2 with addition defined by <x,y>+<a,b>=<x+a+1,y+b>, and scalar multiplication defined by r<x,y>= <rx+r-1,ry>.

The answer in the back of the book says it is a vector space, but I am having trouble proving that 0+v=v and v+(-v)=0


Homework Equations





The Attempt at a Solution


My guess is that you take v+(-1)v=0, applying the above definition of scalar multiplication to (-1)v, which gives 0=<-1,0>. Using that definition of 0, then 0+v=v, but I'm not sure if any of that is correct.
 
Physics news on Phys.org
The vector 0 is defined as a vector z such that z + v = v for each v in V. It is an axiom that this vector exists, so in showing that a space is a vector space, you must show that there exists such a vector. The easiest way is to directly use your formula for the sum of two vectors:
<x, y> + <z1, z2> = <x + z1 + 1, y + z2> = <x, y>
and solve for z, which must not depend on x or y.
 
In this vector space, the "0 vector" is not <0, 0>.

Any easy way of determining what the 0 vector, [itex]\vec{0}[/itex], is is to use the fact, true in any vector space, that [itex]0\vec{v}= \vec{0}[/itex]. (That follows from the "distributive law": [itex]a\vec{v}= (0+ a)\vec{v}= 0\vec{v}+ a\vec{v}[/itex].)

Here, r<x,y>= <rx+r-1,ry>. What do you get if r= 0?