0
$\begingroup$

The problem goes as follow:

Let $n$ be a positive integer relatively prime to 6. We paint the vertices of a regular $n$-gon with three colours so that there is an odd number of vertices of each colour. Show that there exists an isosceles triangle whose three vertices are of different colours.

The proof I've been reading comes from the OTIS excerpts and it first uses the fact that $\gcd(n,6) = 1$ to say that there's no equilateral triangles but I don't see how this is the case, I would appreciate if someone explained this further. And next it uses this to say that because of this each edge of the $n$-gon is used in exactly three isoceles triangles. I can see how each side is used as a leg of one isoceles triangle but not how as a base of one, and a bit less how is that it's the base of just one triangle.

Next it assumes for contradiction that there's no such triangle as in the statement and defines $Y$ and $X$ as the number of monochromatic trangles on the $n$-gon and the rest of those triangles respectively. Now by letting $a,b$ and $c$ be the numbers of vertices of each colour it states that $X+3Y = 3(\binom a2 + \binom b2 + \binom c2)$ and I don't understand where this comes from so I would apreciate if someone could explain this further because I've been stuck for a bit. I understand the rest of the proof but I don't really see how these two steps are justified.

$\endgroup$
0

1 Answer 1

1
$\begingroup$
  1. If there's an equilateral triangle, show that $3 \mid n$. Since $ \gcd(n, 6) = 1$, hence $ 3 \not \mid n$.
  2. If the edge corresponds to vertices $v_i v_j$, what is the index of the vertex which yields an isosceles triangle with that as the base?
    • If $ i\equiv j \pmod{2}$, then $ \frac{i+j}{2}$ works. If not, try $ \frac{ i + j + n } { 2}$.
  3. I believe we're just counting over the isosceles triangles, and not every single triangle. (This agrees with checking the pdf that you linked)
    • We're counting monochromatic edges in isosceles triangles.
    • A monochromatic triangle has 3 monochromatic edges (hence $3Y$). Since there is no trichromatic triangle (which otherwise would contribute 0, hence $0Z$), a bichromatic triangle has 1 monochromatic edge (hence $X$). Thus, there are $3Y + X$ such edges.
    • Each edge appears in 3 triangles. There are $\sum{a\choose 2}$ edges, hence the RHS.
$\endgroup$
2
  • $\begingroup$ Can you expand a little bit more on why such index work in point 2? $\endgroup$
    – H4z3
    Commented Oct 31, 2023 at 4:00
  • $\begingroup$ @H4z3 It's equidistant from those 2 vertices. We need the parity to work out so that we have an integer. IE If we have $v_1v_3$, then $v_2$ works. What if we had $v_1 v_4$? $\endgroup$
    – Calvin Lin
    Commented Oct 31, 2023 at 4:13

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .