summaryrefslogtreecommitdiffstats
path: root/pages/functional-analysis-basics/compact-operators.md
blob: 92e94ba9895d7a9801e143e61f1e943dc1383127 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: Compact Operators
parent: Functional Analysis Basics
nav_order: 4
published: false
---

# {{ page.title }}

{% definition Compact Linear Operator %}
A linear operator $T : X \to Y$,
where $X$ and $Y$ are normed spaces,
is said to be a *compact linear operator*,
if for every bounded subset $M \subset X$
the image $TM$ is relatively compact in $Y$.
{% enddefinition %}

{% proposition Characterization of Compactness %}
Let $X$ and $Y$ be normed spaces.
A linear operator $T : X \to Y$ is compact if and only if
for every bounded sequence $(x_n)$ in $X$
the image sequence $(Tx_n)$ in $Y$ has a convergent subsequence.
{% endproposition %}

{% proposition %}
Every compact linear operator is bounded.
{% endproposition %}

{% proposition Compactness of Zero and Identity %}
The zero operator on any normed space is compact.
The identity operator on a normed space $X$ is compact if and only if $X$ has finite dimension.
{% endproposition %}

{% proposition The Space of Compact Linear Operators %}
The set $C(X,Y)$ of compact linear operator from a normed space $X$ into a normed space $Y$
form a linear subspace of the space $B(X,Y)$ of bounded linear operators from $X$ into $Y$.
If $Y$ is a Banach space, then $C(X,Y)$ is a closed linear subspace of the Banach space
$B(X,Y)$ and hence itself a Banach space.
{% endproposition %}