A question involving sequential compactness and continuity of a function

In summary, the conversation discusses how to prove that if the graph of a function is compact, then the function is continuous. The participants discuss using the sequential definition of continuity and the fact that a compact set is bounded and closed. They also mention using the theorem that states that a subsequence of a compact set must also converge to a limit within the set. Finally, they suggest using a contradiction to prove that every subsequence of the function converges to the same limit point, thus showing continuity.
  • #1
raw
36
0

Homework Statement


Let f:M[tex]\rightarrow[/tex]R be a function
I need to prove that if the graph of a function is compact then the function is continuous.

Homework Equations


We have defined compactness as follows: a set is compact if every sequence of a function has a subsequence which converges to a limit in the set.


The Attempt at a Solution


Let (pn,yn) be a convergent sequence in the graph of f where yn = f(pn) that converges to (p,y). I know that pn converges to p in M and I'm assuming I need to use the sequential definition of continuity, that is if pn=>p and f(pn)=>f(p) then f is continuous. I'm also assuming that I have to use the face that a compact set is bounded. I just don't know how to use compactness to show that if pn=>p and f(pn)=>f(p).
 
Last edited:
Physics news on Phys.org
  • #2
You know (pn,f(pn)) has a convergent subsequence, say (pm,f(pm)) which converges to some point (p,M). The only issue is what if there is another convergent subsequence, say (pl,f(pl)) which converges to a different limit point, (p,L) where L is not equal to M. You know there is only one point on the graph with first element p, (p,f(p)). So?
 
  • #3
Dick said:
You know (pn,f(pn)) has a convergent subsequence, say (pm,f(pm)) which converges to some point (p,M). The only issue is what if there is another convergent subsequence, say (pl,f(pl)) which converges to a different limit point, (p,L) where L is not equal to M. You know there is only one point on the graph with first element p, (p,f(p)). So?

the graph is compact therefore it is closed so (pn,f(pn))converges to some point in the graph so all of its subsequences converge to the same point >>>(pl,f(pl)) would converge to the same point as (pm,f(pm)). I still don't see where to go from here

I also think that I need to use the fact that a compact set is closed AND bounded because the next part of the question asks me to find an example of a function whose graph is only closed but the function is discontinuous.
 
  • #4
Try to use the following result

[tex]x_n\rightarrow x~\Leftrightarrow~\text{every subsequence}~(x_{k_n})_n~\text{contains a further subsequence which converges to}~x[/tex]

It is not clear to me if your working with metric spaces or topological spaces. I'll assume the former. So I'll prove it for metric spaces:
Only the reverse implication requires a proof. So assume that xn does not converge to x. Then there exists an epsilon such that
[tex]\forall n:\exist m>n: |x_n-x|\geq \epsilon[/tex]
We can now easily find a subsequence of x which does not come in B(x,epsilon) (the ball around x with radius epsilon). But the assumption says that a subsequence of this subsequence converges to x. Which can not be, since this subsequence also stays away from B(x,epsilon). Thus a contradiction is reached.


So all you need to prove now is that every subsequence of f(pn) contains a subsequence which converges to f(p).
 
  • #5
micromass said:
Try to use the following result

[tex]x_n\rightarrow x~\Leftrightarrow~\text{every subsequence}~(x_{k_n})_n~\text{contains a further subsequence which converges to}~x[/tex]

It is not clear to me if your working with metric spaces or topological spaces. I'll assume the former. So I'll prove it for metric spaces:
Only the reverse implication requires a proof. So assume that xn does not converge to x. Then there exists an epsilon such that
[tex]\forall n:\exist m>n: |x_n-x|\geq \epsilon[/tex]
We can now easily find a subsequence of x which does not come in B(x,epsilon) (the ball around x with radius epsilon). But the assumption says that a subsequence of this subsequence converges to x. Which can not be, since this subsequence also stays away from B(x,epsilon). Thus a contradiction is reached.


So all you need to prove now is that every subsequence of f(pn) contains a subsequence which converges to f(p).

Yes, I'm really having problems with the last part. How do I show that if f does not necessarily preserve limits?
 
  • #6
Let [tex]p_n\rightarrow p[/tex]. Take a subsequence [tex]f(p_{k_n})[/tex] of our original sequence. This relates to a sequence [tex](p_{k_n},f(p_{k_n})[/tex]. Since the graph is compact, there exists a further subsequence

[tex](p_{k_{n_m}},f(p_{k_{n_m}})[/tex]

which converges to a certain element (s,t). Since the graph is closed, we get that actually (s,t)=(s,f(s)). But since [tex]p_n\rightarrow p[/tex], we have that s=p. Thus our subsequence

[tex](p_{k_{n_m}},f(p_{k_{n_m}})[/tex]

converges to (p,f(p)).

By our theorem, we got that the entire sequence [tex](p_n,f(p_n))[/tex] converges to (p,f(p)). Hence [tex]f(p_n)\rightarrow f(p)[/tex].
 
  • #7
raw said:
Yes, I'm really having problems with the last part. How do I show that if f does not necessarily preserve limits?

Did you follow what micromass was saying? If p_n->p and f(p_n) does NOT converge to f(p), then there is an e>0 and a subsequence of p_n, call it p_m, such that |f(p_m)-f(p)|>e. Are you ok with that? Since the graph is compact (p_m,f(p_m)) has a convergent subsequence. What do you conclude from that?
 
  • #8
Dick said:
Did you follow what micromass was saying? If p_n->p and f(p_n) does NOT converge to f(p), then there is an e>0 and a subsequence of p_n, call it p_m, such that |f(p_m)-f(p)|>e. Are you ok with that? Since the graph is compact (p_m,f(p_m)) has a convergent subsequence. What do you conclude from that?

OK I finally understand what he was trying to get me to do in the first post. Thank you both so much for the help!
 

FAQ: A question involving sequential compactness and continuity of a function

What is sequential compactness?

Sequential compactness is a property of a set which means that every sequence in the set has a convergent subsequence. In other words, every sequence in the set has a point that it "converges" to, meaning that the values of the sequence get closer and closer to that point as the sequence progresses.

How is sequential compactness related to continuity?

Sequential compactness is closely related to continuity in that a continuous function on a compact set will preserve sequential compactness. This means that if a function is continuous on a compact set, any sequence of points in the set that converge to a point will also have their function values converge to the function value at that point.

What is the importance of sequential compactness in mathematics?

Sequential compactness is important in mathematics because it allows us to prove the existence of limits and solutions to equations. It is also a key concept in topology, where it is used to define important properties such as compactness and completeness.

Can a set be sequentially compact but not compact?

Yes, a set can be sequentially compact but not compact. This is because sequential compactness only requires every sequence to have a convergent subsequence, while compactness requires the set to be closed and bounded in addition to having every sequence have a convergent subsequence.

How is sequential compactness different from compactness?

Sequential compactness and compactness are similar in that they both involve the convergence of sequences, but they differ in their requirements. Sequential compactness only requires every sequence to have a convergent subsequence, while compactness also requires the set to be closed and bounded. This means that all compact sets are sequentially compact, but not all sequentially compact sets are compact.

Back
Top