Theorems · Theorem · computer science
Language.leftQuotient_append
∀ {α : Type u} (L : Language α) (x y : List α), L.leftQuotient (x ++ y) = (L.leftQuotient x).leftQuotient y- Defined in
- Mathlib.Computability.MyhillNerode
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Set.ofPredproof · cited by 6,101
- Languagestatement and proof · cited by 125
- Language.leftQuotientstatement · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- Language.accepts_toDFAproof · cited by 1