Let us assume E to be a vector space over K. My understanding is that K needs to be a commutative field.
- Is $\mathbb{Z}$ a commutative field?
- Assuming that it is, so that I can define E over $\mathbb{Z}$, is there any relationship between scalar multiplication and vector addition?
That is, can I say that $x + x = 2x, \forall x \in E$?
If so, could I reason on the abelian group $(E,+)$ only by saying that any external operation $\mathbb{Z} \times E \rightarrow E$ can actually be converted to an internal operation $E \times E \rightarrow E$ by virtue of this "relationship" between addition and multiplication in $\mathbb{Z}$?
$2x + 3y = x + x + y + y + y, \forall x,y \in E$
$\mathbb Z$ is not a field, since $2$ does not have a multiplicative inverse.
The answer to your second question is YES anyway:
You can still define "vector fields" over arbitrary rings. They are called $R$-modules. In face, a $\mathbb Z$-module is precisely an abelian group.
and
This is the only way to define a $\mathbb Z$-module structure: $1\cdot g=g$ per definition and $(a+b)\cdot g = a\cdot g + b\cdot g$, this shows that the operation is unique.
You specifically asked for $2x=x+x$. We can derive that from the module axioms (which are like the vector space axioms, but the "field" is a ring): $2x = (1+1)x = 1x + 1x = x+x$