Correctness of the circuit encoding

Lax429075.TseitinCorrect · concepts/Lax429075/TseitinCorrect.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 gate clauses and output clause are satisfiable exactly when the circuit is satisfiable.

    Concept map
    5 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 3 of this submission's paper

    Lean source view on GitHub

    1import Lax429075.Tseitin
    2
    3/-!
    4---
    5title: Correctness of the circuit encoding
    6type: lemma
    7---
    8The gate clauses and output clause are satisfiable exactly when the circuit is satisfiable.
    9-/
    10
    11namespace Lax429075.TseitinCorrect
    12
    13open Circuits
    14
    15axiom correct (C : Circuit) : CNF.Satisfiable (Tseitin.encode C) ↔ Satisfiable C
    16
    17end Lax429075.TseitinCorrect
    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…