There is a stone at each vertex of a given regular $13$-gon, and the color of each stone is black or white. Prove that we may exchange the position of two stones such that the coloring of these stones are symmetric with respect to some symmetric axis of the $13$-gon.
Problem
Source: 2012 China Girl's Mathematical Olympiad
Tags: geometry, trapezoid, pigeonhole principle, inequalities, combinatorics unsolved, combinatorics
13.08.2012 22:07
15.08.2012 22:17
18.08.2012 09:02
I found a nice one..
16.12.2023 06:48
Suppose not, we will use a global approach. Let the polygon be $P_1P_2\dots P_{13}$, and label each vertex with either 0 or 1. Consider an orientation of the polygon with $P_i$ as the tip, and consider pairs of points at the same height. If each of these pairs have two of the same label, we are already done as it is already symmetric so we just make a swap that does nothing. If exactly one of these pairs have different labels, then we swap out the one that is different from $P_i$ with $P_i$ to fix it. If exactly two of these pairs are mismatched, we swap them with each other. Therefore, since we are assuming the contrary, each orientation must have at least 3 differing pairs. Summing over all orientations, there are at least 39 pairs of points of different labels. WLOG there are more 1 labels than 0 labels. Then, the product of the number of 0 labels and number of 1 labels is at least 39, so there are either 5 or 6 0 labels. Case 1: there are 5 labels of $0$ and 8 labels of $1$. Orient the polygon so that a 0 is at the top. Since there are 4 0s remaining, which is even, there must be an even number of pairs with exactly one 0. However, since we know that there are at least 3 such pairs, there are also at least 4. This is true of all of the orientations with 0 at the top, so there are at least $5\cdot 4+8\cdot 3=44$ pairs of different labeled points, contradiction. Case 2: there are 6 labels of $0$ and 7 labels of $1$. This time, orient it so that 1 is at the top. Again there are 6 1s left, so there are an even number of different pairs, so there are at least 4. This is true for any of these 7 orientations, so there are at least $4\cdot 7+3\cdot 6=46$ pairs of different labels, contradiction.
07.01.2024 00:01
I found this fairly straightforward. WLOG the number of white stones is even. Label the vertices of the regular $13$-gon $0, 1, 2, 3, \dots, 12$, and let $S$ be the set of positions of all the white stones. The configuration will be symmetric if there exists a residue $k$ such that $S$ can be partitioned into pairs summing to $k$. In particular, let $|S| = 2n$. Consider the set of all ${2n \choose 2}$ sums of pairs of elements in $S$. Notice that for $n \geq 2$, we have ${2n \choose 2} \geq 13(n-2)$, which implies by Pigeonhole that there exist $n-1$ pairs in $S$ that sum to the same residue modulo $13$. If all $n$ pairs sum to that residue, then we may arbitrarily exchange some two white stones; otherwise, we may swap the white stone located at one of the locations in the remaining pair to the position for which that pair also sums to $k$. (This new position is guaranteed to not already be in $S$.) This finishes the problem.