Convex polygons are the most basic plane figures in elementary geometry. But how can we rigorously define it? You may come up with the following two:
Are the two definitions above equivalent?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let's take the first definition, about the convex hull of a finite set of points X .
WLOG, let's assume that
X = { x 1 , x 2 , x 3 , … , x n }
so that ∥ X ∥ = n (or, equivalently, X consists of n points), and that its convex hull has the set of points
V = { x i 1 , x i 2 , x i 3 , … , x i m }
as vertices.
Note that m ≤ n ⇒ m is finite , and that ∥ V ∥ = m .
For the sake of simplicity, let's label the m points of V in anticlockwise ascending order: by this I mean to assign the index i 1 to a random vertice, then the index i 2 to the vertice that is adjacent to x i 1 when following the perimeter of the convex hull anticlockwise, or, more specifically, so that the interior (the bounded region of the plane) of the convex hull keeps always on the left when going from the vertice x i k to the "next" one (which will always be the vertice with index i k + 1 , apart at the "end" of the cycle, because the next vertice with respect to x i m will be x i 1 ).
Note: k ∈ { 1 , … , m − 1 } .
This way, we have given the edges of the convex hull ( which are the line segments with endpoints ( x i k , x i k + 1 ) plus the line segment with endpoints ( x i m , x i 1 ) ) an orientation .
Now let's consider the set of oriented lines passing through the m oriented edges of the convex hull, preserving the orientation we previously defined. Clearly, each of them divides the plane into two closed half-planes (if including the oriented line as the boundary).
Let's now consider the set of all closed half-planes that lie to le left of the various oriented lines. Clearly, their intersection is bounded , and is equivalent to the convex hull of the initial set of points X . And, because m is finite, there is a finite number of them.
As we can see, we have gone from the first definition of a convex polygon to the second one, and they are clearly
∴ equivalent .