Three palindromes
Created at 2023-08-24
Are there words over some alphabet such that , and are pairwise distinct palindromes?
What follows is an informal answer to this question (don't be spoiled before taking a hit at the problem yourself!). A nice, more rigorous formulation has been written down by my friend Markus Himmel.

There is a very natural geometic way to rephrase the situation given three words . Imagine points placed on a circle with equal angles. Start at some point and assign the characters of the word to the points in clockwise direction. Depending on where you start to read, you will be able to find, among others, the words and written on the circle because they are *rotations* of .
Here is another observation. If you draw a line that cuts the circle in half and intersects the circle (at least once) exactly in the middle of two adjacent points and characters on opposite sides of the line are equal, then the word that is written on the circle starting and ending at these points is a palindrome. This means that being a palindrome is a *reflection* symmetry of a word written on a circle. In the image to the right, you can see how this plays out for the palindrome Aibohphobia.
What happens if we have two axes of symmetry, i.e. two lines we can reflect on without changing the assignment of characters to the points? Then executing both reflections one after the other does not change the the assignment of characters either -- and together these reflections form a rotation! This means that any circular word with two different axes of symmetry is repetitive: No matter where you cut it into a word, the word consists of some subsequence of letters repeated at least twice.

In the given situation, we have three axes of symmetry: the ones proving that , and are palindromes. We will not assume that these axes are distinct for now. If we number the letters in from to and set and , then the three axes of symmetry lie to the left of the th, the th, and the th letter, and combining the reflections, we see that the circle of letters is kept unchanged if we rotate it by or letters.
Now, let be the greatest common divisor of and . A mathematical result called Bezout's identity shows that there are integers such that , and so . In other words: We can rotate the circle by characters by repeatedly rotating it by and characters, each time either clockwise or counterclockwise. So rotating be letters, or a multiple of letters, keeps it unchanged!
If is even, then divides , showing that , which is obtained by rotating by letters, is equal to . Similarly, if is even, then , and if is even, then .
Let us consider: Is it possible that , and are distinct? If that were the case, then , and would all need to be odd. But if and are odd, is certainly even! This way we have proved that said three words cannot be distinct if they are all palindromes.