Theorems · Theorem · computer science
Language.mem_kstar
∀ {α : Type u_1} {l : Language α} {x : List α}, x ∈ KStar.kstar l ↔ ∃ L, x = L.flatten ∧ ∀ y ∈ L, y ∈ l- Defined in
- Mathlib.Computability.Language
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Languagestatement and proof · cited by 125
- KStar.kstarstatement · cited by 49
Cited by1
Results whose statement or proof uses this declaration.
- DFA.evalFrom_of_powproof · cited by 1