[example: Spaces of Functions]
Let $X$ be any nonempty set and $F$ a field. Define $F^X$ to be the set of all functions $f: X \to F$. With pointwise operations,
\begin{align*}
(f + g)(x) &:= f(x) + g(x), \qquad (\alpha f)(x) := \alpha f(x),
\end{align*}
$F^X$ is a vector space over $F$. The zero vector is the constant function $0: x \mapsto 0_F$. Each $f$ has additive inverse $(-f): x \mapsto -f(x)$. All eight axioms follow from the corresponding axioms in $F$.
When $X = \{1, 2, \ldots, n\}$, we recover $F^n$: a function $f: \{1, \ldots, n\} \to F$ is exactly an $n$-tuple $(f(1), f(2), \ldots, f(n))$. When $X = [0, 1]$ and $F = \mathbb{R}$, this gives the space of all real-valued functions on $[0, 1]$, which contains $C([0, 1])$, $C^\infty([0, 1])$, $L^2([0, 1])$, and many other important spaces as subsets (and, under appropriate conditions, as subspaces).
[/example]