[Math] the difference between the span of a set to its subspace

linear algebraspanvector-spaces

I am confused with some of the definitions of linear algebra. I know that the span of set S is basically the set of all the linear combinations of the vectors in S.

The subspace of the set S is the set of all the vectors in S that are closed under addition and multiplication (and the zero vector).

So my question is, what is the difference between the span of S to the subspace of S?
it seems as if you could find its span in its subspace and its subspace in its span.

Best Answer

Take a nonempty subset $S$ of some vector space $V$. Then $\operatorname{span} S$ can be defined in two ways:

  • $\operatorname{span} S$ is the set of all linear combinations of vectors in $S$.
  • $\operatorname{span} S$ is the smallest subspace of $V$ that contains all the elements of $S$. (How do you construct $\operatorname{span} S$? Take the intersection of all subspaces of $V$ that contain all the element of $S$.)

It turns out that these definitions are equivalent, so if you take one as the definition of $\operatorname{span} S$, then you can prove the other bullet point above as a theorem. See, for instance, Section 2.2 of Hoffman and Kunze's book Linear Algebra, second edition.

Related Question