§ Center of a tree



§ Claim: center is on any diameter.



s----------v---e
           |
           n
           |
         n-c--n
           |
           n


s-------------------v
                    |
                    |
                    c

where clearly vv is closer to ss than to cc, and thus cc cannot be the center. In some sense, we are making a large scale/coarse structure argument, where the large scale structure is dominated by d(s,v)d(s, v), which is all that matters.

§ Claim: center is median of any diameter


We've already seen that center is on the diameter. Now if a center node is not on the median, the distance to the furthest node (start/end) can be improved by moving the center node closer to the median. So the best choice is to have the center be at (one of the) medians.

§ Claim: center does not change by removing all leaf vertices


We've shown that the center is the median of all diameters. Removing all leaves removes two elements at the beginning and end of all diameters, leaving the median (the center) invariant.