Langlib

Langlib.Classes.Indexed.Closure.Injection

Indexed Languages Under Injective Terminal Maps #

This file proves that indexed languages are preserved by injective terminal maps.

def IndexedGrammar.mapTerminals {T₁ T₂ : Type} (f : T₁T₂) (g : IndexedGrammar T₁) :
Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem IndexedGrammar.language_mapTerminals {T₁ T₂ : Type} [Nonempty T₁] {f : T₁T₂} (hf : Function.Injective f) (g : IndexedGrammar T₁) :
    theorem Indexed_of_map_injective_Indexed {T₁ T₂ : Type} [Nonempty T₁] {f : T₁T₂} (hf : Function.Injective f) (L : Language T₁) :