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

Lax314295.MSOTransductionIffRegular

MSO transductions define exactly the regular functions

concepts/Lax314295/MSOTransductionIffRegular.lean · lax-314295

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

    In the paper

    Theorem

    String-to-string mso transductions define exactly the regular functions (Theorem C.4.8 of Transducers, Engelfriet and Hoogeboom). The two implications are the separate statements RegularOfMSOTransductionRegularOfMSOTransduction and MSOTransductionOfRegularMSOTransductionOfRegular; this statement is their conjunction.

    Lean source view on GitHub

    1import Lax916827.RegularFunctions
    2import Lax314295.MSOTransductions
    3
    4/-!
    5---
    6title: MSO transductions define exactly the regular functions
    7type: theorem
    8---
    9String-to-string mso transductions define exactly the regular functions
    10(Theorem C.4.8 of *Transducers*, Engelfriet and Hoogeboom). The two
    11implications are the separate statements `RegularOfMSOTransduction` and
    12`MSOTransductionOfRegular`; this statement is their conjunction.
    13
    14# Formalization notes
    15
    16Both alphabets are assumed finite.
    17-/
    18
    19namespace Lax314295.MSOTransductionIffRegular
    20
    21open Lax916827.RegularFunctions Lax314295.MSOTransductions
    22
    23/-- A function is defined by an mso transduction if and only if it is regular. -/
    24axiom isMSOTransduction_iff_isRegularFun {A B : Type} [Finite A] [Finite B]
    25 (f : List A → List B) : IsMSOTransduction f ↔ IsRegularFun f
    26
    27end Lax314295.MSOTransductionIffRegular
    28
    Show Proof

    Formalization notes

    Both alphabets are assumed finite.

    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…