443. Basis and Dimension - JulTob/Mathematics GitHub Wiki

As the word itself suggests, the concept of basis of a vector space contains all the information necessary to rebuild the vector space, starting from very โ€œfewโ€ vectors.

โ„^2 =โŸจ(1,0),(0,1)โŸฉ=โŸจ(1,0),(0,1),(1,1)โŸฉ

How can we find a minimal set (a set as small as possible) of generators for the space $โ„^2$?

If we remove from the set any one vector that is a linear combination of the others, the new set obtained generates the same vector space. We may repeat this step as many times as necessary until all vectors are independent.

Let $V = โŸจ๐ฏ_1, . . . , ๐ฏ_nโŸฉ โ‰ $ { $0$ }. Then there exists a subset of { $๐ฏ_1, . . . , ๐ฏ_n$ }, consisting of linearly independent vectors, which generates $V$ .

Let $V$ be a vector space. The set { $๐ฏ_1, . . . , ๐ฏ_n$ } is called a basis if:

  1. The vectors $๐ฏ_1, . . . , ๐ฏ_n$ are linearly independent.
  2. The vectors $๐ฏ_1, . . . , ๐ฏ_n$ generate $V$.

Henceforth, we will say that a set $X$ is maximal with respect to a certain property if $X$ enjoys that property, but as soon as we add an element to $X$, then $X$ does not enjoy the property anymore.

Also, we will say that a set $X$ is minimal with respect to a certain property if $X$ enjoys that property, but as soon as we remove an element from $X$, then $X$ does not enjoy the property anymore.

Let $๐ฏ_1, . . . , ๐ฏ_n$ be vectors in a vector space $V$ .

  1. { $๐ฏ_1, . . . , ๐ฏ_n$ } is a basis of $V$ if and only if it is a minimal set of generators of $V$.
  2. { $๐ฏ_1, . . . , ๐ฏ_n$ } is a basis of $V$ if and only if it is a maximal set of linearly independent vectors.

If a vector space $V โ‰ $ { $0$ } is generated by a finite number of vectors $๐ฏ_1, . . . , ๐ฏ_n$, then there exists a basis of $V$.

A vector space, as we already know, can admit different bases, however, as we shall see:

  • All the bases have the same number of elements,
  • This number is called the dimension of the vector space.

Completion Theorem Let S = {v1, . . . .vm} be a set of linearly independent vectors in a finitely generated vector space V. If B = {w1,...,wn} is a basis of V (we know that there is always at least one) then m โ‰ค n, and we can always add to S nโˆ’m vectors from the basis {w1,...,wn} in order to obtain a basis of V.

All the bases of the same finitely generated vector space have the same number of elements.

The number of elements of a basis of a vector space is called the dimension of the vector space, and it is denoted with dim(V ). When this number is finite, or equivalently, when V is generated by a finite number of vectors, V is said to be finite dimensional.

Canonical bases

  • โ„โฟ

    The canonical basis is given by C = { $๐ฎฬ‚_1 ,...,๐ฎฬ‚_n$ }, where $๐ฎฬ‚_i$ is the vector that has 1 in position i and 0 in the other positions.

    For example the canonical basis of โ„ยณ is C = {(1, 0, 0), (0, 1, 0), (0, 0, 1)}, and โ„ยณ has dimension 3, or we can also say that it is a three-dimensional vector space.

    Dim = n

  • โ„[x]

    The canonical basis is given by C = { $x^n,x^{nโˆ’1},...,x^1$ }.

    Dim = n+1

  • $๐‘ด_{๐š–โจฏ๐š—}$

    $๐‘ด_{๐š–โจฏ๐š—} = ๏ฝ› ๐‘ผ_{1,1} .,. ๐‘ผ_{m,n} ๏ฝ$ where $๐‘ผ_{i,j}$ is 1 at position $(i,j)$ and 0 in the other positions.

  C_{2,2}= \begin{Bmatrix}
  \begin{pmatrix}
   1 & 0 \\
   0 & 0 
  \end{pmatrix} & \begin{pmatrix}
   0 & 1 \\
   0 & 0 
  \end{pmatrix} & \begin{pmatrix}
   0 & 0 \\
   1 & 0 
  \end{pmatrix} & \begin{pmatrix}
   0 & 0 \\
   0 & 1 
  \end{pmatrix} 
  \end{Bmatrix}

Dim = mยทn

Let $V$ be a vector space of dimension $n$ and let $W$ be a subspace of $V$ . Then:

  • $dim(W ) โ‰ค dim(V )$
  • $dim(W) = dim(V) โŸบ V = W

Let V be a vector space of dimension n, and let { $v_1, . . . , v_n$ } be set of n vectors of V . The following are equivalent:

  • { $v_1, . . . , v_n$ } is a basis of $V$;
  • $v_1, . . . , v_n$ are linearly independent;
  • $v_1, . . . , v_n$ generate $V$

Let $๐“‘$ = { $v_1, . . . , v_n$ } be an ordered basis for the vector space $V$ (that is, we fixed an order in the set of vectors numbering them) and let $๐ฏ โˆˆ V$ . Then there exists a unique nโˆ’tuple of scalars $(ฮฑ_1, . . . , ฮฑ_n)$, such that

๐ฏ = ฮฑ_1v_1 + โ‹ฏ + ฮฑ_nv_n

The scalars $(ฮฑ_1, . . . , ฮฑ_n)$ are called the components of $๐ฏ โˆˆ V$ in the basis $๐“‘$ or also the coordinates.

(๐ฏ)_๐“‘ = (ฮฑ_1, โ‹ฏ , ฮฑ_n)

Given a matrix $A โˆˆ M_{m,n}(โ„)$ the elementary row operations do not change the subspace of $โ„^n$ generated by the row vectors of $A$.