summaryrefslogtreecommitdiffstats
path: root/pages/functional-analysis-basics/the-fundamental-four/closed-graph-theorem.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/functional-analysis-basics/the-fundamental-four/closed-graph-theorem.md')
-rw-r--r--pages/functional-analysis-basics/the-fundamental-four/closed-graph-theorem.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/pages/functional-analysis-basics/the-fundamental-four/closed-graph-theorem.md b/pages/functional-analysis-basics/the-fundamental-four/closed-graph-theorem.md
new file mode 100644
index 0000000..f8b8254
--- /dev/null
+++ b/pages/functional-analysis-basics/the-fundamental-four/closed-graph-theorem.md
@@ -0,0 +1,31 @@
+---
+title: Closed Graph Theorem
+parent: The Fundamental Four
+grand_parent: Functional Analysis Basics
+nav_order: 4
+# cspell:words
+---
+
+# {{ page.title }}
+
+{: .theorem-title }
+> {{ page.title }}
+> {: #{{ page.title | slugify }} }
+>
+> An (everywhere-defined) linear operator between Banach spaces is bounded
+> iff its graph is closed.
+
+We prove a slightly more general version:
+
+{: .theorem-title }
+> {{ page.title }}
+> {: #{{ page.title | slugify }}-variant }
+>
+> Let $X$ and $Y$ be Banach spaces
+> and $T : \dom{T} \to Y$ a linear operator
+> with domain $\dom{T}$ closed in $X$.
+> Then $T$ is bounded if and only if
+> its graph $\graph{T}$ is closed.
+
+{% proof %}
+{% endproof %}