Erdős problem 613
Erdős Problem 613: Let and be a graph with edges. Must be the union of a bipartite graph and a graph with maximum degree less than ?
Sources
FormalConjectures/ErdosProblems/
613.lean
Retained formal statement
Erdős Problem 613: Let and be a graph with edges. Must be the union of a bipartite graph and a graph with maximum degree less than ?
False ↔ ∀ n ≥ 3, ∀ (V : Type u_1) [inst : Fintype V] (G : SimpleGraph V) [inst_1 : DecidableRel G.Adj], G.edgeFinset.card = (2 * n + 1).choose 2 - n.choose 2 - 1 → ∃ B D, ∀ [DecidableRel B.Adj] [inst_3 : DecidableRel D.Adj], G = B ⊔ D ∧ B.IsBipartite ∧ ∀ (v : V), D.degree v < nSolvedStatement only, no proof