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
Seymour observed that , as seen by the graph of independent paths of length joining two vertices.
∀ (m : ℕ), 3 ^ m ≤ Erdos150.maxMinimalCuts (3 * m + 2)SolvedStatement only, no proof