Linear Maps
Let and denote two vector spaces. Then, a linear map is a function from to that satisfies the following properties
- Additivity
for all
- Homogeneity
for all
Some people can refer to linear maps as linear transformations. We can also see the notation instead of to represent as an operator, although both are correct.\newline
The set of all linear maps from to is denoted by . Examples of linear maps are the \textbf{identity map} (maps an element to itself, identity map ), differentiation, integration etc.\newline
An important class of linear maps is from to and can be denoted by the following transformation
If we are working with the basis vectors for and of same dimensions, then there exists a unique linear map such that
where and are basis vectors for and respectively.
Properties
We can define addition and scalar multiplication on the set of linear maps as follows
With the addition and multiplication operations defined, we notice that this set of linear maps is a vector space.\newline
\textbf{Product of Linear Maps}\newline
Product of linear maps is defined as follows
for all . is only defined when maps into the domain of . Note that always. For the equality to hold, both left and right side of the equations must make sense, and the products must indeed be equal.\newline
Additionally, linear maps will satisfy several additional algebraic properties
- Associativity
whenever both and make sense. All these three linear maps will be defined on different sets.
- Identity
where the first identity map is on while the second identity map is on for the product of linear maps to make sense.
- Distributive Property
and \newline where all the products make sense and and .
Null Space
Null space is the subset that get mapped to 0. Mathematically
We can easily verify that Null space is a subspace of since it contains the additive identity (), is closed under addition (), and closed under scalar multiplication ().
The dimension of the null space (number of basis vectors in the null space) is also denoted by Nullity. Some author may refer to the null space as the Kernel of the linear map.
Injective or one-to-one
A linear map is injective if it maps distinct elements of to distinct elements of
for all and .
Injectivity is also equivalent to saying that the null space is a singleton set . To prove this, both and needs to be shown.
Range
Range of a linear map is the set of elements that are the outputs of the linear map
This range is a subspace of .
Surjective or onto
A linear map is said to be surjective if range = , i.e., every element of is mapped to by an element in .
Fundamental theorem of linear maps
Let is finite dimensional and , then
Suppose and are finite dimensional vector spaces with dim dim , then there is no injective linear map from to . This can also be shown using the fundamental theorem of linear maps by proving dim null .
Further, if dim dim , then any linear map from to is not surjective. This can be shown by proving that range dim using fundamental theorem of linear maps.
Change of Bases
The following is the fundamental theorem for change of bases. For two sets of bases and of dimensions and respectively, the matrix defining the transformation from to satisfies
where and denote the representation of the same vector in the two bases, is the vector of the basis, is the second vector of the basis, is the element in the row and column of the matrix .
Then, the columns of are the bases vectors , i.e., the elements of basis expressed in terms of .
In particular, suppose we want to change from any basis to the standard basis, then represents the standard basis in the above notation. In this case, is the representation of the original basis in terms of the standard basis, which implies that the columns of are the original basis vectors themselves.
The inverse of will be , i.e., the matrix for basis change from to .
Consider the change of basis from to . The transformation matrix will be
The basis change is easier to understand in case of polynomials. Consider the basis change from (basis ) to the standard basis (basis ) is
The inverse of this is
To transform the polynomial to basis , we can use the above inverse mapping
or, the polynomial can be represented in the new basis as . When simplified, this is itself.