Draft — mutable and not usable as a dependency; its citation marks the draft state.

Lax307052.Runs

Runs and configuration reachability

concepts/Lax307052/Runs.lean · lax-307052

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.

    Concept map

    Proven claimDefinitionThis conceptRelated conceptA → B: B builds on A

    Evidence

    Each proof establishes this claim relative to its assumptions.

    Lemma

    For a machine whose runs stay within the space bound, bounded configuration reachability agrees with machine acceptance.

    Lean source view on GitHub

    1import Lax307052.ConfigurationGraph
    2
    3/-!
    4---
    5title: Runs and configuration reachability
    6type: lemma
    7---
    8For a machine whose runs stay within the space bound, bounded configuration
    9reachability agrees with machine acceptance.
    10-/
    11
    12namespace Lax307052.Runs
    13
    14open Lax434930.PolynomialTime Lax434930.SpaceMachines ConfigurationGraph
    15
    16axiom acceptance (M : Machine) (w : Word) (s : ℕ) (hs : M.UsesSpace w s) :
    17 AcceptsBounded M w s ↔ M.Accepts w
    18
    19end Lax307052.Runs
    20
    Show Proof

    Used by

    none

    From Mathlib

    none

    Community review

    Discussion

    Ask a question or add context. Endorsements and structured flags are kept in the review panel above; your ORCID profile must share a public name.

    0 comments

    Loading discussion…