(1) For any side of a convex polygon , construct a triangle with the largest area inside using as one of its sides. Prove: For each side of , the sum of the areas of the triangles obtained by the above method is at least twice the area of .
Problem 1165
Official solution
First, we prove a lemma.
Lemma: For each convex -gon with area , the area of the triangles formed by its sides and vertices is not less than .
Proof of the lemma: The main diagonal of a -gon is a diagonal that divides the -gon into two polygons, each containing the same side. For any side of the -gon, denotes the triangle , where are the endpoints of , and is the intersection of the main diagonals and . We will prove that the union of the triangles taken over all sides covers the entire polygon.
To this end, select any side , and consider the main diagonal as a directed segment. Let be any point in the polygon that is not on any main diagonal, and assume without loss of generality that is to the left of the ray . Consider the sequence of main diagonals , where are consecutive vertices to the right of .
The -th term in this sequence is the diagonal , and is to its right. Therefore, before , there exist two consecutive vertices in the sequence such that is to the left of and to the right of . This implies that is in the triangle , where . A similar argument can be made for points to the right of (points on the main diagonals can be ignored). Thus, the union of the triangles covers the entire polygon.
Their total area is not less than , so we can find two opposite sides, such as and (where and are main diagonals), such that , where denotes the area of a region. Let and intersect at . Without loss of generality, assume , then . The lemma is proved.
Now, assume the convex polygon has area and sides . Let be the largest triangle in with side . If the conclusion does not hold, then
Let be the common denominator of the fractions . Let , then
Divide each side of into equal parts, resulting in a convex -gon with area (some angles may be ). Apply the lemma to this -gon. According to the lemma, there is a side and a vertex such that the triangle formed by and has area . If is a part of the side of , then the triangle with base and the highest vertex has area
which contradicts the definition of . The proof is complete.