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

Lax916827.DuplicationContinuous

String duplication is continuous

concepts/Lax916827/DuplicationContinuous.lean · lax-916827

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.

    In the paper

    Theorem

    String duplication wwww \mapsto ww is continuous (Lemma C.1.2 of Transducers, second half): the inverse image of a regular language LL is the union, over the states qq of an automaton for LL, of the strings that lead from an initial state to qq and from qq to an accepting state.

    Lean source view on GitHub

    1import Lax765601.Continuity
    2
    3/-!
    4---
    5title: String duplication is continuous
    6type: theorem
    7---
    8String duplication wwww \mapsto ww is continuous (Lemma C.1.2 of *Transducers*,
    9second half): the inverse image of a regular language LL is the union, over
    10the states qq of an automaton for LL, of the strings that lead from an initial
    11state to qq and from qq to an accepting state.
    12
    13# Formalization notes
    14
    15The alphabet is assumed finite, as in the book.
    16-/
    17
    18namespace Lax916827.DuplicationContinuous
    19
    20open Lax765601.Continuity
    21
    22/-- String duplication is continuous. -/
    23axiom continuous_duplicate {A : Type} [Finite A] : Continuous (fun w : List A => w ++ w)
    24
    25end Lax916827.DuplicationContinuous
    26
    Show Proof

    Formalization notes

    The alphabet is assumed finite, as in the book.

    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…