Definition

Let be a set of vectors in . The is the set of vectors in that are a linear combination of vectors in .

This might sound a bit “formal” and hard to grasp. Just think of it this way; you are given a set of vectors from the vector space . Now from that set of vectors you can generate new vectors by taking linear combination of them. Now, by taking every possible linear combination you are going to get a resultant set of vectors. That resultant set of vectors is called the span of the original set of vectors you were given.

Formally, consider a set of vectors

Visual Intuition of Span

The idea of span is closely related to Linear independence. Let’s start with a single vector in vector space.

For a single vector , all we can do is perform scalar multiplication. This creates an infinite length line going through the origin which is

But if we consider any two vectors in which are not parallel or in other words, not in the span of each other, the span of these two vectors is the entire plane.

This means by taking the linear combination of and , we can generate any vector in .

But what if and were along the same line ? What would happen then?

That will mean is in the span of . The converse is also true i.e. is in the span of . Any linear combination of these two vectors will only generate vectors that stay along a single line. Another way to say it is and are linearly dependent.

Consider the following visualization:

  • In the first diagram, the span of and is a plane.
  • In second diagram, we included another vector , but is in the span of and .
  • In the third diagram, is not in the span of and . Hence, , and are linearly independent to each other.

Relation between span and subspace

  1. The span of any nonempty set of vectors is a subspace.
  2. Every subspace is the span of some set of vectors.

Spanning Set

Spanning set is a specific set of vectors from a vector space. When we take the linear combination of those vectors it spans the entire vector space. For example in , one example of spanning set is . It is possible to write any vector in as linear combination of the spanning set .

Similarly in an example of spanning set is .

This can be generalized as follows. Consider a set of vectors which is a subset of a vector space . The set is called the spanning set if every vector in can be generated by taking a linear combination of vectors from . We typically refer to it as ” spans “.

Word of Caution:

The idea of spanning set is closely related with the idea of basis. But they are two distinct concepts. From the discussion above, it might seem to you that basis vectors form the spanning set, but it is not true in general. For example, the following set is a spanning set for . Notice that every though they form a spanning set, the vectors in the set are not linearly independent.

References

  1. Bernstein, Matthew. Span and Linear Independence. 11 June 2022, mbernste.github.io/posts/linear_independence/.