The reduction can be computed in polynomial time
Lax762056.ReductionTime · concepts/Lax762056/ReductionTime.lean · lax-762056
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
The map can be computed in polynomial time. The output vertices may be relabeled as consecutive integers.
Concept map
Lean source view on GitHub
| 1 | import Lax762056.Reduction |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: The reduction can be computed in polynomial time |
| 6 | type: lemma |
| 7 | --- |
| 8 | The map can be computed in polynomial time. |
| 9 | The output vertices may be relabeled as consecutive integers. |
| 10 | -/ |
| 11 | |
| 12 | namespace Lax762056.ReductionTime |
| 13 | |
| 14 | open GraphEncoding Reduction |
| 15 | |
| 16 | axiom reduction_polynomial_time : |
| 17 | ∃ f : Instance → Instance, |
| 18 | PolynomialTime f ∧ |
| 19 | ∀ I, Nonempty ((f I).graph ≃g reductionGraph I.graph) ∧ |
| 20 | (f I).threshold = I.threshold + offset I.graph |
| 21 | |
| 22 | end Lax762056.ReductionTime |
| 23 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments