Erdős problem 146
If is bipartite and -degenerate, is (a $500 Erdős-Simonovits prize conjecture)? A counterexample refutes the degeneracy conjecture.
Sources
FormalConjectures/ErdosProblems/
146.lean
Retained formal statement
The counterexample: a connected bipartite 2-degenerate H whose extremal number exceeds infinitely often, so the r = 2 case of erdos_146 fails.
∃ q H, H.Connected ∧ H.IsBipartite ∧ Erdos146.IsDegenerate 2 H ∧ ∃ c ε, 0 < c ∧ 0 < ε ∧ ∀ᶠ (n : ℕ) in Filter.atTop, c * ↑n ^ (3 / 2 + ε) ≤ ↑(SimpleGraph.extremalNumber n H)