Erdős problem 599
Erdős Problem 599 (the Erdős–Menger conjecture).
Sources
FormalConjectures/ErdosProblems/
599.lean
Retained formal statement
Sanity check: when the conclusion of erdos_599 holds trivially, with the empty family of paths and (the covering condition is vacuous since there is no path starting in ).
∀ (V : Type) (G : SimpleGraph V) (B : Set V), ∃ ι a b p S, (∀ (i : ι), a i ∈ ∅) ∧ (∀ (i : ι), b i ∈ B) ∧ (∀ (i : ι), (p i).IsPath) ∧ (Pairwise fun i j => Disjoint {v | v ∈ (p i).support} {v | v ∈ (p j).support}) ∧ S ⊆ {v | ∃ i, v ∈ (p i).support} ∧ (∀ (i : ι), ∃! v, v ∈ S ∧ v ∈ (p i).support) ∧ ∀ a' ∈ ∅, ∀ b' ∈ B, ∀ (q : G.Walk a' b'), q.IsPath → ∃ v ∈ q.support, v ∈ STestStatement only, no proof