Theorems · Theorem · computer science
DFA.evalFrom_comap
∀ {α : Type u} {σ : Type v} (M : DFA α σ) {α' : Type u_1} (f : α' → α) (s : σ) (x : List α'),
(DFA.comap f M).evalFrom s x = M.evalFrom s (List.map f x)- Defined in
- Mathlib.Computability.DFA
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFAstatement and proof · cited by 58
- List.reverseRecOnproof · cited by 29
- DFA.evalFromstatement and proof · cited by 18
- DFA.stepproof · cited by 18
- DFA.comapstatement and proof · cited by 8
- DFA.evalFrom_append_singletonproof · cited by 3
- DFA.comap_stepproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- DFA.eval_comapproof · cited by 1