Problem Description:
The radii $r$ of 4 spheres are $r_1,r_2,r_3,r_4>0$ .
The center points of the spheres are not on a plane.
The spheres can overlap.
The distance to the surface of the sphere is positive in the case a sphere encloses the point. The cost-function is therefore always positive or 0 (in the case all spheres intersect at exactly one point).
Intuition:
There has to be a unique point where the sum of the distances from the point to the surfaces of the 4 spheres is minimal.
Q1: Is there a proof that a unique minimum exists?
Q2: Is the cost-function monotonically decreasing when approaching this point?
Edit:
- In the comments it has been concluded, that the function can not be smooth.
- In the comments it has been concluded, that in case of equal radii the point is the Fermats point.

- The radius can be different for each sphere.
- I am indeed also interested in the case where one or multiple spheres enclose the point.
- The distance from the point pt in the case a sphere encloses the point pt is always non-negative.
- Is it monotone?
– Bulbasaur Oct 26 '23 at 08:37