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

Lax314295.FORelabellingIffAperiodicBimachine

First-order relabellings are exactly the aperiodic bimachines

concepts/Lax314295/FORelabellingIffAperiodicBimachine.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

    A string-to-string function is a first-order relabelling if and only if it is computed by an aperiodic bimachine (Theorem C.4.16 of Transducers). The two implications are the separate statements AperiodicBimachineOfFORelabellingAperiodicBimachineOfFORelabelling and FORelabellingOfAperiodicBimachineFORelabellingOfAperiodicBimachine; this statement is their conjunction.

    Lean source view on GitHub

    1import Lax132576.Bimachines
    2import Lax314295.MSORelabellings
    3
    4/-!
    5---
    6title: First-order relabellings are exactly the aperiodic bimachines
    7type: theorem
    8---
    9A string-to-string function is a first-order relabelling if and only if it is
    10computed by an aperiodic bimachine (Theorem C.4.16 of *Transducers*). The two
    11implications are the separate statements `AperiodicBimachineOfFORelabelling`
    12and `FORelabellingOfAperiodicBimachine`; this statement is their
    13conjunction.
    14
    15# Formalization notes
    16
    17Both alphabets are assumed finite.
    18-/
    19
    20namespace Lax314295.FORelabellingIffAperiodicBimachine
    21
    22open Lax132576.Bimachines Lax314295.MSORelabellings
    23
    24/-- A function is a first-order relabelling if and only if an aperiodic bimachine
    25computes it. -/
    26axiom isFORelabelling_iff_isAperiodicBimachine {A B : Type} [Finite A] [Finite B]
    27 (f : List A → List B) : IsFORelabelling f ↔ IsAperiodicBimachine f
    28
    29end Lax314295.FORelabellingIffAperiodicBimachine
    30
    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…