A subset of a topological space is open if and only if it is a neighbourhood to all of its points
From Maths
(Redirected from An open set is a neighbourhood to all of its points)
Stub grade: F
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
Links to other pages, gosh for something so simple it's long! Also verification of proof
Contents
[hide]Statement
Let (X,J) be a topological space and let O∈P(X) be any subset of X. Then O is open if and only if O is a neighbourhood[Note 1] to all of its points[1]. Symbolically:
- ∀O∈P(X)[(O∈J)⟺(∀p∈O∃U∈J[p∈U⊆O])][Note 2]
Proof
This theorem comprises of two parts:
- An open set is a neighbourhood to all of its points (the ⟹ direction)
- If a set is a neighbourhood to all of its points then it is open (the ⟸ direction)
(These pages may or may not redirect here)
(⟹): an open set is a neighbourhood to all of its points
We wish to show, for a topological space, (X,J) that: ∀O∈P(X)[(O∈J)⟹(∀p∈O∃U∈J[p∈U⊆O])]
- Clearly this can be distilled to just: ∀O∈J∀p∈O∃U∈J[p∈U⊆O]⏟O is a neighbourhood of p as we only care about ∀p∈O∃U∈J[p∈U⊆O] being true when we have O∈J (by the nature of logical implication if O∉J we do not care if the RHS is true or false)
- This proof is slightly more involved if you use the metric space definitions (rather than considering the metric space as a topological space)
- This proof is extremely easy, it only spans several lines here because it is done formally. The reader should have no trouble doing this himself.
- Let O∈J be given
- Let p∈O be given. We must show that there exists an open U such that p∈U and U⊆O
- Choose U:=O
- Clearly p∈O (by definition)
- Clearly O⊆O (a set is a subset of itself)
- This completes the logic of the proof
- Choose U:=O
- Since p∈O was arbitrary this is true for all p∈O
- Let p∈O be given. We must show that there exists an open U such that p∈U and U⊆O
- Since O∈J was arbitrary this is true for all O∈J
(⟸): if a set is a neighbourhood to all of its points then it is open
We wish to show for a topological space, (X,J), that: ∀O∈P(X)[(∀p∈O∃U∈J[p∈U⊆O])⟹(O∈J)]
[Expand]
- Outline of proof
- Let O∈P(X) be given and suppose ∀p∈O∃U∈J[p∈U⊆O] (that it is a neighbourhood to all the points inside of it)
- Let p∈O be given
- By hypothesis, ∃U∈J[p∈U⊆O] - there exists an open set containing p fully contained in O
- Call this set Up
- Now we have a collection: {Up}p∈O⊆J of open sets
- As the union of any collection of open sets is an open set (by the definition of topology) we see:
- ⋃p∈OUp∈Jnotice that O⊆⋃p∈OUp, as p∈Up and the union is over all points in O and p∈Up. Notice additionally that ⋃p∈OUp⊆O as each Up is contained in O.
- If these are true we would see ⋃p∈OUp=O. As ⋃p∈OUp∈J we must have O=⋃p∈OUp∈J, ie O∈J
- ⋃p∈OUp∈J
- We now must show ⋃p∈OUp=O. We shall do this in two parts:
- ⋃p∈OUp⊆O, by the implies-subset relation this is simply: ∀x∈⋃p∈OUp[x∈O].
- Let x∈⋃p∈OUp be given. We wish to show x∈O
- By definition of union, to have x∈⋃p∈OUp means ∃p∈O[x∈Up]
- As Up⊆O (by definition of each Up) and the implies-subset relation we see that:
- x∈Up⟹x∈O
- Thus we have shown if x∈⋃p∈OUp then x∈O. As required
- Let x∈⋃p∈OUp be given. We wish to show x∈O
- O⊆⋃p∈OUp, by the implies-subset relation this is simply: ∀x∈O[x∈⋃p∈OUp]
- Let x∈O be given. We wish to show that this means x∈⋃p∈OUp
- Recall by the definition of the Ups that ∀p∈O[p∈Up].
- In order to show x∈⋃p∈OUp we'd have to show ∃p∈O[x∈Up] (by definition of union)
- Choose p:=x, then x∈Ux so x∈⋃p∈OUp
- Thus we have shown that if x∈O then x∈⋃p∈OUp as required.
- Let x∈O be given. We wish to show that this means x∈⋃p∈OUp
- ⋃p∈OUp⊆O, by the implies-subset relation this is simply: ∀x∈⋃p∈OUp[x∈O].
- Combining these we see and as ⋃p∈OUp∈J we have O∈J - the very definition of an open set
- Let p∈O be given
Notes
- Jump up ↑ As the neighbourhood page explains, some authors define a "neighbourhood to x" to be any open set containing x. We call this an "open neighbourhood". By default N is a neighbourhood to x is always defined to mean:
- Let x∈X for a topological space (X,J) and let N∈P(X) be an arbitrary subset. N is a neighbourhood of x if:
- ∃U∈J[x∈U⊆N]
- Let x∈X for a topological space (X,J) and let N∈P(X) be an arbitrary subset. N is a neighbourhood of x if:
- Jump up ↑ Of course p∈U⊆O is simply shorthand for p∈U∧U⊆O