Given a polygon with $n$ vertices, what is the minimal number of points inside the polygon such that for each interior point there exists at least one point such that the segment between them lies inside the polygon?
If the polygon is convex, one point is enough (any point inside the polygon).
The number is $\displaystyle \left\lfloor\frac{n}3\right\rfloor$, meaning that this number always suffices, and there are polygons for which it is needed. This is Chvátal's Art Gallery Theorem from 1975. The question was originally asked by Klee in 1973.
The necessity is not too hard, the typical example is a "comb", and can be seen in the first two linked references below. Or see this MO question.
Wikipedia includes a sketch of the sufficiency. A beautiful exposition of the result, including an explanation on how some natural approaches to the proof fail, can be found in the book "Art Gallery Theorems and Algorithms", by Joseph O'Rourke, Oxford University Press, 1987, which can be downloaded from Joseph's website. See pages 1-9; the book presents both Chvátal's argument, and an easier later proof due to Fisk. Algorithms and complexity issues are discussed in the following pages. The argument can also be found in Aigner-Ziegler "Proofs from THE BOOK".
Very roughly, Fisk's argument is as follows: