General topology: Prove a Set is Open

Click For Summary
SUMMARY

The set A = {x ∈ ℝ² : 1 < x² + y² < 2} is proven to be open in the context of general topology. The proof utilizes the properties of open balls and the triangle inequality to demonstrate that every point in A has a neighborhood contained within A. The complement of A is shown to be closed, confirming that A is not closed. The discussion emphasizes the importance of understanding the basis for the topology of ℝ², specifically the use of open balls for constructing open sets.

PREREQUISITES
  • Understanding of general topology concepts, specifically open and closed sets.
  • Familiarity with metric spaces and the properties of distance functions.
  • Knowledge of the triangle inequality in the context of Euclidean spaces.
  • Ability to work with open balls and their intersections in ℝ².
NEXT STEPS
  • Study the definition and properties of open sets in topology.
  • Learn about the triangle inequality and its applications in metric spaces.
  • Explore different bases for topologies, particularly in ℝ².
  • Investigate the relationship between open and closed sets in various topological spaces.
USEFUL FOR

Students of mathematics, particularly those studying topology, metric spaces, and analysis, will benefit from this discussion. It is also relevant for educators teaching these concepts and anyone interested in the foundational aspects of mathematical structures.

lep11
Messages
380
Reaction score
7

Homework Statement


Let A:={x∈ℝ2 : 1<x2+y2<2}. Is A open, closed or neither? Prove.

Homework Equations


triangle inequality d(x,y)≤d(x,z)+d(z,y)

The Attempt at a Solution


First I draw a picture with Wolfram Alpha. My intuition is that the set is open.
rh5mwj.png

Let (a,b)∈A arbitrarily and r=min{√(a2+b2)-1, √2 -√(a2+b2)} (by geometry). It is clear that then Br(a,b)⊂A but it needs to be formally proven. Let z∈Br(a,b) and now I need to show that ||x-z||=d(x,z)<r.
d(x,z)≤...I am suck here.

And the next thing would be to prove the set is not closed. Its complement Ac={x∈ℝ2 : x2+y2≤1}∪{x∈ℝ2 : x2+y2≥√2} is clearly closed, though.

 
Last edited:
Physics news on Phys.org
To prove the set is open you need to show it can be constructed from given open sets using the allowed operations, which are arbitrary unions and finite intersections.

What have you been given as the original set of open sets for the topology of ##\mathbb R^2## (known as the 'basis')?

There are two common bases used for ##\mathbb R^2##.. One is the set of all open boxes of form ##(a,b)\times(c,d)## for different combinations ##a,b,c,d## and the other is the set of all open balls of form ##\{(x,y)\ :\ \|(x,y)-(x_0,y_0)\|<r\}## for different combinations of ##x_0,y_0,r##. The approach to proving openness will depend which of these bases you are using (or other basis, if you have been given that).
 
andrewkirk said:
To prove the set is open you need to show it can be constructed from given open sets using the allowed operations, which are arbitrary unions and finite intersections.

What have you been given as the original set of open sets for the topology of ##\mathbb R^2## (known as the 'basis')?

There are two common bases used for ##\mathbb R^2##.. One is the set of all open boxes of form ##(a,b)\times(c,d)## for different combinations ##a,b,c,d## and the other is the set of all open balls of form ##\{(x,y)\ :\ \|(x,y)-(x_0,y_0)\|<r\}## for different combinations of ##x_0,y_0,r##. The approach to proving openness will depend which of these bases you are using (or other basis, if you have been given that).
I am not familiar with that approach. We are using open balls.
 
Edited, no longer interested in contributing to this thread.
 
Last edited:
It's easy using balls. Your set is the intersection of two open sets. One is an open ball and the other is the complement of a closed ball.
 
andrewkirk said:
It's easy using balls. Your set is the intersection of two open sets. One is an open ball and the other is the complement of a closed ball.
May be easy but how to prove it formally?
 
lep11 said:
May be easy but how to prove it formally?

If you can assume that an open ball is open and that the intersection of two open sets is open, then the proof should be easy. But, showing that an open ball is open would seem to me to be not much different from showing that the set you have is open.

So, perhaps your original approach is the one that is expected: show that each point in A has a neighbourhood in A. If you continue with this approach, you might consider how far points are from the origin.
 
PeroK said:
If you can assume that an open ball is open and that the intersection of two open sets is open, then the proof should be easy. But, showing that an open ball is open would seem to me to be not much different from showing that the set you have is open.
Actually we have proven in class that open ball is open set and that a finite intersection of open sets is open.

Now A=B((0,0),r1)∩B((0,0),r2)={y∈ℝ2: d(y,(0,0))≤1)}c∩{z∈ℝ2: d(z,(0,0))<√2}

{y∈ℝ2: d(y,(0,0))≤1)} is closed ball by definition and therefore its complement {y∈ℝ2: d(y,(0,0))≤1)}c is open? And intersection of two open sets is open so A is open.

PeroK said:
So, perhaps your original approach is the one that is expected: show that each point in A has a neighbourhood in A. If you continue with this approach, you might consider how far points are from the origin.
I think this approach is more elementary.
 
Last edited:
lep11 said:
Actually we have proven in class that open ball is open set
That is not consistent with your response in post 3 to my question about what basis (or sometimes written as 'base') you have been given. If you are given the open balls as a basis then there it is redundant to prove the openness of an open ball. It is open by definition of the topology.

Also, it is redundant to prove that a finite intersection of open sets is open. Such an intersection is open by definition.

Any topology must be given either by specifying a set of open sets - which are simply specified, not proven - or it is constructed from other topologies, as in product or box topologies. I'm guessing you haven't dealt with the latter yet, so you must have been given a specified collection of open sets to start with. What is that collection?
 
  • #10
andrewkirk said:
That is not consistent with your response in post 3 to my question about what basis (or sometimes written as 'base') you have been given. If you are given the open balls as a basis then there it is redundant to prove the openness of an open ball. It is open by definition of the topology.

Also, it is redundant to prove that a finite intersection of open sets is open. Such an intersection is open by definition.

Any topology must be given either by specifying a set of open sets - which are simply specified, not proven - or it is constructed from other topologies, as in product or box topologies. I'm guessing you haven't dealt with the latter yet, so you must have been given a specified collection of open sets to start with. What is that collection?
Now I am even more confused. :eek:
 
  • #11
andrewkirk said:
That is not consistent with your response in post 3 to my question about what basis (or sometimes written as 'base') you have been given. If you are given the open balls as a basis then there it is redundant to prove the openness of an open ball. It is open by definition of the topology.

Also, it is redundant to prove that a finite intersection of open sets is open. Such an intersection is open by definition.

Any topology must be given either by specifying a set of open sets - which are simply specified, not proven - or it is constructed from other topologies, as in product or box topologies. I'm guessing you haven't dealt with the latter yet, so you must have been given a specified collection of open sets to start with. What is that collection?

andrew, the OP is likely only acquainted with metric spaces and not with any topology. So the word topology or bases are likely foreign to him.
 
  • Like
Likes PeroK
  • #12
so, how to proceed?
 
  • #13
lep11 said:
so, how to proceed?

You need to start the way you started in post #1:

lep11 said:

Homework Equations


triangle inequality d(x,y)≤d(x,z)+d(z,y)

The Attempt at a Solution



Let (a,b)∈A arbitrarily and r=min{√(a2+b2)-1, √2 -√(a2+b2)} (by geometry). It is clear that then Br(a,b)⊂A but it needs to be formally proven. Let z∈Br(a,b)

And now, think about the distance of ##z## from the origin. Hint: use your relevant equation!
 
  • #14
PeroK said:
You need to start the way you started in post #1:
And now, think about the distance of ##z## from the origin. Hint: use your relevant equation!
x=(x1, x2) ∈A
and z=(z1,z2)∈B(x,r)

d(x,z)=√((x12-z12)+(x22-z22))<r.

d(z,(0,0))=√(z12+z22)≤√((x12-z12)+(x22-z22)) + √(x12+x22)<r+√(x12+x22)<...?

(triangle inequality)
 
  • #15
lep11 said:
d(x,z)=√((x12-z12)+(x22-z22))<r.

d(z,(0,0))=√(z12+z22)≤√((x12-z12)+(x22-z22)) + √(x12+x22)<r+√(x12+x22)

(triangle inequality)

It might be simpler to work the metric notation throughout. You could even rewrite the definition of ##A##:

##A = \{x: 1 < d(0, x) < \sqrt{2} \}##

This is good, because it means you are using the properties of any metric, not just the usual metric for ##\mathbb{R}^2##

And you have ##r = min\{d(0, x) - 1, \sqrt{2} - d(0, x) \}##

Now, you had: Let ##a \in A## ...

Can you pick it up from there?
 
  • #16
PeroK said:
It might be simpler to work the metric notation throughout. You could even rewrite the definition of ##A##:

##A = \{x: 1 < d(0, x) < \sqrt{2} \}##

This is good, because it means you are using the properties of any metric, not just the usual metric for ##\mathbb{R}^2##

And you have ##r = min\{d(0, x) - 1, \sqrt{2} - d(0, x) \}##

Now, you had: Let ##a \in A## ...

Can you pick it up from there?
d(a,z)<r.

d(0,z)≤d(0,a)+d(a,z)<r + d(a,0)

i am confused and topology is giving me brain cancer soon
 
  • #17
lep11 said:
d(a,z)<r.

d(0,z)≤d(0,a)+d(a,z)<r + d(a,0)

Well, okay, but what next?

Also, you need to pay attention. My last post wasn't exactly perfect, so take a look and fix it!
 
  • #18
PeroK said:
Well, okay, but what next?
d(a,z)<r.

d(0,z)≤d(0,a)+d(a,z)<r + d(a,0)<√2?
 
  • #19
lep11 said:
d(a,z)<r.

d(0,z)≤d(0,a)+d(a,z)<r + d(a,0)<√2?

Why is that?
 
  • #20
PeroK said:
Why is that?
That's what I need to show next somehow :oldconfused:
 
  • #21
lep11 said:
That's what I need to show next somehow :oldconfused:
Why did you define ##r## the way you did?

A metric is a distance function, so you should be able to think these things through in terms of "the distance to ##z##" etc.

That may or may not help. You should also draw these points on a diagram to help you see why ##z## is in ##A##.
 
  • #22
PeroK said:
Why did you define ##r## the way you did?

A metric is a distance function, so you should be able to think these things through in terms of "the distance to ##z##" etc.

That may or may not help. You should also draw these points on a diagram to help you see why ##z## is in ##A##.
By geometry? I need to show d(0,z)>1 as well. Clearly z is in A.
 
  • #23
lep11 said:
By geometry? I need to show d(0,z)>1 as well. Clearly z is in A.
If you look at the definition of ##r## you'll see that:

##r \le d(0, a) - 1##

##r \le \sqrt{2} - d(0, a)##
 
  • #24
PeroK said:
If you look at the definition of ##r## you'll see that:

##r \le d(0, a) - 1##

##r \le \sqrt{2} - d(0, a)##
##...<r+d(0,a)≤d(0,a)+ \sqrt{2} - d(0, a)=\sqrt{2}## now I am getting somewhere :oldsmile:

how about d(0,z)>1?
 
Last edited:
  • #25
but how to show d(0,z)>1?:oldconfused:
 
  • #26
lep11 said:
but how to show d(0,z)>1?:oldconfused:
Use the other inequality in post #23.
 
  • #27
PeroK said:
Use the other inequality in post #23.
Yes, I have been trying to plug it in d(0,z)≤d(0,a)+d(a,z) with no success.
 
  • #28
lep11 said:
Yes, I have been trying to plug it in d(0,z)≤d(0,a)+d(a,z) with no success.
You need an inequality for ##d(0, z)## greater than something.
 
  • #29
PeroK said:
You need an inequality for ##d(0, z)## greater than something.
Sure, but unfortunately I still can't figure out how to prove d(0,z)>1. :oldfrown:

d(0,z)...>...>1?
 
  • #30
lep11 said:
Sure, but unfortunately I still can't figure out how to prove d(0,z)>1. :oldfrown:

d(0,z)...>...>1?

It's just the triangle inequality again:

##d(0, a) \le d(0, z) + d(z, a)##
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
14
Views
4K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
23
Views
3K