Open and Closed Sets .... Conway, Example 5.3.4 (b) .... ....

  • Context: MHB 
  • Thread starter Thread starter Math Amateur
  • Start date Start date
  • Tags Tags
    Closed Example Sets
Click For Summary
SUMMARY

The forum discussion centers on John B. Conway's example from "A First Course in Analysis," specifically Example 5.3.4(b), which involves the Reverse Triangle Inequality in the context of open and closed sets. Participants clarify that Conway's application of the Reverse Triangle Inequality is incorrect, and an alternative proof is proposed to demonstrate that for any radius \( r > 0 \), the ball \( B(x; r) \) is open. The discussion concludes with an update from Dr. Conway acknowledging the errors and affirming the correct argument regarding the convergence of sequences in metric spaces.

PREREQUISITES
  • Understanding of metric spaces and Euclidean spaces
  • Familiarity with the Triangle Inequality and Reverse Triangle Inequality
  • Knowledge of convergence of sequences in mathematical analysis
  • Basic concepts of open and closed sets in topology
NEXT STEPS
  • Study the properties of metric spaces in detail
  • Learn about the implications of the Triangle Inequality in proofs
  • Explore the definitions and examples of open and closed sets in topology
  • Review convergence criteria for sequences in analysis
USEFUL FOR

Mathematics students, educators, and anyone interested in advanced topics in analysis, particularly those studying metric spaces and topology.

Math Amateur
Gold Member
MHB
Messages
3,920
Reaction score
48
I am reading John B. Conway's book: A First Course in Analysis and am focused on Chapter 5: Metric and Euclidean Spaces ... and in particular I am focused on Section 5.3: Open and Closed Sets ...

Conway's Example 5.3,4 (b) reads as follows ... ... View attachment 8938Note that Conway defines open and closed sets as follows:View attachment 8939Now ... in the text of Example 5.3.4 shown above we read the following:

" ... ... the Reverse Triangle Inequality implies $$\mid d(x,a) - d( a_n, a ) \mid \ge d(a_n, x) \ge r$$ ... ... "Can someone please explain to me exactly why $$\mid d(x,a) - d( a_n, a ) \mid \ge d(a_n, x) \ge r$$ ...

My thoughts on this are as follows ...

It seems to me that the Reverse Triangle Inequality implies $$\mid d(x,a) - d( a_n, a ) \mid \le d(a_n, x)$$ ... ?Hope someone can clarify the above issue ...

Peter===================================================================================The above post mentions the Reverse Triangle Inequality ... Conway's statement of that inequality is as follows:View attachment 8940Hope that helps ..

Peter
 

Attachments

  • Conway - Example 5.3.4 ( b)  ... .png
    Conway - Example 5.3.4 ( b) ... .png
    6.3 KB · Views: 146
  • Conway - Defn of Open and Clsed Sets .. .png
    Conway - Defn of Open and Clsed Sets .. .png
    10.4 KB · Views: 155
  • Conway - Reverse Triangle Inequality .png
    Conway - Reverse Triangle Inequality .png
    14.5 KB · Views: 136
Physics news on Phys.org
Conway's statement of the Reverse Triangle Inequality is correct, so I agree with you that it is puzzling how Conway could possibly be using the Reverse Triangle Inequality correctly in the proof. In fact, you can draw yourself a picture as a counter-example to the specific claim you mentioned. Imagine the $\{a_n\}$ sequence is moving out from $x$ towards $a$, but not on the straight line from $x$ to $a$ (and here, just to keep things simple, use the 2D euclidean space). Then the claim that $|d(x,a)-d(a_n,a)|\ge d(a_n,x)$ is false.

I think what Conway is trying to prove is still correct, but it can't be proved that way. Here is an alternative candidate proof (not guaranteed to be correct at all, but maybe it moves in the right direction).

Claim: for any $r>0, B(x; r)$ is open.

Proof: Let $r>0$ and $F=X\setminus B(x;r)=\{y\in X: d(y,x)\ge r\}.$ Let $\{a_n\}\in F$ converge to $a.$ By definition of convergence, $d(a_n,a)\to 0.$ We want to show that $d(x,a)\ge r.$ Suppose, by way of contradiction, that $d(x,a)<r.$ Then there exists $\varepsilon>0$ such that $d(x,a)+\varepsilon<r$ (say, $\varepsilon=(r-d(x,a))/2.$) Now consider the ball $B(a;\varepsilon).$ The idea here is that the $a_n$'s are going to have to get inside that ball, which is not allowed to happen on account of where the $a_n$'s live. Details: because $a_n\to a,$ there exists $N>0$ such that if $n>N,\; d(a_n,a)<\varepsilon.$ But by the Triangle Inequality, $n>N$ implies
$$d(x,a_n)\le d(x,a)+d(a,a_n)< d(x,a)+\varepsilon<r,$$
contradicting that $a_n\in F.$ Therefore, $a\in F,$ making $F$ closed and $B(x;r)$ open.

How does that strike you?
 
Ackbach said:
Conway's statement of the Reverse Triangle Inequality is correct, so I agree with you that it is puzzling how Conway could possibly be using the Reverse Triangle Inequality correctly in the proof. In fact, you can draw yourself a picture as a counter-example to the specific claim you mentioned. Imagine the $\{a_n\}$ sequence is moving out from $x$ towards $a$, but not on the straight line from $x$ to $a$ (and here, just to keep things simple, use the 2D euclidean space). Then the claim that $|d(x,a)-d(a_n,a)|\ge d(a_n,x)$ is false.

I think what Conway is trying to prove is still correct, but it can't be proved that way. Here is an alternative candidate proof (not guaranteed to be correct at all, but maybe it moves in the right direction).

Claim: for any $r>0, B(x; r)$ is open.

Proof: Let $r>0$ and $F=X\setminus B(x;r)=\{y\in X: d(y,x)\ge r\}.$ Let $\{a_n\}\in F$ converge to $a.$ By definition of convergence, $d(a_n,a)\to 0.$ We want to show that $d(x,a)\ge r.$ Suppose, by way of contradiction, that $d(x,a)<r.$ Then there exists $\varepsilon>0$ such that $d(x,a)+\varepsilon<r$ (say, $\varepsilon=(r-d(x,a))/2.$) Now consider the ball $B(a;\varepsilon).$ The idea here is that the $a_n$'s are going to have to get inside that ball, which is not allowed to happen on account of where the $a_n$'s live. Details: because $a_n\to a,$ there exists $N>0$ such that if $n>N,\; d(a_n,a)<\varepsilon.$ But by the Triangle Inequality, $n>N$ implies
$$d(x,a_n)\le d(x,a)+d(a,a_n)< d(x,a)+\varepsilon<r,$$
contradicting that $a_n\in F.$ Therefore, $a\in F,$ making $F$ closed and $B(x;r)$ open.

How does that strike you?
Your proof looks good to me, Ackbach ...

Thanks for your help on this issue ...

Peter
 
Peter said:
Your proof looks good to me, Ackbach ...

Thanks for your help on this issue ...

Peter

You're very welcome! It was a fun problem.
 
Update from Dr. Conway:
Your student is correct and I am not sure why I was trying to work in the reverse triangle inequality. The correct argument is as follows. Using the notation in the book we note that $$r \le d(a_n, x) \le d(a_n, a) + d(a, x) \to d(a, x).$$
 
Ackbach said:
Update from Dr. Conway:
Your student is correct and I am not sure why I was trying to work in the reverse triangle inequality. The correct argument is as follows. Using the notation in the book we note that $$r \le d(a_n, x) \le d(a_n, a) + d(a, x) \to d(a, x).$$
Peter should get a special award for the number of errors he has found in textbooks!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K