Back to Problems
erdos_128
Specification
Let G be a graph with n vertices such that every subgraph on ≥ $n/2$ vertices has more than $n^2/50$ edges. Must G contain a triangle?
Lean 4 Statement
theorem erdos_128 :
answer(sorry) ↔ (∀ V' : Set V,
2 * V'.ncard + 1 ≥ Fintype.card V →
50 * (G.induce V').edgeSet.ncard > Fintype.card V ^ 2) → ¬ G.CliqueFree 3
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.