Back to Problems
erdos_108
Specification
For every r ≥ 4 and k ≥ 2 is there some finite f(k,r) such that every graph of chromatic number ≥ f(k,r) contains a subgraph of girth ≥ r and chromatic number ≥ k?
Lean 4 Statement
theorem erdos_108 :
answer(sorry) ↔ ∀ r ≥ 4, ∀ k ≥ (2 : ℕ), ∃ (f : ℕ),
∀ (V : Type u) (G : SimpleGraph V) (_ : Nonempty V)
(hchro : f ≤ SimpleGraph.chromaticNumber G),
∃ (H : G.Subgraph), (SimpleGraph.girth H.coe ≥ r) ∧
(SimpleGraph.chromaticNumber H.coe ≥ 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.