Difference between revisions of "Open ball"
m |
m (→Proof that open balls are open: fixed typo) |
||
Line 51: | Line 51: | ||
Theorem: The ball {{M|B_r(x_0)}} is an [[open set]] | Theorem: The ball {{M|B_r(x_0)}} is an [[open set]] | ||
{{Begin Proof}} | {{Begin Proof}} | ||
− | {{Todo|This is easy to do, it's actually done on this page (in the old version) | + | {{Todo|This is easy to do, it's actually done on this page (in the old version)}} |
{{End Proof}} | {{End Proof}} | ||
{{End Theorem}} | {{End Theorem}} | ||
+ | |||
==See also== | ==See also== | ||
* [[Neighbourhood]] | * [[Neighbourhood]] |
Latest revision as of 02:00, 29 November 2015
Contents
[hide]Definition
Given a metric space (X,d) the open ball centred at x0∈X of radius r>0, denoted Br(x0) (however many notations are used, see below), is given by[1][2]:
- Br(x0):={x∈X| d(x,x0)<r} - that is all the points of X that are a distance (given by d) strictly less than r from x0
The open ball must be proved to be open, it is not true by definition. See below
Notations
Here the notations denote an open ball of radius r centred at x (in a metric space (X,d), this table is supposed to be complete, so preferred notations are marked from the others
# | Notation | Usage | Comments |
---|---|---|---|
1 | Br(x) | preferred | Use if the metric is implicit.
|
2 | Br,d(x) | preferred | Preferred to 1 if the metric needs to be explicitly stated. |
3 | B(x;r)[1][2] | Very common in books. |
TODO: Ensure all these notations have references
Reasoning for preferred notations
The subset notation stops it from looking (too much) like a function. The notation Br(x) makes it very clear that that there are a whole family of balls for each x∈X. I've seen the use of semi-colons abused in functions (where they are used to let it take multiple parameters, for example B(x,y;r) say, the semi-colon distinguishes the radius from the second argument (y in this example)).
It also reads very easily.
I will however say that the notation B(x;r) is easier if you want to explicitly mention a metric, eg Bd(x;r). However this is quite a rare occurrence.
Notes about open-ness
Recall the definition of a topological space
Topological space
A topological space is a set X coupled with a "topology", J on X. We denote this by the ordered pair (X,J).
- Both ∅,X∈J
- For the collection {Uα}α∈I⊆J where I is any indexing set, ∪α∈IUα∈J - that is it is closed under union (infinite, finite, whatever - "closed under arbitrary union")
- For the collection {Ui}ni=1⊆J (any finite collection of members of the topology) that ∩ni=1Ui∈J
- We call the elements of J "open sets", that is ∀S∈J[S is an open set], each S is exactly what we call an 'open set'
As mentioned above we write the topological space as (X,J); or just X if the topology on X is obvious from the context.
It can be shown that every metric space gives rise to a topological space (see topology induced by a metric) and that in this topology the open balls are open.
Proof that open balls are open
Let (X,d) be a metric space, consider the ball Br(x0)
See also
References
- ↑ Jump up to: 1.0 1.1 Introduction to Topology - Theodore W. Gamelin & Robert Everist Greene
- ↑ Jump up to: 2.0 2.1 2.2 Introduction to Topology - Bert Mendelson
- Jump up ↑ Topology - James R. Munkres
- Jump up ↑ Introduction to Topological Manifolds - John M. Lee
Old page
Definition
For a metric space (X,d) an "open ball" of radius r centred at a is the set {x∈X|d(a,x)<r}, it can be denoted several ways. I frequently encounter
Br(a)=B(a;r)={x∈X|d(a,x)<r} and use Br(a)
Proof that an open ball is open
Take the open ball Bϵ(p).
Let x∈Bϵ(p) be arbitrary
Choose r=ϵ−d(x,p) - then as x∈Bϵ(p)⟺d(x,p)<ϵ we see r>0
We now need to show that Br(x)⊂Bϵ(p) using the Implies and subset relation we see:
Br(x)⊂Bϵ(p)⟺y∈Br(x)⟹y∈Bϵ(p)
So let y∈Br(x) be arbitrary, then:
y∈Br(x)⟺d(y,x)<r=ϵ−d(x,p) so d(y,x)<ϵ−d(x,p)
d(y,x)<ϵ−d(x,p)⟺d(y,x)+d(x,p)<ϵ
But by the Triangle inequality part of the metric d(y,p)≤d(y,x)+d(x,p)<ϵ
So d(y,p)<ϵ⟺y∈Bϵ(p)
We have shown that y∈Br(x)⟹y∈Bϵ(p)⟺Br(x)⊂Bϵ(p), since x∈Bϵ(p) was arbitrary, we have shown that Bϵ(p) is a neighbourhood to all of its points, thus is open.