Correctness of the circuit encoding
Lax429075.TseitinCorrect · concepts/Lax429075/TseitinCorrect.lean · lax-429075
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
The gate clauses and output clause are satisfiable exactly when the circuit is satisfiable.
Concept map
Evidence
Each proof establishes this claim relative to its assumptions.
In the paper
- page 3 of this submission's paper
Lean source view on GitHub
| 1 | import Lax429075.Tseitin |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Correctness of the circuit encoding |
| 6 | type: lemma |
| 7 | --- |
| 8 | The gate clauses and output clause are satisfiable exactly when the circuit is satisfiable. |
| 9 | -/ |
| 10 | |
| 11 | namespace Lax429075.TseitinCorrect |
| 12 | |
| 13 | open Circuits |
| 14 | |
| 15 | axiom correct (C : Circuit) : CNF.Satisfiable (Tseitin.encode C) ↔ Satisfiable C |
| 16 | |
| 17 | end Lax429075.TseitinCorrect |
| 18 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments