Hi Iam studying Linear Algebra's vector space.
Question : Let $V$ be the vector of all real numbers with operations $u + v = uv - 1 $ and $c * v = v$ where c is a constant and u and v are vectors form a vector space?
I know that this doesn't form a vector space because of associativity but i'm curious about it's additive identity
Now I have found the additive identity as $(1+1/u)$
But This doesn't make the identity unique. Does that mean it's wrong?
It is not a vector space. Because your addition is not associative!
I'll rewrite $u\oplus v=uv-1, c\odot v=v$ to reduce confusion.
$(u\oplus v)\oplus w=(uv-1)\oplus w=(uv-1)w-1=uvw-w-1$, and $u\oplus (v\oplus w)=u\oplus (vw-1)=u(vw-1)-1=uvw-u-1$. They are not same in general! Especially, $1\oplus(0\oplus-1)\ne(1\oplus 0)\oplus -1$.
Also, when $e$ is identity of (V,$\oplus$), then $0\oplus e=0$ must hold. But $0\oplus e=0e-1\ne 0$. So, there are no $\oplus$-identity.