I am trying to brush up on some computational geometry, and I am having trouble trying to prove the following:
given a planar point set P in general position, let k denote the number of hulls generated by the repeated hull process. There exists a point q in the plane such that every closed half plane whose bounding line l passing through q contains at least k points of P.
I got was looking at the questions from this PDF: https://www.cs.umd.edu/class/spring2012/cmsc754/Handouts/cmsc754-spring12-handouts.pdf
Problem 1c.
Any hints would be greatly appreciated.
Hint 1 : intuition (?)
Hint 2 : a result that can be useful (formal proof omitted)
Hint 3 : basically the solution