Skip to content

Erdős problem 613

Erdős Problem 613: Let n3n \geq 3 and GG be a graph with (2n+12)(n2)1\binom{2n+1}{2} - \binom{n}{2} - 1 edges. Must GG be the union of a bipartite graph and a graph with maximum degree less than nn?

Sources

Browse retained paths and inspect the exact material available for this Problem.

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

613.lean

Retained formal statement1 of 1

Erdős Problem 613: Let n3n \geq 3 and GG be a graph with (2n+12)(n2)1\binom{2n+1}{2} - \binom{n}{2} - 1 edges. Must GG be the union of a bipartite graph and a graph with maximum degree less than nn?

FormalConjectures/ErdosProblems/613.leanErdos613.erdos_6136 linesExact file
Falsen ≥ 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 = BDB.IsBipartite ∧ ∀ (v : V), D.degree v < n
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page