Erdős problem 150
A minimal cut of a graph is a minimal set of vertices whose removal disconnects the graph. Let be the maximum number of minimal cuts a graph on vertices can have.
Sources
FormalConjectures/ErdosProblems/
150.lean
Retained formal statement
The current best-known bounds on are The upper bound is due to Fomin and Villanger [FoVi12] (with a simpler proof in [GaMa18]).
∀ (α : ℝ), Filter.Tendsto (fun n => ↑(Erdos150.maxMinimalCuts n) ^ (1 / ↑n)) Filter.atTop (nhds α) → α ≤ (1 + √5) / 2SolvedStatement only, no proof