[example: Independence in $\mathbb{R}^n$]
The standard basis vectors $e_1 = (1, 0, \ldots, 0)$, $e_2 = (0, 1, 0, \ldots, 0)$, ..., $e_n = (0, \ldots, 0, 1)$ are linearly independent in $\mathbb{R}^n$. To see this, suppose $c_1 e_1 + c_2 e_2 + \cdots + c_n e_n = 0$. The $i$-th component of the left side is $c_i$, so comparing components forces $c_i = 0$ for all $i$. This argument works because the vectors have a very sparse structure: each one has a nonzero entry in exactly one coordinate.
Now consider the polynomial functions $1, x, x^2, \ldots, x^n$ as vectors in the real vector space $C^\infty(\mathbb{R}; \mathbb{R})$ of smooth functions. If $c_0 \cdot 1 + c_1 x + c_2 x^2 + \cdots + c_n x^n = 0$ as functions — meaning the polynomial is identically zero on $\mathbb{R}$ — then all coefficients must be zero. (A nonzero polynomial of degree $n$ has at most $n$ roots, so a polynomial vanishing everywhere must be the zero polynomial.) Therefore $1, x, x^2, \ldots, x^n$ are linearly independent in $C^\infty(\mathbb{R}; \mathbb{R})$.
[/example]