Extra Credit #1


Regarding the solution for the first problem in the problem set, can you get a solution with fewer (5 or 4) vertices?


Links to Cinderella constructions and possible placement of guards.

Polygons with n = 5 vertices.
Two adjacent reflex vertices
Two reflex vertices, non-adjacent
One reflex vertex
Polygons with n = 4 vertices.
Reflex and convex

By Lemma 1.2.4 (Number of Diagonal) --> Every triangulation of a polygon P of n vertices uses n-3 diagonals and consists of n-2 triangles.

Hence, a polygon with n = 5, produces a triangulation of 2 diagonals and 3 triangles. When placing one guard anywhere (not adhering to Fisk's algorithm), it will at least cover the triangle in which the guard is placed. However, in order to have the boundary of P covered, we will need another guard since n has 5 sides, just one guard placed arbitrarily will cover up at most 2 sides of the polygon within the triangle it sits in, if that triangle is an ear. Sometimes, you may need 3 arbitrarily placed guards (one in each triangle of the triangulation), as in the polygon with two adjacent reflex vertices.

In the case above, two guards may not cover the whole interior, but then there would also be a part of the boundary not covered. So at least, we would need 2 arbitrarily placed guards in order to cover the entire boundary of the polygon.

But we know from Meister's Theorem, that every polygon of n > 3 vertices has at least two nonoverlapping ears. So we would need one guard at each ear, since an ear by definition is composed of two sides of the polygon. With four sides of the polygon covered, this would leave the fifth uncovered, as in the above example. Hence one guard would need to be placed in such a way that it covers that fifth side. But in doing this, it will also have visibility towards a second triangle in the triangulation, not just the triangle the guard sits in.

So if one guard sits on one ear of the triangle, and the other sits somewhere between its ear and the fifth side of the polygon (so as to have visibility), then the whole interior is covered and constructing a placement of guards such that every point on the boundary is covered and some point interior is not seen by either guard is not possible.