[Math] Alternative proof to Rudin’s “any intersection of closed sets is closed”

alternative-proofmetric-spacesproof-verificationreal-analysis

I was trying to proove Theorem 2.24b) in Rudin. I saw its proof which makes sense to me and has been re-phrased in this website and the web multiple times it seems to me. However, I had thought of a different proof and wanted to see if it was correct (which I suspect there is one fishy step in it) and will point it out:

Proof: we want to show any collection of closed sets when intersected is also closed. So we want to show $ \cap_{\alpha} F_{\alpha}$ is closed i.e. contains all its own limit points. With some abuse of notation we can say we want to show:
$$ \cap_{\alpha} F_{\alpha} = \cap_{\alpha} F_{\alpha} \cup (\cap_{\alpha} F_{\alpha})'$$
where ' denotes limit points (better notation would be $\bar A =A \cup A'$ but writing bars gets too messy).

Using this same abuse of notation we notice $F_{\alpha} = F_{\alpha } \cup F_{\alpha}'$ which must means $\cap_{\alpha} F_{\alpha} = \cap_{\alpha} ( F_{\alpha} \cup F_{\alpha}')$. Intuitively, we are intersecting all the (normal) sets $F_{\alpha}$ and its limit points also $F_{\alpha}'$. So we either gets intersections of $F_{\alpha}$ or intersections of its limit points. This must mean (which is the step I think is wrong):

$$\cap_{\alpha} F_{\alpha} = (\cap_{\alpha} F_{\alpha} ) \cup ( \cap_{\alpha} F_{\alpha}') )$$

now we just need to show $\cap_{\alpha} F_{\alpha}'$ is the limit points of the intersection we want and we are done. i.e. show $(\cap_{\alpha} F_{\alpha})' = \cap_{\alpha} F_{\alpha}'$. We notice that if $x \in \cap_{\alpha} F'_{\alpha}$ then $x$ is a limit point of all the $F_{\alpha}$'s simultaneously. This is exactly what being a limit point of the intersection means, so we showed that $x$ is a limit point of $ \cap_{\alpha} F_{\alpha}$. Thus $(\cap_{\alpha} F_{\alpha})' = \cap_{\alpha} F_{\alpha}'$.

Is this proof correct?


Reason I think that step is wrong:

The reason I think that step is wrong is due to commutativity of unions. Check the simple example:

$$ (A \cup B) \cap (C \cup D) = (A \cap C) \cup (B \cap D) $$

this seems right if you draw it but if you switch the C and D around and do it again, the picture doesn't seem quite right anymore I think…also using an analogy to multiplication being intersection and addition being union, the statement is false cuz there are some cross terms missing…but what I wrote intuitively:

Intuitively, we are intersecting all the (normal) sets $F_{\alpha}$ and its limit points also $F_{\alpha}'$. So we either gets intersections of $F_{\alpha}$ or intersections of its limit points.

seems extremely plausible. So I am not sure where my mistake is…or if there is any. Sometimes the natural language translating to formal is weird.


Side note:

I guess in a more philosophical perspective I don't understand why all the other proofs use De Morgan's or why thats the natural proof to think of. For me Rudin's proof seemed link symbol crunching (mechanicaly) so I am not sure if it would have occurred to me but with its high frequency in the web I assume this is what people usually see (seems like a parrot proof where people just repeat it cuz its what everyone knows, just my hunch). Anyway, I don't get it, why is that proof the more common proof? Is it because its the only known proof to be correct? Or why? What was the intuition, thought process that went into creating Rudin's proof that uses De Morgan's and Complements of open sets are closed sets? Is it that he just enumerated all the facts he new up till now and combined them until it worked? Its just the way it feels to me because those facts where presented in before thm 2.24 and then by coincidence used to proof it. Just trying tog et some insight into the creation of mathematics.

So the two things I don't think I would have thought of:

  1. Use DeMorgan's (just why?)
  2. since I wouldn't have thought of 1) I obviously didn't see it coming that complement of open sets being closed would eventually be useful.

For reference the related questions/linls:

Best Answer

My metric-space-topology definition of a closed set is a set containing all its adherent points (this is equivalent to your definition of "a set containing all its limit points").

Proof: Let $x_0$ be an adherent point of $\cap_\alpha F_\alpha$. By definition, for every $r > 0$, the open ball $B(x_0, r)$ has non-empty intersection with $\cap_\alpha F_\alpha$, i.e., $\exists y \in \cap_\alpha F_\alpha, d(x_0, y) < r$; this shows that for all $\alpha$, $B(x_0, r)$ also has non-empty intersection with $F_\alpha$ (because $y \in F_\alpha$), and therefore $x_0$ is an adherent point of $F_\alpha$, then $x_0 \in F_\alpha$ (because $F_\alpha$ is closed). This allows us to conclude that $x_0 \in \cap_\alpha F_\alpha$, and thus $\cap_\alpha F_\alpha$ is closed.