show/hide this revision's text 2 use more specific language

Center the circle and give it a unit radiusat the origin. Consider the sum of all the points. If it is zero (0,0) then the statement is true for all points. Otherwise there is an angle arc of pi in which the sum has an x value less than 0. Since the condition of the convex hull enclosing 0 (0,0) is equivalent to no two adjacent points being separated by more than pi, we are done (by the pigeonhole principle).

show/hide this revision's text 1

Center the circle and give it a unit radius. Consider the sum of all the points. If it is zero then the statement is true for all points. Otherwise there is an angle of pi in which the sum has an x value less than 0. Since the condition of the convex hull enclosing 0 is equivalent to no two adjacent points being separated by more than pi, we are done.