MSO-definable word languages are NFA-recognizable
Lax146103.MSOToNFA · concepts/Lax146103/MSOToNFA.lean · lax-146103
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
Every monadic second-order sentence over finite words on a finite alphabet is recognized by a nondeterministic finite automaton.
Concept map
Lean source view on GitHub
| 1 | import Lax146103.NFARecognizable |
| 2 | import Lax146103.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 Lax146103.MSOToNFA |
| 15 | |
| 16 | open Lax146103.MSOSyntax |
| 17 | open Lax146103.WordStructure |
| 18 | open Lax146103.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 Lax146103.MSOToNFA |
| 27 |
From Mathlib
none
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments