Langlib

Langlib.Automata.FiniteState.Definition

We just take over the Mathlib DFA/NFA automaton definition

def is_DFA {T : Type} (L : Language T) :

A language is DFA-recognizable if it is accepted by some finite-state deterministic automaton in Mathlib's sense.

Equations
Instances For
    def DFA.Class {T : Type} :

    The class of DFA-recognizable languages.

    This lives under DFA.Class because the top-level name DFA is already used by Mathlib's automaton type.

    Equations
    Instances For