0

I am trying to show: If $A=B_r(x)\subset X$ where $(X,d)$ is an arbitrary metric space (and $B_r(x)$ is an open ball of radius $r$ centred at $x$), then int $A=A$.

int $A\subset A$ is obvious. I am having a difficulty showing the other inclusion.

Let's say $y\in A$, then $d(y,x)=s$ (say) $<r$.

Here is my question: Is it true that "If $z\in B_s(y)$ then $d(z,y)<r-s$" ? If yes, how can we show it?

We all know that $d(z,y)<s<r$, but how can we show that $d(z,y)<r-s$" ?

That's the part that bugs me. If that statement is true, I can finish the rest of the proof.

Many thanks!

user71346
  • 4,171

1 Answers1

1

Saying that ${\rm int}\, A = A$ is the same as saying $A$ is open, or that every point of $A$ is an interior point. If you pick $z\in B_r(x)$, let $s=d(x,z)<r$. A drawing should help you prove that a ball of radius less or equal to $r-s>0$ centered at $z$ is contained in $B_r(x)$. Indeed, suppose that $d(z,y)<r-s$. Then

$$d(y,x)\leqslant d(y,z)+d(x,z)< r-s+s=r$$

So that $y\in B_r(x)$.

Pedro
  • 122,002