Back to Problems
erdos_617.variant.r_eq_3
Specification
Erdős and Gyárfás [ErGy99] proved the conjecture for $r=3$.
Lean 4 Statement
theorem erdos_617.variant.r_eq_3 (r : ℕ) (hr : r ≥ 3) {V : Type} [Fintype V] [DecidableEq V]
(hV : Fintype.card V = 3^2 + 1) (coloring : Sym2 V → Fin 3) :
∃ (S : Finset V) (k : Fin 3),
S.card = 3 + 1 ∧
∀ u ∈ S, ∀ v ∈ S, u ≠ v → coloring s(u, v) ≠ k
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.