Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

The known seven-color bound for finite subcubic simple graphs

Open
OPG37271.subcubic_seven_color_bound

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

combinatoricsedge-coloringgraph-theoryopen-problem

Let GGG be a finite simple graph in which every vertex has at most three neighbors. Then GGG admits a star edge coloring with seven colors:

Δ(G)≤3⟹χs′(G)≤7.\Delta(G)\le 3 \quad\Longrightarrow\quad \chi'_s(G)\le 7.Δ(G)≤3⟹χs′​(G)≤7.

A star edge coloring is proper and has no bichromatic simple path or cycle of four edges. The path is not required to be induced. This is the established general upper bound that precedes the six-color conjecture.

Preamble
import Definitions.Def_opg37271_star_edge_coloring
Formal statement
namespace OPG37271

universe u

/-- The known general upper bound: every finite subcubic simple graph has a
star edge coloring with seven colors. -/
theorem subcubic_seven_color_bound
    {V : Type u} [Fintype V] (G : SimpleGraph V)
    (hsubcubic : IsSubcubic G) :
    HasStarEdgeColoring G 7 := by sorry

end OPG37271
Source
Dvořák--Mohar--Šámal, Star chromatic index, J. Graph Theory 72 (2013), 313--326, https://arxiv.org/abs/1011.3376, subcubic seven-color theorem; restated as Theorem 1.3(a) in Lei--Shi--Song, Star chromatic index of subcubic multigraphs, J. Graph Theory 88 (2018), 566--576, https://arxiv.org/abs/1701.04105v3
Read-back

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

For every finite type VVV, every simple graph GGG on VVV, and every hypothesis that each vertex has at most three neighbors,

∀v∈V,encard⁡({u∈V∣G is adjacent to v and u})≤3,\forall v\in V,\quad \operatorname{encard}\bigl(\{u\in V\mid G\text{ is adjacent to }v\text{ and }u\}\bigr)\le 3,∀v∈V,encard({u∈V∣G is adjacent to v and u})≤3,

there exists an assignment ccc of one of the seven colors {0,1,…,6}\{0,1,\ldots,6\}{0,1,…,6} to every edge of GGG such that: (i) whenever u≠wu\neq wu=w are both adjacent to the same vertex vvv, the colors assigned to the edges vuvuvu and vwvwvw are different; (ii) there do not exist five pairwise distinct vertices v0,v1,v2,v3,v4v_0,v_1,v_2,v_3,v_4v0​,v1​,v2​,v3​,v4​ with consecutive adjacencies v0v1,v1v2,v2v3,v3v4v_0v_1,v_1v_2,v_2v_3,v_3v_4v0​v1​,v1​v2​,v2​v3​,v3​v4​ such that the colors of v0v1v_0v_1v0​v1​ and v2v3v_2v_3v2​v3​ are equal and the colors of v1v2v_1v_2v1​v2​ and v3v4v_3v_4v3​v4​ are equal; and (iii) there do not exist four pairwise distinct vertices v0,v1,v2,v3v_0,v_1,v_2,v_3v0​,v1​,v2​,v3​ with adjacencies v0v1,v1v2,v2v3,v3v0v_0v_1,v_1v_2,v_2v_3,v_3v_0v0​v1​,v1​v2​,v2​v3​,v3​v0​ such that the colors of v0v1v_0v_1v0​v1​ and v2v3v_2v_3v2​v3​ are equal and the colors of v1v2v_1v_2v1​v2​ and v3v0v_3v_0v3​v0​ are equal.

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