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:
- The vectors $๐ฏ_1, . . . , ๐ฏ_n$ are linearly independent.
- 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, . . . , ๐ฏ_n$ } is a basis of $V$ if and only if it is a minimal set of generators of $V$.
- { $๐ฏ_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$.