erdős #1080
Let be a bipartite graph on vertices such that one part has vertices. Is there a constant such that if has at least edges then must contain a ?
Worked, still open.
graph theory · solved · possible · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 5 · solved (literature)
theorem erdos_1080 :
answer(False) ↔
∃ c > (0 : ℝ), ∀ (V : Type) [Fintype V] [Nonempty V] (G : SimpleGraph V) (X Y : Set V),
IsBipartition G X Y → X.ncard = ⌊(Fintype.card V : ℝ) ^ (2/3 : ℝ)⌋₊ →
G.edgeSet.ncard ≥ c * Fintype.card V →
∃ (v : V) (walk : G.Walk v v), walk.IsCycle ∧ walk.length = 6formal-conjectures/1080.lean ↗status
solved