Operator Theory Project.
Operator Theory Project.
First, I extend my sincere gratitude towards my guide Dr. Pearl Sanchayeta Gogoi,
Assistant Professor, Mathematics Department,Arya Vidyapeeth College, for her continuous
effort and support, valuable suggestions and for being an infinite source of information guid-
ing well throughout my project.
Next, I would like to thank all the respected faculty members of Mathematics Department,
Arya Vidyapeeth College, for their shear guidance and motivation.
Lastly I offer my thanks to all my friends for being great help and encouragement throughout.
1
Contents
1 Chapter
Introduction And Preliminaries 5
1.1 INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2 PRELIMINARIES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.2.3 Norm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2 Chapter
Linear operators 13
2.1 Operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.2.1 Kernel of T . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
2
2.5.1 Bounded linear functional . . . . . . . . . . . . . . . . . . . . . . . . 17
3 Chapter
Strong And Weak Convergence 22
4 Chapter
Spectrum 26
3
4.2.5 Relation to eigenvalues . . . . . . . . . . . . . . . . . . . . . . . . . . 29
5 Conclusion 31
6 Bibliography 32
4
1 Chapter
Introduction And Preliminaries
1.1 INTRODUCTION
Emerging from classical analysis, functional analysis is that branch of mathematics which
generalises and provides a basis for a unified treatment bringing out essence of a problem by
clearing out unnecessary details, from various branches of analysis.It embodies the abstract
approach to analysis.The core of the branch is rooted in the study of spaces of functions and
the formulation of properties of transformation of functions.In a nutshell functional analysis
is the study of normed vector spaces and bounded operators, extending and highlighting the
interconnection between algebraic structures and distance structures.This area of mathemat-
ics has both intrinsic beauty and vast applications in many fields of mathematical sciences
including applied sciences as well.
Initially in this project I have tried as a beginner to introduce the basic concepts of func-
tional analysis followed by discussion of few topics relating to convergence i.e. strong and
weak convergence adjoining their important results and derivations as well.Furthermore, I
have included a short discussion on the topic spectrum of operators.
5
1.2 PRELIMINARIES
In calculus we study functions on a real line R.Though limiting process we see that on R we
have available a distance function say d,which refers a distance d(x, y) = |x − y| with each
pair of points.
In functional analysis we generalise R by an abstract set X and introduce a distance function
as well. Here we start by defining the very basics of functional analysis.
d(x, y) = |x − y|
Euclidean Space Rn - Set of all ordered n tuples of real numbers i.e. x = (x1 , x2 , . . . , xn ), y =
(y1 , y2 , . . . , yn ) and the Euclidean metric is defined by:
p
d(x, y) = (x1 − y1 )2 + (x2 − y2 )2 + · · · + (xn − yn )2
Roughly speaking it is a set of elements called vectors. Two vectors can be added resulting
in a new vector and a vector can be multiplied with a scalar, so as to give a new vector. The
precise definition is as follows:
Let X be a non-empty set and F be a field. The set X together with two functions
+ : X × X → X called vector addition and ∗ : F × X → X called scalar multiplication
6
is called a vector space over F if it satisfies the following conditions:
1.2.3 Norm
N1) ||x|| ⩾ 0
N2) ||x|| ⇔ x = 0
N3) ||αx|| = |α|||x||
N4)||x + y|| ⩽ ||x|| + ||y||
where x and y are arbitrary vectors in X and /alpha is any scalar of the field F.
Let X be a vector space over the field F. We know that norm is a function || • || : X → R
satisfying the above mentioned properties. A normed linear space X is a vector space with
a norm defined on it. A normed space is denoted by (X, || • ||
Examples:
7
i) R over the field R, if we define || • || : R → [0, ∞) by- ||x|| = x, x ∈ R
• A norm on X defines a metric d on X which is given by: d(x, y) = ||x − y|| and is called
the metric induced by the norm.
• Every normed linear space is a metric space but every metric space is not a normed space.
Example: A discrete metric space is not a normed space.
(The above result can be easily proved.)
8
lim d(xn , x) = 0
n→∞
lim xn = x
n→∞
orxn → x
d(xm , xn ) < ϵ
for every m,n> Nϵ
Also it is known to us that every convergent sequence in a metric space is a Cauchy sequence.
Complete metric space: A metric space (X, d) is said to be complete if every Cauchy’s
sequence in (X, d) is convergent to some point in X.
Definition: Let X be a normed linear space and d be the induced metric space i.e. d(x, y) =
||x − y||. If X is complete i.e. complete in the sense that a Cauchy sequence of vectors always
converges to a well defined limit that is within the space, with respect to the metric d,then
X is said to be a complete normed linear space and a complete normed space is called a
Banach space.
Examples: 1) Euclidean space Rn is a banach space with the norm defined by-
!(1/2)
Xn
p
||x|| = |ξi |2 = |ξ1 |2 + · · · + |ξn |2
i=1
9
i.e. sequences (x1 , x2 , . . . )of numbers such that |x1 |p + |x2 |p + . . . converges and ||x|| =
( ∞ p (1/p)
P
i=1 |xi | )
lp is a banach space.
Inner product spaces are probably the most natural generalization of Euclidean space.Inner
product spaces are results of the question whether the dot product (a.b = α1 β1 +α2 β2 +α3 β3 )
and orthogonality (a.b = 0) can be generalized to arbitrary vector spaces or not. This spaces
have been the most useful spaces in practical applications in functional analysis and can be
defined as follows:
Example:
• Euclidean space Rn is an inner product space defined by-
⟨x, y⟩ = x1 y1 + x2 y2 + · · · + xn yn
Note:
• All inner product spaces are normed spaces as, an inner product on H defines a norm on
X given by p
||x|| = ⟨x, x⟩
10
, where x ⩾ 0
• A metric on H is given by
p
d(x, y) = ||x − y|| = ⟨x − y, x − y⟩
• But not all normed spaces are inner product space.
The space lp (1 ⩽ ∞ with p ̸= 2 is not an inner product space.
Hilbert spaces were named after David Hilbert who studied them in the context of integral
equations.
Definition: A Hilbert space is a complete inner product space i.e. complete in the norm
induced by the inner product.
Examples:
Euclidean space Rn are Hilbert space.
The space X = C[a, b] of all scalar valued continuous functions on [a, b] is an inner product
space and Hilbert space defined by
Z b
⟨x, y⟩ = ¯
x(t)y(t)dt
a
and (1/2)
Z b
(1/2)) 2
⟨x, x⟩ = |x(t) |dt
a
Note:
• All Hilbert spaces are Banach spaces but the converse is not necessarily true.
• If x and y are two vectors in an inner product X, then there exists
a) Parallelogram law: ||x + y||2 + ||x − y||2 = 2(||x||2 + ||y||2 )
b) Polarization identity: ||x + y||2 − ||x − y||2 + i(||x + iy||2 − ||x − iy||2 ) = 4⟨x, y⟩
11
(p ≧ 1 fixed) and the metric defined by
∞
!(1/p)
X
d(x, y) = |ξi − ηi |p
i=1
12
2 Chapter
Linear operators
2.1 Operator
In calculus we are familiar with the real line R and real valued functions on R. In functional
analysis we consider more general spaces such as normed spaces, metric spaces and mappings
of these spaces.
In the case of vector spaces and in particular,normed spaces,a mapping from one normed
space to another is called an operator.
T (x + y) = T (x) + T (y)
T (αx) = αT (x)
T (x + y) = T (x) + T (y)
T (αx) = αT (x)
or
T (αx + βy) = αT (x) + βT (y)
where x, y ∈ X and α, β ∈ K(RorC)
From above we can draw a result that linear operator T is a homomorphism of a vector space
into another vector space.
13
Examples:
•Identity Operator : The identity operator Ix : X → x is defined by Ix (x) = x for all
x∈X
•Zero operator : The zero operator 0 : X → Y is defined as 0(x) = 0 for all x ∈ X
•Differentiation : Let X be the vector space of all polynomials on [a, b]. We may define
a linear operator T on X by
T x(t) = t́
for every x ∈ X, where the prime denotes differentiation with respect to t. This oper-
ator T maps X onto itself.
•Integration : A linear operator T from C[a, b] into itself can be defined by
Z b
T x(t) = x(τ )dτ
a
t ∈ [a, b]
2.2.1 Kernel of T
The rank if a linear operator is the dimension of its range.Thus a finite rank operator is a
linear operator with a finite dimensional range.
Inverse operator Theorem: Let X and Y be two vector spaces both real or complex. Let
T : D(T ) → R(T ) bea linear operator with domain D(T ) ⊂ X and range R(T ) ⊂ Y . Then-
a)The inverse T (−1) : R(T ) → D(T ) exists if and only if
Tx = 0 ⇒ x = 0
14
c) If dimD(T ) = n < ∞ and T (−1) exists, then dimR(T ) =dimD(T ).
Let X and Y be two normed spaces and T : D(T ) → Y be a linear operator T is said to be
bounded if there is a real number c such that for all x ∈ D(T )
Let T : D(T ) → R(T ) be any operator whereD(T ) ⊂ X and R(T ) ⊂ Y and X and Y are
normed spaces. The operator T is continuous at a point (x0 ) ∈ D(T ) if for every ϵ > 0 there
is a δ > 0 such that
15
||T x − T x0 || < ϵ ∀x ∈ D(T ) satisfying ||x − x0 || < δ
T is continuous if T is continuous at everyx ∈ D(T ).
Note:
A continuous linear operator is always a bounded linear operator but in general, a bounded
linear operator need not be continuous.
Equal operators: Two operators T1 and T2 are defined to be equal if they have the same
domain
D(T1 ) = D(T2 )
and if
T x1 = T x2
for all x ∈ D(T1 ) = D(T2 ). This can be written as T1 = T2
Extension of an Operator:
An extension of T to a set M ⊃ D(T ) is an operator-
T̃ : M → Y defined by T̃ |(D(T )) = T ,
that is T̃ x = T x for all x ∈ D(T )
16
2.5 Linear Functionals
A functional is an operator whose range lies on the real line R or in the complex plane C.
We denote functionals by lowercase letters f,g,h,... and so on.
Definition: A linear functional f is a linear operator with domain in a vector space X and
range in the scalar field K of X, thus,
f : D(f ) → K
A bounded linear functional f is a bounded linear operator with range in the scalar field of
the normed space X in which the domain D(f ) lies. Thus there exists a real number c such
that for all x ∈ D(f )
|f (x)| ⩽ c||x||
We have already studied the concept of operators and have witnessed their importance. Here
we take two normed spaces X and Y and consider the set B(X, Y ), consisting of all bounded
linear operators from X into Y i.e. each such operator is defined on all of X and its range
lies in Y. Then we can show that B(X, Y ) is itself a normed space.
17
2.7 Dual Space
Let X be a normed space over K. The linear space ′X of all continuous linear functionals
on X with the norm given by-
|f (x)|
||f || = supx∈X = sup(||x||=1) |f (x)|
||x||
is called the normed dual or simply dual of X and is denoted by X́
Let T is a linear operator from a normed space X into a normed space Y. Then T is an
isomorphism or normed space isomorphism into Y if it is one-one and onto i.e. bijective and
continuous and its inverse mapping T ( − 1) is continuous on the range of T.
where x ∈ X.
• If X and Y are isometric i.e. there exists an isomorphism from X onto Y then it is denoted
by
X∼=Y
Result: Let T be a linear operator from a normed space X into a normed space Y. Then-
a) The operator T is an isomorphism iff there are positive constants r and s such that
18
for x ∈ X
b) If T is an isometric isomorphism, then T is an isomorphism.
c) If X is a Banach space and T is an isomorphism, then T(x) is a Banach space.
f (x) ≦ p(x)
for all x ∈ Z.
Then f has a linear extension f˜ from Z to X satisfying
f˜ ≦ p(x)
for all x ∈ X, that is f˜ is a linear functional on X satisfies the above equation on X and
˜ = f (x) for every x ∈ Z.
f (x)
Let X be a real or complex vector space and p be a real valued functional on X which is
subadditive, that is, for all x, y ∈ X,
|f (x)| ≦ p(x)
for all x ∈ Z.
Then f has a linear extension f˜ from Z to X satisfying
˜ ≦ p(x)
|f (x)|
for all x ∈ X.
Hahn-Banach Theorem(Normed spaces) Let f be a bounded linear functional on a subspace
19
Z of a normed space X. Then there exists a bounded linear functional f˜ on X which is an
extension of f to X and has the same norm,
||f˜||x = ||f ||z
where
||f˜||x = sup |f˜(x)|,
x∈X||x||=1
Theorem: A bounded linear operator T from a Banach space X onto a Banach space Y is
an open mapping. Hence if T is bijective, T ( − 1) is continuous and thus bounded.
Definition (Closed linear operator Let X and Y be two normed spaces and T : D(T ) →
Y a linear operator with domain D(T ) ⊂ X. Then T is called a closed linear operator if its
graph
g(T ) = [(x, y) x ∈ D(T ), y = T x]
20
is closed in the normed space X ∗ Y, where the two algebraic operations of a vector space
in X ∗ Y are defined as usual, i.e
Theorem Let X and Y be Banach spaces and T : D(T ) → Y a closed linear operator,
where D(T ) ⊂ X. Then if D(T ) is closed in X, the operator T is bounded.
21
3 Chapter
2.
4.
1.
3.
Strong And Weak Convergence
In a normed space X the sequence {xn } is said to converge strongly if there exist an x ∈ X
such that
lim ∥ xn − x ∥= 0
n→∞
or,
lim xn = x
n→∞
Thus,we say that {xn } converges strongly to x i.e xn → x or x is strong limit of {xn }
In normed space X the sequence {xn } is said to be converge weakly if there is an x ∈ X such
that for every f ∈ X́,where X́ is dual space of a normed space X
or,
xn → x
The element x is called the weak limit of {xn } and we say {xn } converges weakly to x. This
can also be written as -
Theorem Let {xn } be a weakly convergent sequence in a normed space X, say xn → x.Then
22
Since,{f (xn )} is a sequence of numbers,its limit is unique. Hence, f(x) = f(y) i.e, for every
f ∈ X́ we have,
f (x) − f (y) = f (x − y) = 0
⇒x−y =0
⇒x=y
Proof: Since from the first part {f (xn )} is a convergent sequence of numbers,so every sub-
sequence of {f (xn )} converges and possess the same limit as the sequence.
|f (xn )| ≤ cf , ∀n
C : X → X ′′
Then, ∀n
|gn (f )| = |f (xn )| ≤ cf
, i.e, sequence (|gn (f )|) is bounded for every f ∈ X́
Now, ∥ gn ∥=∥ xn ∥
(a) Strong convergence implies weak convergence with the same limit,but the converse is not
generally true.
Proof: By definition,
xn → x
⇒ lim ∥ xn − x ∥= 0
n→∞
23
⇒ xn → x[sincef (xn ) → f (x)]
The converse part can be proved using an orthonormal sequence en in a Hilbert space H.
Every f ∈ H́ has a Riesz representation f (x) =< x, z >.
Now, ∞ 2 2
P
n=1 | < en , z > | ≤∥ z ∥ (By Bessel’s inequality)
we see en → 0
x = α1 e1 + . . . αk ek
We define, f1 , f2 , . . . , fk by
fj (ej ) = 1, fj (em ) = 0, m ̸= j
Then,
(n)
fj (xm ) = αj , fj (x) = αj
Hence,
(n)
fj (xm ) → fj (x) ⇒ αj → αj
Therefore,
k
X k
X
(n) (n)
∥ xn − x ∥=∥ (αj − αj )ej ∥≤ |αj − αj | ∥ ej ∥→ 0
j=1 j=1
24
3.3 Convergence in Hilbert space
In a hilbert space xn → x if and only if < xn , z >→ < x, z > for all z in the space.
Now,the Riesz’s theorem states that every bounded linear functional f on a hilbert space H
can be represented in terms of an inner product, namely, f (x) =< x, z > where z depends
on f and is uniquely determined by f and has a norm ∥ z ∥=∥ f ∥
∗ Thus,it can be stated that A sequence < xn > in a Hilbert space H is said to be weakly
convergent for x ∈ H,i.e, xn → x in H if {< xn , z >} → < x, z >∀z ∈ H
1)∥ Tn − T ∥→ 0
3)|f (Tn x) − f (T x)| → 0 for all x ∈ X and f ∈ Ý respectively. T is called the uniform,
strong and weak operator limit of Tn respectively.
25
4 Chapter
Spectrum
Spectrum is a part of spectral theory of linear operators. Spectral theory is one of the
main branches of modern functional analysis and its applications. Roughly speaking, it is
concerned with certain inverse operators, their general properties and their relations to the
original operators.It is very important for an understanding of operator themselves. In the
previous section an introductory information has been given of linear operators on normed
and inner product spaces.
Ax = λx
and the zero vector form a vector subspace of X, where X is a normed space is called the
eigenspace of A corresponding to the eigenvalue λ.
The spectrum of an operator on a finite dimensional normed space is the set of all eigen
values.
Let T : X → X be a linear operator on a normed space X of finite dimension (say n).
Let e = (e1 , e2 , . . . , en ) be any basis for X and Te = (αij ) the matrix representing T with
26
respect to that basis. Then the eigenvalues of the matrix Te are called the eigenvalues of
the operator T , and the set of all eigenvalues of T is called the spectrum of T denoted by σ(T ).
The complement of spectrum i.e. if σ(T ) is the spectrum of the operator T then, ρ(T ) =
C − σ(T ) is called the resolvent set of T .
Let X ̸= (0) be a complex normed space and T : D(T ) → X a linear operator with domain
D(T ) ⊂ X. With T we associate the operator
Tλ = T − λI
where λ is a complex number and I is the identity operator on D(T ). If Tλ has an inverse,
we denote it by
(−1)
Rλ (T ) = Tλ = (T − λI)(−1)
and call it the resolvent operator of T or simply the resolvent of T .
27
• Rλ (T ) exists.
• Rλ (T ) is bounded.
• Rλ (T ) is defined on a set which is dense in X.
Definition (Spectrum): The complement of the resolvent set σ(T ) = C − ρ(T ) in the
complex plane C is called the spectrum of T , and λ ∈ σ(T ) is called a spectral value of T .
The point spectrum σp (T ) is the set such that the resolvent Rλ (T ) does not exist i.e. Tλ is
not invertible and λ ∈ σp (T ) is called an eigenvalue of T .
The continuous spectrum is the such that Rλ (T ) exists and is defined on a set dense in X
but Rλ (T ) is not bounded. This set is denoted by σc (T ).
(
The residual spectrum is the set such that Rλ (T ) exists but the domain of Rλ (T ) = Tλ − 1)
is not dense in X.
28
Theorem(Inverse): Let B(X, X), where X is a Banach space. If ||T|| < 1, then
∞
X
(I − T)(−1) = Tj = I + T + T2 + . . .
j=0
|λ| ≦ ||T ||
1 ||T||
∥ T∥ =
λ |λ|
If λ is an eigenvalue of T, then the operator T − λI is not one-one and therefore its inverse
is not defined. However, the inverse statement is not true i.e, the operator T − λI may not
have an inverse, even if λ is not an eigenvalue. Thus, the spectrum of an operator always
contain all its eigenvalues, but is not limited to them.
In fact in finite dimensional spaces the spectrum is the set of all eigenvalues.
Let T be a bounded linear operator acting on a Banach space X over the complex scalar
field C and I be the identity operator on X. The spectrum of T is the set of all λ ∈ C for
29
which the operator T − λI does not have an inverse, that is a bounded linear operator.
•The spectrum of a bounded operator T is always closed, bounded and non empty subset
of the complex plane.
•If the spectrum were empty, then the resolvent function R(λ) = (T − λI)(−1) , λ ∈ C would
be defined everywhere on the complex plane and bounded.
30
5 Conclusion
In this project, we first studied the very basics of functional analysis and some of its basic
important results. Then we further continued the study of linear operators in spaces, their
properties and results as well. Next we introduced a the topic of strong and weak conver-
gence of sequences in brief, followed by introductory portion of spectrum that forms the very
basis of spectral theory of linear operators.
Enormous number of papers has been released regarding the study of functional analysis
and operator theory as well, making it a vast topic with numerous applications in field
of mathematics.Though the boundedness of the project and time did not allow for further
exploration of the operators, but it has a wide range of scope of study and discovery to be
made.
31
6 Bibliography
• https://www.math.uzh.ch
32