Linear operators can be thought of as infinite dimensional matrices. Hence we
can use well known results from matrix theory when dealing with linear operators.
However, we have to be careful. A finite dimensional matrix has an inverse if
none of its eigenvalues are zero. For an infinite dimensional matrix, even
though all the eigenvectors may be nonzero, we might have a sequence of
eigenvalues that tend to zero. There are several other subtleties that we will
discuss in the course of this series of lectures.
Let us start off with the basics, i.e., linear vector spaces.
Let be a linear vector space.
Let us first define addition and scalar
multiplication in this space. The addition operation acts completely in
while the scalar multiplication operation may involved multiplication either
by a real (in ) or by a complex number (in ). These
operations must have the following closure properties:
- If then .
- If (or ) and then .
And the following laws must hold for addition
- = Commutative law.
- = Associative law.
- such that Additive identity.
- such that Additive inverse.
For scalar multiplication we have the properties
- .
- .
- .
- .
- .
The tuples with
form a linear vector space.
Another example of a linear vector space is the set of matrices
with addition as usual and scalar multiplication, or more generally
matrices.
The space of -th order polynomials forms a linear vector space.
The space of continuous functions, say in , also forms a linear vector
space with addition and scalar multiplication defined as usual.
A set of vectors are said to be linearly
dependent if not all zero such that
If such a set of constants do not exists
then the vectors are said to be linearly independent.
Consider the matrices
These are linearly dependent since .
The span of a set of vectors is the set of all vectors that are
linear combinations of the vectors . Thus
where
as vary.
If the span = then is said to be a spanning set.
If is a spanning set and its elements are linearly independent then we call
it a basis for . A vector in has a unique representation as a
linear combination of the basis elements. why is it unqiue?
The dimension of a space is the number of elements in the basis. This is
independent of actual elements that form the basis and is a property of .
Any two non-collinear vectors is a basis for
because any other vector in can be expressed as a linear
combination of the two vectors.
A basis for the linear space of matrices is
Note that there is a lot of nonuniqueness in the choice of bases. One
important skill that you should develop is to choose the right basis to solve
a particular problem.
The set is a basis for polynomials of degree .
A natural basis is the set where the th
entry of is
The quantity is also called the Kronecker delta.
To give more structure to the idea of a vector space we need concepts such as
magnitude and angle. The inner product provides that structure.
The inner product generalizes the concept of an angle and is defined as a
function
with the properties
- overbar indicates complex conjugation.
- Linear with respect to scalar multiplication.
- Linearity with respect to addition.
- if and if and only if .
A vector space with an inner product is called an inner product space.
In with and
the Eulidean norm is given by
With the standard norm is
For two complex valued continuous functions and in
we could approximately represent them by their function values at
equally spaced points.
Approximate and by
With that approximation, a natural norm is
Taking the limit as (show this)
If we took non-equally spaced yet smoothly distributed points we would get
where is a smooth weighting function (show this).
There are many other inner products possible. For functions that are not only
continuous but also differentiable, a useful norm is
We will continue further explorations into linear vector spaces in the next
lecture.