Open ball of radius, r = 0 is empty?

1.9k Views Asked by At

Is $B(a;0) = \{x : d(a, x) < 0\} = \varnothing$? And if so, is it always the case?

The reason I ask is because I want to know if the open interval $(a,a) = \varnothing$ when $a \in \mathbb{R}$.

Thank you.

Kind regards, Marius

3

There are 3 best solutions below

3
On BEST ANSWER

From the definition of a metric, $d(x,y)\geq0$ for all $x,y$ and $d(x,y)=0\iff x=y$, hence the set of $x$ such that $d(a,x)<0$ is empty, as no such $x$ exists.

0
On

That is the usual definition, yes. (Although it is not common to talk about an open ball of radius $0$.)

You might think to define $B(a,0)={a}$ but in general this is not an open set - we want open balls to be open!

0
On

The fact that an open interval $(a,a)$ is empty has nothing to do with metrics: If there were an $x \in (a,a)$, by definition, $a < x $ and $x < a$, and then it follows that $a < a$ by transitivity of orders. And by the axioms for (strict) orders, this is false for all $a$.

That $B(a,r) = \emptyset$ for $r \le 0$ follows from $x \in B(a,r) \Rightarrow 0 \le d(a,x) < r \le 0$, which would imply $0 < 0$, likewise impossible.