Langlib

Langlib.Classes.Regular.Inclusion.Linear

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 #

A right-regular output has linear form.

A right-regular grammar is linear.

theorem is_Linear_of_is_RG {T : Type} {L : Language T} (h : is_RG L) :

Every regular language is linear.

The class of regular languages is a subclass of the linear languages.