Let and be a graph with edges. Must be the union of a bipartite graph and a graph with maximum degree less than ?

claimed — no verifier run, no signed judgmentunreviewedOpen. Worked here; no verified result yet.

graph theory · disproved · formalized (Lean) · 0 attempts

use this data

vela registry pull vfr_37aec80d874a0239
vela reproduce examples/erdos-problems

Formal proof

AMS 5 · solved (literature)

theorem erdos_613 :
    answer(False) ↔
      ∀ n ≥ 3, ∀ (V : Type*) [Fintype V] (G : SimpleGraph V), [DecidableRel G.Adj] →
        G.edgeFinset.card = Nat.choose (2 * n + 1) 2 - Nat.choose n 2 - 1 →
        ∃ (B D : SimpleGraph V), [DecidableRel B.Adj] → [DecidableRel D.Adj] →
          G = B ⊔ D ∧ B.IsBipartite ∧ ∀ v, D.degree v < n
formal-conjectures/613.lean ↗

Check it yourself

One command re-derives this record's receipts on your machine.

vela reproduce examples/erdos-problems

Verify this yourself

Run this command — the output must match these fingerprints.

vela reproduce examples/erdos-problems
  • packet.json · sha256 60e3beb592556c07e7a01b211ce301157b129b028f2af2392f64e92b7357fae0

Search Vela

Search problems, results, contributors, and pages — or jump straight to an id.