Regular Languages Included in Linear Languages #
This file proves that every regular language is linear by showing that right-regular productions are linear productions.
Main results #
is_Linear_of_is_RG— every regular language is linearRG_subclass_Linear—RG ⊆ Linear
theorem
linear_output_of_right_regular
{T N : Type}
{s : List (symbol T N)}
(h : right_regular_output s)
:
A right-regular output has linear form.
A right-regular grammar is linear.