Given a triangle and a point inside the triangle, is it always the case that the point is closer (or equal distance to) one of the sides of the triangle rather than to any of the vertices of the triangle?
i.e. Given triangle $ABC$ and point $P$ inside $\triangle ABC$, prove:
$$\min\limits_{V \in {A, B, C}} d(A,V) \geq \min\limits_{E \in {AB, BC, CA}} d(A, E)$$
It may be important to note that the side of the triangle is valid to measure the distance to, if the line connecting P and the side is also inside the triangle.
Well, drop a perpendicular to each side. It should be obvious that the shortest of these is the shortest distance to any point on that side (including the vertices).
If the triangle is obtuse (thanks for pointing out this case!), then (at most) one perpendicular will be outside the triangle. We can eliminate this side from consideration because the distance from $P$ to the other side containing the shared vertex will be shorter than the distance to the vertex.