Single-tape P is closed under complement

Lax434930.SingleTapeComplement · concepts/Lax434930/SingleTapeComplement.lean · lax-434930

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 elementary single-tape class P\mathrm{P} is closed under complement.

    Concept map
    3 concepts
    100%
    Proven claimDefinitionThis conceptRelated conceptA → B: B builds on A
    Evidence

    In the paper

    • page 4 of this submission's paper

    Lean source view on GitHub

    1import Lax434930.MachineModels
    2
    3/-!
    4---
    5title: Single-tape P is closed under complement
    6type: lemma
    7---
    8The elementary single-tape class P\mathrm{P} is closed under complement.
    9-/
    10
    11namespace Lax434930.SingleTapeComplement
    12
    13open PolynomialTime MachineModels
    14
    15/-- Complement closure for the elementary single-tape definition. -/
    16axiom closed_under_complement (L : Language) :
    17 L ∈ SingleTapeP → Lᶜ ∈ SingleTapeP
    18
    19end Lax434930.SingleTapeComplement
    20
    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…