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 lower bound is due to Gaspers and Mackenzie [GaMa18].
∀ (α : ℝ), Filter.Tendsto (fun n => ↑(Erdos150.maxMinimalCuts n) ^ (1 / ↑n)) Filter.atTop (nhds α) → 1.4457 ≤ αSolvedStatement only, no proof