NP-hardness of unweighted Max Cut
Lax762056.MaxCutHardness · concepts/Lax762056/MaxCutHardness.lean · lax-762056
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
Deciding whether a finite simple unweighted graph has a cut of size at least is NP-hard (Garey, Johnson, and Stockmeyer, 1976).
Concept map
Evidence
Each proof establishes this claim relative to its assumptions.
Lean source view on GitHub
| 1 | import Lax762056.GraphProblems |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: NP-hardness of unweighted Max Cut |
| 6 | type: lemma |
| 7 | --- |
| 8 | Deciding whether a finite simple unweighted graph has a cut of size at |
| 9 | least is NP-hard (Garey, Johnson, and Stockmeyer, 1976). |
| 10 | -/ |
| 11 | |
| 12 | namespace Lax762056.MaxCutHardness |
| 13 | |
| 14 | open GraphProblems |
| 15 | |
| 16 | axiom maxCut_hardness : NPHard MaxCut |
| 17 | |
| 18 | end Lax762056.MaxCutHardness |
| 19 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments