Documentation

FormalConjectures.ErdosProblems.«617»

Erdős Problem 617 #

References:

theorem Erdos617.erdos_617 (r : ) (hr : r 3) {V : Type} [Fintype V] [DecidableEq V] (hV : Fintype.card V = r ^ 2 + 1) (coloring : Sym2 VFin r) :
∃ (S : Finset V) (k : Fin r), S.card = r + 1 uS, vS, u vcoloring s(u, v) k

Let $r\geq 3$. If the edges of $K_{r^2+1}$ are $r$-coloured then there exist $r+1$ vertices with at least one colour missing on the edges of the induced $K_{r+1}$.

In other words, there is no balanced colouring.

A conjecture of Erdős and Gyárfás [ErGy99].

theorem Erdos617.erdos_617.variants.r_eq_3 (r : ) (hr : r 3) {V : Type} [Fintype V] [DecidableEq V] (hV : Fintype.card V = 3 ^ 2 + 1) (coloring : Sym2 VFin 3) :
∃ (S : Finset V) (k : Fin 3), S.card = 3 + 1 uS, vS, u vcoloring s(u, v) k

Erdős and Gyárfás [ErGy99] proved the conjecture for $r=3$.

theorem Erdos617.erdos_617.variants.r_eq_4 (r : ) (hr : r 3) {V : Type} [Fintype V] [DecidableEq V] (hV : Fintype.card V = 4 ^ 2 + 1) (coloring : Sym2 VFin 4) :
∃ (S : Finset V) (k : Fin 4), S.card = 4 + 1 uS, vS, u vcoloring s(u, v) k

Erdős and Gyárfás [ErGy99] proved the conjecture for $r=4$.

theorem Erdos617.erdos_617.variants.r2 :
{r : | ∃ (V : Type) (x : Fintype V) (x_1 : DecidableEq V), Fintype.card V = r ^ 2 ∃ (coloring : Sym2 VFin r), ∀ (S : Finset V), S.card = r + 1∀ (k : Fin r), uS, vS, u v coloring s(u, v) = k}.Infinite

Erdős and Gyárfás [ErGy99] showed this property fails for infinitely many $r$ if we replace $r^2+1$ by $r^2$.