Let $\mathbf{S} = \{ (a_1, a_2): a_1, a_2 \in \mathbf{R} \}$. Where for $a = \left(a_1, a_2\right), b = \left(b_1, b_2\right) \in \mathbf{S}$ and $c \in \mathbf{R}$ $$a+b = (a_1, a_2) + (b_1, b_2) = (a_1 + b_1, 0)$$ and $$ca=(ca_1, 0)$$
In the book I am reading now it is written that $\mathbf{S}$ is not a vector space, because other axioms including the 4th axiom, i.e. "inverse element of addition", doesn't hold. But I can show that there exists such a vector. Let $a=(a_1, a_2) \in \mathbf{S}$ then $v = (v_1, v_2) \in \mathbf{S}$ where $v_1 = -a_1$ is an additive inverse of $a$: $$(a_1, a_2) + (v_1, v_2) = (a_1 + v_1, 0 ) = (a_1 - a_1, 0 ) = (0, 0)$$
Is it a typo in the book? Or I am missing something? Thanks in advance.
I'll turn my comment into an answer:
I suspect that the main problem is that there's no element which can act as zero: $(0,0)$ does not, in fact, act as an additive identity. And once you've accepted that, what do you mean by "additive inverse"? The only thing I've ever used it for is "thing that you add to something to get additive identity." If there's no additive identity (nothing that we can actually call $0$, no matter how much like a $0$ it looks like) then that definition doesn't even make sense.
At this point there are three ways to interpret the fourth axiom and it's truth status:
I lean towards the second interpretation. I guess your book prefers the third.