Langlib

Langlib.Classes.Linear.Inclusion.ContextFree

Linear Language Inclusions #

This file proves that every linear language is context-free.

Main results #

A linear output is trivially a valid context-free output (no additional restriction).

theorem is_CF_of_is_Linear {T : Type} {L : Language T} (h : is_Linear L) :

Every linear language is context-free.

The class of linear languages is a subclass of the context-free languages.