Langlib

Langlib.Automata.LinearBounded.Inclusion.Recursive

LBA Languages ⊆ Recursive Languages #

Every language recognised by a (nondeterministic) linearly bounded automaton is recursive (decidable). This follows immediately from two results already in the library, composed:

So the membership problem for an LBA is decidable, even though the open LBA ⇔? DLBA question (whether nondeterministic and deterministic LBAs recognise the same class) is not settled here.

Main result #

Every LBA language is recursive (decidable). Compose LBACS (Myhill) with CSRecursive (Post).