Showing that the the closure of a closure is just closure

  • Thread starter Thread starter Mr Davis 97
  • Start date Start date
  • Tags Tags
    closure
Click For Summary

Homework Help Overview

The discussion revolves around proving that the closure of the closure of a set \( S \) in a metric space \( M \) is equal to the closure of \( S \) itself, expressed as \( \overline{\overline{S}} = \overline{S} \). Participants are exploring the properties of closure in the context of metric and topological spaces.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the inclusion \( \overline{S} \subseteq \overline{\overline{S}} \) and aim to establish the reverse inclusion \( \overline{\overline{S}} \subseteq \overline{S} \). They analyze sequences converging to closure points and question the necessity of certain conditions in the proof, such as the requirement for \( m > N_1 \) and \( m > N_2 \).

Discussion Status

The discussion is active, with participants providing feedback on each other's reasoning and suggesting alternative approaches, such as proving the statement in a more general topological context. There is an ongoing examination of the assumptions and definitions involved in the proof.

Contextual Notes

Some participants express interest in exploring the proof without relying on metric properties, indicating a broader mathematical context. There are also discussions about the implications of certain conditions and whether they are necessary for the proof's validity.

Mr Davis 97
Messages
1,461
Reaction score
44

Homework Statement


Let ##M## be a metric space. Prove that ##\overline{\overline{S}} = \overline{S}## for ##S\subseteq M##.

Homework Equations

The Attempt at a Solution


First we know that ##\overline{S} \subseteq \overline{\overline{S}}## is true (just take this for granted, since I know how to do it and it's the other direction that I am interested in).

Second, we want to show that ##\overline{\overline{S}} \subseteq \overline{S}##. So let ##x## be a closure point for ##\overline{S}##. So there exists a sequence ##\{x_n\} \subseteq \overline{S}## such that ##\lim_{n\to\infty}x_n = x##. So by the definition of convergence there exists ##N_1## such that ##d(x_{N_1},x) < \epsilon /2##, where ##\epsilon## is an arbitrary positive real number. Note that in particular that ##x_{N_1}\in \overline{S}##, so there exists a sequence ##\{y_m \}\subseteq S## such that ##\lim_{m\to\infty}y_m = x_{N_1}##. So by the definition of convergence there exists ##N_2\in \mathbb{N}## such that ##m\ge N_2## implies ##d(y_m,x_{N_1}) < \epsilon /2##. So if ##m \ge N_2## then ##d(y_m,x) \le d(y_m,x_{N_1}) + d(x_{N_1},x) < \epsilon /2 + \epsilon /2 = \epsilon##. Hence ##\lim_{m\to\infty}y_m = x##, and so that ##x## is a limit point for ##S##.
 
Last edited:
Physics news on Phys.org
I can't see any flaw. Looks solid. Was that your question?
 
Mr Davis 97 said:

Homework Statement


Let ##M## be a metric space. Prove that ##\overline{\overline{S}} = \overline{S}## for ##S\subseteq M##.

Homework Equations

The Attempt at a Solution


First we know that ##\overline{S} \subseteq \overline{\overline{S}}## is true (just take this for granted, since I know how to do it and it's the other direction that I am interested in).

Second, we want to show that ##\overline{\overline{S}} \subseteq \overline{S}##. So let ##x## be a closure point for ##\overline{S}##. So there exists a sequence ##\{x_n\} \subseteq \overline{S}## such that ##\lim_{n\to\infty}x_n = x##. So by the definition of convergence there exists ##N_1## such that ##d(x_{N_1},x) < \epsilon /2##, where ##\epsilon## is an arbitrary positive real number. Note that in particular that ##x_{N_1}\in \overline{S}##, so there exists a sequence ##\{y_m \}\subseteq S## such that ##\lim_{m\to\infty} x_{N_1}##.
I think you mean ##\lim_{m\to\infty}y_m=x_{N_1}##.
So by the definition of convergence there exists ##N_2\in \mathbb{N}## such that ##m\ge N_2## implies ##d(y_m,x_{N_1}) < \epsilon /2##. So if ##m \ge N_2## then ##d(y_m,x) \le d(y_m,x_{N_1}) + d(x_{N_1},x) < \epsilon /2 + \epsilon /2 = \epsilon##
... for ##m > \max\{\,N_1,N_2\,\}.##
Hence ##\lim_{m\to\infty}y_m = x##, and so that ##x## is a limit point for ##S##.
 
fresh_42 said:
I think you mean ##\lim_{m\to\infty}y_m=x_{N_1}##.

... for ##m > \max\{\,N_1,N_2\,\}.##
Why does ##m > \operatorname{max}\{ N_1,N_2 \}##?
 
While it may be correct, it is instructive to look for a proof where you don't use the metric: the statement is true in general topological spaces.
 
  • Like
Likes   Reactions: Mr Davis 97
Mr Davis 97 said:
Why does ##m > \operatorname{max}\{ N_1,N_2 \}##?
You need ##m > N_1## for ##d(x,x_{N_1}) < \varepsilon /2## and ##m > N_2## for ##d(y_m,x_{N_1}) < \varepsilon /2\,.##

I'd like to explicitly support @Math_QED's suggestion to prove it without metric.
 
  • Like
Likes   Reactions: Mr Davis 97
fresh_42 said:
You need ##m > N_1## for ##d(x,x_{N_1}) < \varepsilon /2## and ##m > N_2## for ##d(y_m,x_{N_1}) < \varepsilon /2\,.##

I'd like to explicitly support @Math_QED's suggestion to prove it without metric.
I will consider that.

One more question though. Why does ##m> N_1## need to be the case for ##d(x,x_{N_1}) < \epsilon /2## if the latter statement does not depend on ##m## at all?
 
Mr Davis 97 said:
I will consider that.

One more question though. Why does ##m> N_1## need to be the case for ##d(x,x_{N_1}) < \epsilon /2## if the latter statement does not depend on ##m## at all?
I haven't analyzed whether it is actually needed or not. In case of doubt, simply increase ##N##. We only consider elements which are surely close, so why bother any others? If ##x_{N_1}## is close to both, ##y_m## and ##x##, I just thought "take no risk", because otherwise I would had to draw some pictures and analyze whether it comes automatically or not. And then again, why bother? We can chose ##N## as large as we like. But if you want to do the work ... go ahead; I don't think it's obvious, at least not to me.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
Replies
1
Views
2K
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
773
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K