mathlib
mathlib copied to clipboard
feat(computability): prove equivalence of NFAs and regular expressions
Provide a way to convert NFAs to regular expressions and vice versa, and prove that the conversions accept the same language.
TODO: statement of some theorems, style, adding @[simp] annotations appropriately, conversions between DFAs and regular expressions