A = {(x,y)| x,y belong R}
scalar multiplication and addition are defined as
a(x,y) = (ax,ay)
(x1 , y1) + (x2 , y2) = (x1 + x2 + 1, y1+y2+1)
1) can we define zero vector as (-1,-1)
2) can we define -(x,y) as (-x-1,-y-1)
3) is A a vector space
A = {(x,y)| x,y belong R}
scalar multiplication and addition are defined as
a(x,y) = (ax,ay)
(x1 , y1) + (x2 , y2) = (x1 + x2 + 1, y1+y2+1)
1) can we define zero vector as (-1,-1)
2) can we define -(x,y) as (-x-1,-y-1)
3) is A a vector space


Please show us the proof.
Let's see. "Can we define -(x,y) as (-x-1,-y-1)?" If yes, then -(x, y) + (x, y) = (-x - 1, -y - 1) + (x, y) = (-x - 1 + x + 1, -y - 1 + y + 1) = (0, 0). Have you done this computation? How does it square with the answer to question 1?
The definition for unary minus can be adjusted so that -(x, y) + (x, y) = (-1, -1). However, post #3 points out a real problem.
Yes, -1(x, y) = (-x, -y) according by definition, but then -1(x, y) + 1(x, y) ≠ 0(x, y).