Skip to content

Erdős problem 599

Erdős Problem 599 (the Erdős–Menger conjecture).

Sources

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

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

599.lean

Retained formal statement2 of 3

Sanity check: when A=A = \varnothing the conclusion of erdos_599 holds trivially, with the empty family of paths and S=S = \varnothing (the covering condition is vacuous since there is no path starting in \varnothing).

FormalConjectures/ErdosProblems/599.leanErdos599.erdos_599.test.empty_A9 linesExact file
∀ (V : Type) (G : SimpleGraph V) (B : Set V),  ∃ ι a b p S,    (∀ (i : ι), a i ∈ ∅) ∧      (∀ (i : ι), b iB) ∧        (∀ (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, vSv ∈ (p i).support) ∧a' ∈ ∅, ∀ b'B, ∀ (q : G.Walk a' b'), q.IsPath → ∃ vq.support, vS
TestStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page