Lecture21 D3
Lecture21 D3
Lecture 21
Saurav Bhaumik
Department of Mathematics
IIT Bombay
Spring 2025
T (u + v ) = T (u) + T (v ) and T (α v ) = α T (v ).
is linear.
2 . T : Km×n → Kn×m defined by T (A) := AT is linear.
3 . The map T : Kn×n → K defined by T (A) := trace A is
linear. But A 7−→ det A does not define a linear map.
4 . The map T : K[X ] → K defined by T (p(X )) = p(0) is
linear.
Saurav Bhaumik, IIT Bombay MA110: Lecture 21
5 . Let V := c0 , the set of all sequences in K which converge
to 0. Then the map T : V → V defined by
T (x1 , x2 , . . .) := (0, x1 , x2 , . . .)
is linear, and so is the map T ′ : V → V defined by
T ′ (x1 , x2 , . . .) := (x2 , x3 , . . .).
Note that T ′ ◦T is the identity map on V , but T ◦T ′ is not
the identity map on V . The map T is called the right shift
operator and T ′ is called the left shift operator on V .
6 . Let V := C 1 ([a, b]), the set of all real-valued continuously
differentiable functions, and let W := C ([a, b]), the set of all
real-valued continuous functions on [a, b]. Then the map
T ′ : V → W defined by T ′ (f ) = f ′ is linear. Also, the map
Z x
T : W → V defined by T (f )(x) := f (t)dt for x ∈ [a, b],
a
is linear. [Question. What are T ◦T and T ′ ◦T ?]
′
T is one-one ⇐⇒ rank(T ) = n.
0 0 0 1
Saurav Bhaumik, IIT Bombay MA110: Lecture 21
Eigenvalues and Eigenvectors of Linear Operators
Definition
Let V be a vector space over K, and let T : V → V be a
linear operator. A scalar λ ∈ K is called an eigenvalue of T
if there is a nonzero v ∈ V such that T (v ) = λv , and then v
is called an eigenvector or an eigenfunction of T
corresponding to λ, and the subspace N (T − λI ) is called the
eigenspace of T .
∥v + w ∥2 = ⟨v + w , v + w ⟩ = ∥v ∥2 + ∥w ∥2 + 2 R ⟨v , w ⟩
≤ ∥v ∥2 + ∥w ∥2 + 2 |⟨v , w ⟩|
≤ ∥v ∥2 + ∥w ∥2 + 2 ∥v ∥∥w ∥ (by (i) above)
= (∥v ∥ + ∥w ∥)2 .
Thus ∥v + w ∥ ≤ ∥v ∥ + ∥w ∥.
We observe that the norm function ∥ · ∥ : V → K satisfies the
following three crucial properties:
(i) ∥v ∥ ≥ 0 for all v ∈ V and ∥v ∥ = 0 ⇐⇒ v = 0,
(ii) ∥αv ∥ = |α|∥v ∥ for all α ∈ K and v ∈ V ,
(iii) ∥v + w ∥ ≤ ∥v ∥ + ∥w ∥ for all v , w ∈ V .
Example
Let V be the set of all real-valued polynomial functions on
[−1, 1] along with the inner product defined by
Z 1
⟨p, q⟩ := p(t)q(t)dt for p, q ∈ V .
−1
Thus, T is Hermitian if
and T is skew-Hermitian if