Definition
Set $V$ over field $F$ with $+: V \times V \to V$ and $\cdot: F \times V \to V$
Axioms
Associativity: $(u+v)+w = u+(v+w)$
Commutativity: $u+v = v+u$
Identity: $\exists \mathbf{0} \in V$ s.t. $v+\mathbf{0}=v$
Inverses: $\forall v \exists -v$ s.t. $v+(-v)=\mathbf{0}$
Scalar assoc: $a(bv) = (ab)v$
Distributivity: $a(u+v) = au+av$
$(a+b)v = av+bv$ and $1v=v$
Examples
$\mathbb{R}^n$, $\mathbb{C}^n$ over $\mathbb{R}$ or $\mathbb{C}$
$P_n$ polynomials of degree $\leq n$
$M_{m \times n}$ matrices
$C([a,b])$ continuous functions