30. Basis

Non-redundant set of vectors that span 𝑛

A basis of a vector space is a set of vectors that satisfies two conditions:

  1. Linear Independence: no vector in the set can be written as a linear combination of the others — equivalently, the only solution to

    𝑐1𝑣1+𝑐2𝑣2++𝑐𝑛𝑣𝑛=𝟎

    is 𝑐1=𝑐2==𝑐𝑛=0.

  2. Spanning: every vector 𝑣𝑉 can be expressed as a linear combination of the basis vectors:

    𝑣=𝑐1𝑣1+𝑐2𝑣2++𝑐𝑛𝑣𝑛
Example

Consider the vector space 2 (the 2-dimensional Euclidean space). A common basis for 2 is {𝑒1,𝑒2}, where:

𝑒1=[10]𝑒2=[01]

This set is a basis because:

  • Linear Independence: The only solution to 𝑐1𝑒1+𝑐2𝑒2=𝟎 is 𝑐1=𝑐2=0.
  • Spanning: Any vector 𝑣=[𝑥𝑦]2 can be written as 𝑣=𝑥𝑒1+𝑥𝑒2

This means {𝑒1,𝑒2} is a basis for 2, and the dimension of 2 is 2.