Conventionally, a vector space over a field $F$ is a set $V$ together with two operations $+:V\times V\to V$ and $\cdot:F\times V\to V$ satisfying
- $(a+b)+c = a+(b+c)$ for all $a,b,c\in V$
- $a+b=b+a$ for all $a,b\in V$
- There exists an element $\vec 0\in V$ so that $a+\vec 0=a$ for all $a\in V$
- For all $a\in V$ there exists $-a\in V$ satisfying $a+(-a) = \vec 0$ (with $\vec 0$ satisfying axiom 3)
- $\alpha\cdot (a+b)=\alpha\cdot a+\alpha\cdot b$ for all $a,b\in V$ and $\alpha\in F$
- $(\alpha+\beta)\cdot a=\alpha\cdot a+\beta\cdot a$ for all $a\in V$ and $\alpha,\beta\in F$
- $(\alpha\beta)\cdot a=\alpha\cdot (\beta \cdot a)$ for all $a\in V$ and $\alpha,\beta\in F$
- $1\cdot a=a$ for all $a\in V$.
Then we prove that $\vec 0$ is unique, which justifies the sloppiness in stating axiom 4.
I recently made a careless quantifier error, defining the following:
A Q-space over a field $F$ is a set $V$ together with two operations $+:V\times V\to V$ and $\cdot:F\times V\to V$ satisfying for all $a,b,c\in V$ and $\alpha,\beta \in F$
- $(a+b)+c = a+(b+c)$
- $a+b=b+a$
- There exists an element $\vec 0_a\in V$ so that $a+\vec 0_a=a$
- There exists $-a\in V$ satisfying $a+(-a) = \vec 0_a$ (with $\vec 0_a$ satisfying axiom 3)
- $\alpha\cdot (a+b)=\alpha\cdot a+\alpha\cdot b$
- $(\alpha+\beta)\cdot a=\alpha\cdot a+\beta\cdot a$
- $(\alpha\beta)\cdot a=\alpha\cdot (\beta \cdot a)$
- $1\cdot a=a$
I suspect that a Q-space is different than a vector space. My question is, can anyone give an example of a Q-space that isn't a vector space? I do know that if axiom 4 of a Q-space is changed to
- There exists $-a\in V$ so that $b+a+(-a)=b$
we can then prove $\vec 0_a=\vec 0_b$, making the modified Q-space the same as a vector space.
Let $\mathbf{V}$ be any vector space. Let $\infty$ be something not in $\mathbf{V}$, and let $\mathbf{W}=\mathbf{V}\cup\{\infty\}$. Define addition on $\mathbf{W}$ to be the same as in $\mathbf{V}$ if both summands are in $\mathbf{V}$, and to be $\infty$ if either (or both) summands are $\infty$. Define scalar multiplication in $\mathbf{W}$ to be the same as in $\mathbf{V}$ for elements of $\mathbf{V}$, and $\alpha\cdot\infty=\infty$ for all scalars $\alpha$. Then $\mathbf{0}_{\mathbf{v}}=\mathbf{0}$ for all $\mathbf{v}\in\mathbf{V}$, and $\mathbf{0}_{\infty}=\infty$ satisfy your axioms 3 and 4. It is easy to verify that if any of the vectors in axioms 1, 2, 5, 6, 7, or 8 are equal to $\infty$, then both sides are $\infty$; and if they are all in $\mathbf{V}$, then the axioms hold since they hold in $\mathbf{V}$.
This amounts to taking your underlying abelian group $(\mathbf{V},+)$, and adding an element to turn it into a commutative semigroup with zero, then extending the scalar multiplication to be zero at zero.