Decoding an encoded formula

Lax429075.EncodingCorrect · concepts/Lax429075/EncodingCorrect.lean · lax-429075

proven

Loading review…

Sign in with ORCID

Community review

Flags

Each flag is tied to a public ORCID identity and explains why this concept may be incorrect.

No flags have been submitted.

    Community review

    Flag this concept

    State precisely what appears incorrect. This explanation will be public under your ORCID name.

    No source line selected.

    Natural Language Statement

    Lemma

    The binary decoder recovers every encoded CNF formula.

    Concept map
    4 concepts
    100%
    Proven claimDefinitionThis conceptRelated conceptA → B: B builds on A
    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

    1import Lax429075.Encoding
    2
    3/-!
    4---
    5title: Decoding an encoded formula
    6type: lemma
    7---
    8The binary decoder recovers every encoded CNF formula.
    9-/
    10
    11namespace Lax429075.EncodingCorrect
    12
    13open CNF Encoding
    14
    15axiom roundtrip (F : Formula) : decodeCNF (encodeCNF F) = some F
    16
    17end Lax429075.EncodingCorrect
    18
    Show Proof
    Builds on
    Used by

    none

    From Mathlib

    none

    Discussion

    Ask a question or add context. Endorsements and structured flags are kept in the review panel above.

    Loading discussion…