Mathlib Map

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.

Cited by1

Results whose statement or proof uses this declaration.