Lax52.MSOToNFA
MSO-definable word languages are NFA-recognizable
concepts/Lax52/MSOToNFA.lean · lax-52
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
Evidence
Each proof establishes this claim relative to its assumptions.
-
no assumptions
thm✓Lax52.MSOToNFA
Theorem
Every monadic second-order sentence over finite words on a finite alphabet is recognized by a nondeterministic finite automaton.
Lean source view on GitHub
| 1 | import Lax52.NFARecognizable |
| 2 | import Lax52.WordStructure |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: MSO-definable word languages are NFA-recognizable |
| 7 | type: theorem |
| 8 | --- |
| 9 | |
| 10 | Every monadic second-order sentence over finite words on a finite alphabet is |
| 11 | recognized by a nondeterministic finite automaton. |
| 12 | -/ |
| 13 | |
| 14 | namespace Lax52.MSOToNFA |
| 15 | |
| 16 | open Lax52.MSOSyntax |
| 17 | open Lax52.WordStructure |
| 18 | open Lax52.NFARecognizable |
| 19 | |
| 20 | universe u |
| 21 | |
| 22 | axiom mso_definable_is_nfaRecognizable {Sigma : Type u} [Fintype Sigma] |
| 23 | (phi : MSOSyntax.Sentence (wordLanguage Sigma)) : |
| 24 | NFARecognizable (sentenceLanguage phi) |
| 25 | |
| 26 | end Lax52.MSOToNFA |
| 27 |
Used by
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