§ Closed graph theorem
- the graph of a function from a banach space to another banach space is a closed subset iff the function is continuous.
- Formally, given f:X→Y, the set G≡(x,f(x)) is closed in X×Y iff f is continuous.
§ Proof: Continuous implies closed
- We must show that every limit point of the graph G is in G.
- Let (p,q) be a limit point. Since everything in metric spaces is equivalent to the sequential definition, this means that (p,q)=lim(xi,f(xi)).
- Limits in product spaces are computed pointwise, so (p,q)=(limxi,limf(xi))
- Thus, p=limxi from above. Now we calculate:
- q=limf(xi)=f(limxi)=f(p) where we use the continuity of f to push the limit inside.
- Thus, (p,q)=(p,f(p)) which is an element of G.
- So an arbitrary limit point (p,q)∈G is an element of G, and thus G is closed. Qed.
§ Proof: closed implies continuous
- Suppose G as defined above is a closed set. We must show that f is continuous, ie, f preserves limits.
- Let xi be a sequence. We must show that f(limxi)=limf(xi).
- Consider (xi,f(xi)) as a sequence in G. Let the limit of this sequence be (p,q). Since G is closed, (p,q) in G. By defn of G, q=f(p).
lim(xi,f(xi))=(p,q)(limxi,limf(xi))=(p,q)limxi=p,limf(xi)=q
- But since q=f(p) (by defn of G), we have that limf(xi)=q=f(p)=f(limxi) which proves continuity.