I need to solve this question:
Pick $b\notin B[a,r]$ show that there exists $s>0$ such that $B[a,r]\cap B[b,s]$ is empty
My idea is to suppose a point $p$ in the intersection. Then
$$d(a,b)\le d(a,p)+d(p,b)$$
Note that $d(a,p) = r$ and $d(p,b) = s$. So we get: $d(a,b)\le r+s$.
Now, I showed:
$p$ in the intersection of balls $B[a,r]$ and $B[b,s]$ $\implies$ $d(a,b)\leq r+s$, so $d(a,b)> r+s \implies$ $p$ not in the intersection, therefore, $B[a,r]\cap B[b,s]$ is empty. Given $a,b,r$ I can always pick $s$ such that $d(a,b)> r+s$, because $d(a,b)- r$ is positive. Why? Because in order for $b$ to be out of the closed ball, we must have $d(a,b)> r$ which is the ball`s radius.
Is my reasoning correct? There is another exercise after this one, that asks me to prove:
Let $(M,d)$ be a metric space, $a,b\in M$, $r,s\in > \mathbb{R}_{+}^{*}$. Show that if $r+s<d(a,b)$ then the balls $B[a,r]$ and $B[b,s]$ are disjoint
Doesn`t my proof cover both questions?