Satisfiability and binary encodings
Lax429075.SATEncoding · concepts/Lax429075/SATEncoding.lean · lax-429075
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
An encoded formula belongs to the SAT language exactly when the formula is satisfiable.
Concept map
Evidence
Each proof establishes this claim relative to its assumptions.
In the paper
- page 1 of this submission's paper
Lean source view on GitHub
| 1 | import Lax429075.Satisfiability |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Satisfiability and binary encodings |
| 6 | type: lemma |
| 7 | --- |
| 8 | An encoded formula belongs to the SAT language exactly when the formula is satisfiable. |
| 9 | -/ |
| 10 | |
| 11 | namespace Lax429075.SATEncoding |
| 12 | |
| 13 | open CNF Encoding Satisfiability |
| 14 | |
| 15 | axiom correct (F : Formula) : encodeCNF F ∈ SAT ↔ Satisfiable F |
| 16 | |
| 17 | end Lax429075.SATEncoding |
| 18 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments