A partition of a set has been introduced as a collection of subsets such that any given element belongs to only one set in the partition. This is modified when applied to subspaces of a vector space, and a partition of a set of vectors is understood as a collection of subsets such that any vector except belongs to only one member of the partition.
Linear mappings between vector spaces can be represented by matrices with columns that are images of the columns of a basis of
Consider the case of real finite-dimensional domain and co-domain, , in which case ,
Example
leading to
∴ |
n=15; θ=2*π/n; c=cos(θ); s=sin(θ); A=[c -s; s c]; |
∴ |
v=[1; 0]; x=[0]; y=[0]; |
∴ |
for k=0:n global x,y,v,A x=[x v[1] 0]; y=[y v[2] 0] v = A*v end |
∴ |
clf(); plot(x',y'); axis("equal"); |
∴ |
The column space of is a vector subspace of the codomain, , but according to the definition of dimension if there remain non-zero vectors within the codomain that are outside the range of ,
All of the non-zero vectors in , namely the set of vectors orthogonal to all columns in fall into this category. The above considerations can be stated as
The question that arises is whether there remain any non-zero vectors in the codomain that are not part of or . The fundamental theorem of linear algebra states that there no such vectors, that is the orthogonal complement of , and their direct sum covers the entire codomain .
, and
.
Proof. by definition of direct sum, sum of vector subspaces. To prove that , consider . Since and write
and since expression is unique, it results that . Now assume (i),(ii) and establish an unique decomposition. Assume there might be two decompositions of , , , with , Obtain , or . Since and it results that , and , , i.e., the decomposition is unique.
In the vector space the subspaces are said to be orthogonal complements is , and . When , the orthogonal complement of is denoted as , .
, the direct sum of the column space and left null space is the codomain of the mapping
, the direct sum of the row space and null space is the domain of the mapping
and , the column space is orthogonal to the left null space, and they are orthogonal complements of one another,
and , the row space is orthogonal to the null space, and they are orthogonal complements of one another,
![]() |
Consideration of equality between sets arises in proving the above theorem. A standard technique to show set equality , is by double inclusion, . This is shown for the statements giving the decomposition of the codomain . A similar approach can be used to decomposition of .
(column space is orthogonal to left null space).
Proof. Consider arbitrary . By definition of , such that , and by definition of , . Compute , hence for arbitrary , and .
( is the only vector both in and ).
Proof. (By contradiction, reductio ad absurdum). Assume there might be and and . Since , such that . Since , . Note that since , contradicting assumptions. Multiply equality on left by ,
thereby obtaining , using norm property 3. Contradiction.
Proof. (iii) and (iv) have established that are orthogonal complements
By Lemma 2 it results that .
The remainder of the FTLA is established by considering , e.g., since it has been established in (v) that , replacing yields , etc.