Exercise 4.6

Exercise 6: If f is defined on E , the graph of f is the set of points ( x , f ( x ) ) , for x E . Suppose E is compact, and prove that f is continuous on E if and only if its graph is compact.

Answers

Assume f : X Y is continuous. Then the map Γ ( x ) = ( x , f ( x ) ) is also continuous by thm. 4.10a. Since E is compact, so is Γ ( E ) , which is the graph of F .

If Γ ( E ) is compact, let V be a closed subset of Y . The set V = ( X × V ) Γ ( E ) is closed in Γ ( E ) , hence compact. The projection π : X × Y X is continuous, so f 1 ( V ) = π ( V ) is compact, hence closed (since X is a metric space and therefore Hausdorff). This makes f continuous.

User profile picture
2023-08-07 00:00
Comments

Proof. First prove that the continuity of f implies the graph of f is compact. Let g ( x ) = ( x , f ( x ) ) . g ( x ) is continuous since given 𝜖 > 0 and x E , there exists δ > 0 such that d ( x , y ) < δ implies d ( f ( x ) , f ( y ) ) < 𝜖 2 since f ( x ) is continuous. In particular let d ( x , y ) < min ( δ , 𝜖 2 ) . Then,

d ( g ( x ) , g ( y ) ) = ( ( x , f ( x ) , ( y , f ( y ) ) ) d ( ( x , f ( x ) ) , ( x , f ( y ) ) + d ( ( x , f ( x ) ) , ( y , f ( x ) ) = d ( f ( x ) , f ( y ) ) + d ( x , y ) < 𝜖 2 + 𝜖 2 = 𝜖 .

Thus, g ( x ) is continuous. Since E is compact and g ( x ) is continuous, g ( E ) , the graph of f , is compact.

Now prove that the compactness of the graph of f implies the continuity of f on E . Let g ( x ) = ( x , f ( x ) ) . We can construct a sequence { x n } where x n E for all n . We can also construct a sequence { ( x n , f ( x n ) ) } where ( x n , f ( x n ) ) g ( E ) for all n . Now, without a loss generality, we can take subsequences of both { x n } and { x n , f ( x n ) } such that both subsequences converge because E and g ( E ) are both compact. These subsequences converge to some point x E and ( x , f ( x ) ) g ( E ) respectively. Now we can consider only the second coordinate of { x n , f ( x n ) } , { f ( x n ) } , which converges since this coordinate converges to point f ( x ) f ( E ) . Then, the continuity of f ( x ) follows since for 𝜖 > 0 , we can find a δ > 0 such that | f ( x n ) f ( x m ) | < 𝜖 since 0 < | x n x m | < δ where N = max ( N ( 𝜖 ) , N ( δ ) ) and n , m N . Thus, f ( x ) is continuous. □

User profile picture
2023-09-01 19:46
Comments