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

Proof of `The correctly annotated strings of an MSO relabelling form a regular language`

groundedproofs/Lax314295Proofs/Results.lean · lax-314295

What this proof establishes

no assumptions

Assuming the claims on the left, the claim on the right holds — checked by the archive's pipeline. Proof code is not displayed here.

Read the Lean proof on GitHub

In the paper

Description

For an mso relabelling, the strings annotated at every position with a formula true there form a regular language (Claim C.4.6): the intersection, over the formulas, of the complements of the languages "some position carries a formula that fails there", each regular by Lemma C.4.2 (Transducers.msoRelabellingannotationregularTransducers.msoRelabelling_annotation_regular).

Proof strategy

The concept's relabelling RR is sent to toSrcRelRtoSrcRel R, whose index type is R.IdxR.Idx and whose formulas are toSrc(R.formi)toSrc (R.form i); the two languages are equal by extensionality and sattoSrcsat_toSrc.

Attribution

Claim C.4.6 of Transducers, Part C; formalised by Aristotle (Harmonic), PartC/MSORelab.leanPartC/MSORelab.lean, PartC/MSO.leanPartC/MSO.lean.