The potential vector space is defined as the set $(x,y)$ of all positive real numbers.
I have been given a question where we define the addition of two elements in the potential vector space as:
$$(x_1, y_1) + (x_2, y_2) = (x_1x_2, y_1y_2)$$
I am having trouble understanding how to prove the axiom of zero addition: my attempt has been: $(x_1, y_1) + (0, 0) = (x_1*0, y_1*0) = (0, 0)$ which can't possibly be correct since the axiom states
$$(x, y) + (0, 0) = (x, y)$$
Can anyone let me know what I am missing?
The axiom of zero addition states that there exists SOME element $e$ in the vector space such that $v+e=v$. Under conventional addition, the zero element is as you stated. When you change how addition is defined, you will more than likely see a new zero element.
Under vector addition as you defined it, the zero vector is $e=(1,1)$. Take any vector $v=(x,y)$
Then $v+e=(x,y)+(1,1)=(x*1,y*1)=(x,y)$
So you still have a zero vector, it just may not be the conventional one.