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
If is bipartite and is -degenerate, that is, every induced subgraph of has minimum degree , then
The answer is no. OpenAI [OpenAI26] give a connected bipartite 2-degenerate H and constants c, ε > 0 with for all large n, which exceeds the conjectured . See erdos_146.variants.two_degenerate_counterexample.
False ↔ ∀ (r q : ℕ) (H : SimpleGraph (Fin q)), 0 < r → H.IsBipartite → Erdos146.IsDegenerate r H → (fun n => ↑(SimpleGraph.extremalNumber n H)) =O[Filter.atTop] fun n => ↑n ^ (2 - 1 / ↑r)SolvedStatement only, no proof