Open ball

From Maths
Jump to: navigation, search
This page is currently being refactored (along with many others)
Please note that this does not mean the content is unreliable. It just means the page doesn't conform to the style of the site (usually due to age) or a better way of presenting the information has been discovered.

Definition

Given a metric space (X,d) the open ball centred at x0X of radius r>0, denoted Br(x0) (however many notations are used, see below), is given by[1][2]:

  • Br(x0):={xX| 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.
  • Very common in lecture notes, less common in books (weirdly)
  • Very easy to read, eg Bδ(x0) becomes "the ball of radius delta at x0..."
  • The subscript radius feels very familiar in proofs, eg Bδ1(x), Bδ2(x) is very easy to see as "a ball of radius δ1 and another of δ2", rather than the other "functional" notations that look like a function that returns an open ball.
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 xX. 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).

  • A topology, J is a collection of subsets of X, JP(X)
    with the following properties[3][4][2]:
  1. Both ,XJ
  2. For the collection {Uα}αIJ
    where I
    is any indexing set, αIUαJ
    - that is it is closed under union (infinite, finite, whatever - "closed under arbitrary union")
  3. For the collection {Ui}ni=1J
    (any finite collection of members of the topology) that ni=1UiJ
  • We call the elements of J "open sets", that is SJ[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)

[Expand]

Theorem: The ball Br(x0) is an open set


See also

References

  1. Jump up to: 1.0 1.1 Introduction to Topology - Theodore W. Gamelin & Robert Everist Greene
  2. Jump up to: 2.0 2.1 2.2 Introduction to Topology - Bert Mendelson
  3. Jump up Topology - James R. Munkres
  4. 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 {xX|d(a,x)<r}
, it can be denoted several ways. I frequently encounter

Br(a)=B(a;r)={xX|d(a,x)<r}

and use Br(a)

Proof that an open ball is open

Take the open ball Bϵ(p)

.

Let xBϵ(p)

be arbitrary

Choose r=ϵd(x,p)

- then as xBϵ(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)

yBr(x)yBϵ(p)

So let yBr(x)

be arbitrary, then:

yBr(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)<ϵyBϵ(p)


We have shown that yBr(x)yBϵ(p)Br(x)Bϵ(p)

, since xBϵ(p)
was arbitrary, we have shown that Bϵ(p)
is a neighbourhood to all of its points, thus is open.


See Also