theorem
EDT0LGrammar.UnionData.extend_alphabet₀_is_nonterminal
{T : Type u_1}
{N₀ : Type u_2}
{N₁ : Type u_3}
(s : Symbol T N₀)
:
theorem
EDT0LGrammar.UnionData.extend_alphabet₁_is_nonterminal
{T : Type u_1}
{N₀ : Type u_2}
{N₁ : Type u_3}
(s : Symbol T N₁)
:
theorem
EDT0LGrammar.finite_index_closed_under_union
{T : Type u_1}
{k₁ k₂ : ℕ}
(L₁ L₂ : Language T)
(h₁ : L₁.IsEDT0LOfIndex k₁)
(h₂ : L₂.IsEDT0LOfIndex k₂)
:
(L₁ + L₂).IsEDT0LOfIndex (k₁.max k₂)