A Simpler Problem:
What is the minimum network for three points? That is, find a point in a triangle such that the sum of the distances from the point to the three vertices is a minimum.
How could the point be constructed?
Proof that it is a minimum?
Now, IF this problem with three points was solved, how could it help solve the problem with 4 points?