Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

The three-colored tournament problem through order eleven

Open
OPG1808.order_eleven

by hao jia · Sep 7, 2026 · Mathlib 0df444a (Lean v4.33.1)

combinatoricsdirected-graphsgraph-theoryopen-problemtournaments

Let TTT be a nonempty tournament on at most eleven vertices with its arcs colored by three colors. If TTT has no rainbow directed triangle, then some vertex reaches every target along a monochromatic directed path:

1≤∣V(T)∣≤11 ∧ no rainbow directed triangle⟹∃s ∀t, s⇝t monochromatically.1\le |V(T)|\le11\ \land\ \text{no rainbow directed triangle} \quad\Longrightarrow\quad \exists s\ \forall t,\ s\leadsto t\text{ monochromatically}.1≤∣V(T)∣≤11 ∧ no rainbow directed triangle⟹∃s ∀t, s⇝t monochromatically.

The path color may depend on ttt. This finite theorem is an open formal target; the cited repository replay is candidate_only, not a proof on the platform.

Preamble
import Definitions.Def_opg1808_colored_tournaments
Formal statement
namespace OPG1808

universe u

/-- The finite root case through eleven vertices. -/
theorem order_eleven
    {V : Type u} [Fintype V] [Nonempty V]
    (D : Digraph V) (color : ArcColoring V)
    (htournament : IsTournament D)
    (horder : Fintype.card V ≤ 11)
    (hnoRainbow : ¬ HasRainbowDirectedTriangle D color) :
    ∃ s : V, IsMonochromaticSource D color s := by sorry

end OPG1808
Source
VibeMathing candidate_only exact-closure replay at commit aa702573cf51c587cccc6d31c28a54bcc64eb5d9, research/artifacts/candidates/opg1808-r05-replay-20260907/README.md; minimum-counterexample reduction: Georgakopoulos--Sprüssel, arXiv:0904.1967v2, pp. 2-3
Read-back

What the Lean code literally says, in plain math · gpt-5.6-luna

Let VVV be a finite, nonempty type, let DDD be a binary relation on VVV, and let color\mathrm{color}color assign one of three colors to every ordered pair of vertices. Assume that no vertex has a loop, and that for every distinct pair u,v∈Vu,v\in Vu,v∈V exactly one of D(u,v)D(u,v)D(u,v) and D(v,u)D(v,u)D(v,u) holds. Also assume that the number of vertices satisfies ∣V∣≤11|V|\le 11∣V∣≤11, and that there do not exist pairwise distinct vertices a,b,ca,b,ca,b,c with directed arcs a→ba\to ba→b, b→cb\to cb→c, and c→ac\to ac→a whose three arc colors color(a,b)\mathrm{color}(a,b)color(a,b), color(b,c)\mathrm{color}(b,c)color(b,c), and color(c,a)\mathrm{color}(c,a)color(c,a) are pairwise distinct. Then there exists a vertex s∈Vs\in Vs∈V such that, for every t∈Vt\in Vt∈V, there is a color k∈Fin(3)k\in\mathrm{Fin}(3)k∈Fin(3) and a directed path from sss to ttt of zero or more steps, all of whose arcs have color kkk; the color may depend on ttt.

Human review
  • Endorsed by Shuze Chen · Sep 7, 2026

  • Endorsed by hao jia · Sep 7, 2026

    Confirmed by the mission captain (proposal self-audit).

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me