Alternative proof of a theorem in Rudin

  • Context: Graduate 
  • Thread starter Thread starter identity1
  • Start date Start date
  • Tags Tags
    Proof Theorem
Click For Summary

Discussion Overview

The discussion revolves around an alternative proof of theorem 3.7 from Rudin, which states that the set of subsequential limits of a sequence in a metric space is a closed subset. Participants explore the validity of a proposed proof and compare it to Rudin's approach, focusing on the construction of subsequences and the use of induction.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant presents a proof that claims to be simpler than Rudin's, involving the construction of subsequences converging to a limit point.
  • Another participant challenges the proof, arguing that the construction leads to a constant sequence, which is problematic.
  • Further replies seek clarification on the indexing of subsequences and the definitions involved, highlighting potential misunderstandings.
  • Participants discuss the necessity of maintaining the order of indices in subsequences and the implications of this on the proof's validity.
  • One participant acknowledges a notational error and asks for feedback on the revised proof, which is then deemed acceptable by another participant.
  • There is a comparison of the proposed proof with Rudin's method, noting differences in the use of induction and construction of subsequences.
  • A later reply reflects on the realization that the proof implicitly uses a form of weak induction, recognizing its importance in the argument.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the initial validity of the proof, but there is agreement on the importance of proper notation and the role of induction in the argument. The discussion includes both supportive and critical viewpoints regarding the proposed proof and its comparison to Rudin's approach.

Contextual Notes

Participants express uncertainty about the necessity of induction in the proof and the implications of subsequence indexing. There are unresolved questions about the correctness of the initial proof before the notational correction.

identity1
Messages
11
Reaction score
0
In Rudin, theorem 3.7 is that:

The set of subsequential limits of a sequence [itex]\{p_n\}[/itex] in a metric space X is a closed subset of X.

I tried proving this myself, and my proof came out to be similar to the one in Rudin, yet to me, simpler. I wanted to post it and ask if it seems correct.

Like in Rudin, call the set of subsequential limits of [itex]\{p_n\}[/itex] [itex]E^*[/itex]. Then if q is a limit point of [itex]E^*[/itex], we need to show it is in [itex]E^*[/itex], meaning that there is some subsequence of [itex]\{p_n\}[/itex] which converges to q. Now, for every [itex]n\in\mathbb{N}[/itex], choose some [itex]q_n\in E^*[/itex] such that [itex]d(q_n, q)<\frac{1}{n}[/itex]. This is possible since we assumed that q was a limit point of [itex]E^*[/itex].

Now, since each [itex]q_n\in E^*[/itex], this means that there is some [itex]p_{n_k}[/itex] such that [itex]d(p_{n_k}, q_n)<\frac{1}{n}[/itex] (this is from the definition of convergence). Thus, [itex]d(q, p_{n_k})\le d(q, q_n)+d(q_n, p_{n_k})<\frac{2}{n}[/itex], showing that this subsequence [itex]\{p_{n_k}\}[/itex] converges to q, proving the theorem.

I'm just curious to see if this proof is valid, since it seems to me a bit simpler than the one given in the textbook. Thanks!
 
Physics news on Phys.org
You have the right idea here, but the way things are written currently, your 'proof' is not correct. The way you have chosen {pnk} forces it to be the constant sequence {q}, which does not work since we do not know q in E.
 
Could you elaborate? I only see that my construction shows that [itex]d(p_{n_1}, q)<2, d(p_{n_2}, q)<1, \ldots, d(p_{n_k}, q)<\frac{2}{k}[/itex].
 
Fix pnk. Then d(pnk,qm) < m-1. But since m is arbitrary, this forces pnk = q.
 
But that's not now I defined [itex]p_{n_k}[/itex]. Each index, [itex]n_k[/itex], corresponds to a specific n; you can't fix [itex]p_{n_k}[/itex] but then alter the index of the q in the expression like that.
 
identity1 said:
But that's not now I defined [itex]p_{n_k}[/itex]. Each index, [itex]n_k[/itex], corresponds to a specific n; you can't fix [itex]p_{n_k}[/itex] but then alter the index of the q in the expression like that.

Nope. In fact, nk is indexed only on k. Be more careful.
 
Yea, but [itex]p_{n_k}[/itex] is indexed by n and k. And in my construction, I write for each [itex]q_n[/itex] there is a [itex]p_{n_k}[/itex] for which something holds. So each [itex]p_{n_k}[/itex] explicitly corresponds to each [itex]q_n[/itex]..
 
If it helps you to move over that point, Rudin does the same thing in his proof as well.

One thing I did forget to write is that we choose [itex]n_k>n_{k-1}[/itex] so that the subsequence keeps moving forward (we are guaranteed to be able to do this also by the definition of convergence).
 
identity1 said:
Yea, but [itex]p_{n_k}[/itex] is indexed by n and k. And in my construction, I write for each [itex]q_n[/itex] there is a [itex]p_{n_k}[/itex] for which something holds. So each [itex]p_{n_k}[/itex] explicitly corresponds to each [itex]q_n[/itex]..

Wrong again! As I said before, pnk is indexed only on k. It has no correspondence with n. If you do not know this, then you need to review the definition of a subsequence.

identity1 said:
If it helps you to move over that point, Rudin does the same thing in his proof as well.

I do not have my copy of Rudin with me, but I would guess Rudin is more careful with his construction. If he does the exact same thing, then why do you think that your proof is an improvement?
 
  • #10
OH. Wow. I should've written [itex]p_{k_n}[/itex]. My bad xP. Barring that notational slip-up, how's the proof look to you.
 
  • #11
With that change of notation, your proof looks good to me :) Out of curiosity, how does Rudin do this proof differently?
 
  • #12
Well, he starts by constructing [itex]p_{n_1}[/itex] similarly, and defines [itex]\delta=d(q, p_{n_1})[/itex]. Then he proceeds by induction: have having constructed [itex]p_{n_1}, \ldots, p_{n_{i-1}}[/itex], he constructs [itex]p_{n_i}[/itex] so that [itex]n_i>n_{i-1}, d(q, p_{n_i})<2^{-i}\delta[/itex]. My main point of confusion I guess, was that I wasn't sure why induction was needed. I'm still thinking about it, actually.
 
  • #13
Actually, talking about it made me realize the answer :P

In my correction, where I realized I forgot to asset that [itex]k_n>k_{n-1}[/itex], I'm implicitly using a type of weak induction. Induction is necessary, and he does it more completely in his proof.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K