Difference between revisions of "Open ball"

From Maths
Jump to: navigation, search
m
m
Line 1: Line 1:
{{Definition|Topology|Metric Space}}
 
  
 +
==Definition==
 
For a [[Metric space|metric space]] <math>(X,d)</math> an "open ball" of radius <math>r</math> centred at <math>a</math> is the set
 
For a [[Metric space|metric space]] <math>(X,d)</math> an "open ball" of radius <math>r</math> centred at <math>a</math> is the set
 
<math>\{x\in X|d(a,x)\lt r\}</math>, it can be denoted several ways. I frequently encounter
 
<math>\{x\in X|d(a,x)\lt r\}</math>, it can be denoted several ways. I frequently encounter
Line 7: Line 7:
  
 
==Proof that an open ball is open==
 
==Proof that an open ball is open==
{{Todo|The proof is really easy, just show a smaller ball fits inside, thus the open ball is a neighborhood to all of its points}}
+
Take the open ball <math>B_\epsilon(p)</math>.
 +
 
 +
Let <math>x\in B_\epsilon(p)</math> be arbitrary
 +
 
 +
Choose <math>r=\epsilon-d(x,p)</math> - then as <math>x\in B_\epsilon(p)\iff d(x,p)<\epsilon</math> we see <math>r>0</math>
 +
 
 +
We now need to show that <math>B_r(x)\subset B_\epsilon(p)</math> using the [[Implies and subset relation]] we see:
 +
 
 +
<math>B_r(x)\subset B_\epsilon(p)</math><math>\iff y\in B_r(x)\implies y\in B_\epsilon(p)</math>
 +
 
 +
So let <math>y\in B_r(x)</math> be arbitrary, then:
 +
 
 +
<math>y\in B_r(x)\iff d(y,x)< r=\epsilon-d(x,p)</math> so <math>d(y,x)<\epsilon-d(x,p)</math>
 +
 
 +
<math>d(y,x)<\epsilon-d(x,p)\iff d(y,x)+d(x,p)<\epsilon</math>
 +
 
 +
But by the [[Triangle inequality]] part of [[Metric space|the metric]] <math>d(y,p)\le d(y,x)+d(x,p)<\epsilon</math>
 +
 
 +
So <math>d(y,p)<\epsilon\iff y\in B_\epsilon(p)</math>
 +
 
 +
 
 +
We have shown that <math>y\in B_r(x)\implies y\in B_\epsilon(p)\iff B_r(x)\subset B_\epsilon(p)</math>, since <math>x\in B_\epsilon(p)</math> was arbitrary, we have shown that <math>B_\epsilon(p)</math> is a neighbourhood to all of its points, thus is open.
  
  
 
==See Also==
 
==See Also==
 
* [[Open set]]
 
* [[Open set]]
 +
 +
{{Definition|Topology|Metric Space}}

Revision as of 00:19, 9 March 2015

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