Open ball
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
- Both ∅,X∈J
- For the collection {Uα}α∈I⊆Jwhere Iis 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)
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)
Br(a)=B(a;r)={x∈X|d(a,x)<r}
Proof that an open ball is open
Take the open ball Bϵ(p)
Let x∈Bϵ(p)
Choose r=ϵ−d(x,p)
We now need to show that Br(x)⊂Bϵ(p)
Br(x)⊂Bϵ(p)
So let y∈Br(x)
y∈Br(x)⟺d(y,x)<r=ϵ−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)