10⋅5 Given n points in space, any three of which form a triangle with one interior angle greater than 120∘. Prove that the points can be labeled as A1,A2,⋯,An, such that each ∠AiAjAk is greater than 120∘, where 1⩽i<j<k⩽n.
This one wants a proof. Work it on paper, read the official solution, then mark
yourself honestly — the ladder only means something if the record is true.
Official solution
[Proof] Let the longest line among the connections between n points be denoted as A1An, and label the remaining points according to their distance from A1 in ascending order as A2,A3,⋯,An−1, i.e., A1A2<A1A3<⋯<A1An−1. Since A1An is the longest, we have ∠A1A2An>120∘. On the other hand, because A1An is the longest, we have ∠A1AiAn>120∘ for i<n and ∠A1AjAn>120∘ for j<n. Therefore, ∠AiA1An>120∘. Thus, when 1<i<j<k<n, we have ∠A1AiAk>120∘ and ∠A1AjAk>120∘. Since the sum of the three dihedral angles (including the degenerate case of three rays emanating from a point on a plane) is no more than 360∘, we have ∠AjAiAk<120∘.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.