8. Linear Operators Flashcards
1
Q
8.1 Define what it means for a map T : X → Y to be linear.
A
Definition 8.1:
If T (λx + μy) = λT x + μT y
for all x,y∈X and all λ,μ∈F
2
Q
Define what it means for a map T : X → Y to be a bounded
linear operator.
A
Definition 8.16: A map T : X → Y is a bounded linear operator if it
is linear and there exists a constant M ≥ 0 such that ‖T x‖ ≤
M ‖x‖ for all x ∈ X.
3
Q
Define the kernel KerT and image ImT of the linear operator T : X -> Y
A
Defintion 8.10
Ker T = {x ∈ X : T x = 0} and
Im T = {y ∈ Y : y = T x for some x ∈ X}
4
Q
A