Drawing all chords between six points on a circle, prove that only one triangle is formed in the circle’s interior.

geometry

Motivating problem: https://artofproblemsolving.com/wiki/index.php/2010_AMC_10A_Problems/Problem_22

If we draw a triangle in the interior of a circle, it is straightforward to show that the triangle can be constructed by the intersection of chords drawn between 6 points on the circle. This can be done by extending each side of the triangle until it intersects with the circle.

I am unable to prove that if we start with six points on the circle, and draw chords between all points, that only one triangle is formed in the circle's interior. I've listed some related questions below but I don't think these questions are quite what I'm looking for.

Related questions:

Best Answer

To get an interior triangle, you need three chords that form the sides of the triangle. Any two of those chords intersect to form a vertex of the interior triangle. Obviously two intersecting chords cannot share an endpoint, so the six points on the circle must each be the endpoint of one of the three chords forming the triangle.

If the 6 points on the circle are labelled A to F in order, then you must connect A to D, B to E, C to F to get the chords that form the sides of the triangle. Any other choice won't work because every chord must intersect the two others (to get the two vertices on that side of the triangle) and therefore has two endpoints on either side. This pairing AD, BE, CF is unique, so there is a unique interior triangle.