Decoding an encoded formula
Lax429075.EncodingCorrect · concepts/Lax429075/EncodingCorrect.lean · lax-429075
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
The binary decoder recovers every encoded CNF formula.
Concept map
In the paper
- page 1 of this submission's paper
Lean source view on GitHub
| 1 | import Lax429075.Encoding |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Decoding an encoded formula |
| 6 | type: lemma |
| 7 | --- |
| 8 | The binary decoder recovers every encoded CNF formula. |
| 9 | -/ |
| 10 | |
| 11 | namespace Lax429075.EncodingCorrect |
| 12 | |
| 13 | open CNF Encoding |
| 14 | |
| 15 | axiom roundtrip (F : Formula) : decodeCNF (encodeCNF F) = some F |
| 16 | |
| 17 | end Lax429075.EncodingCorrect |
| 18 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments