About Euclidean space ($n$-dimensional)
$d_n(x,y)$ is Euclidean distance between $x$ and $y$.
For any $a\in\mathbb{R}^n$ and $r>0$ , $B(a,r) := \left\lbrace x\in\mathbb{R}^n : d_n(a,x)<r \right\rbrace$.
For any $b\in\mathbb{R}^n$ and $R>0$ , $B(b,R) := \left\lbrace x\in\mathbb{R}^n : d_n(b,x)<R \right\rbrace$.
Proposition ;
If $d_n(a,b)<R+r$ holds, then there exists c such that $c\in B(b,R) \cap B(a,r)$.
I drawn a picture and I found that such $c$ exists between $a$ and $b$. However, I couldn't represent such $c$ as a formula ($c=\ldots$).
How should I represent such $c$ as a formula?