Theorems · Definition · logic and foundations
Turing.TM0.Cfg.map
{Γ : Type u_1} →
[inst : Inhabited Γ] →
{Γ' : Type u_2} →
[inst_1 : Inhabited Γ'] →
{Λ : Type u_3} → {Λ' : Type u_4} → Turing.PointedMap Γ Γ' → (Λ → Λ') → Turing.TM0.Cfg Γ Λ → Turing.TM0.Cfg Γ' Λ'Map a configuration across a function, given f : Γ → Γ' a map of the alphabets and
g : Λ → Λ' a map of the machine states.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Turing.Tapeproof · cited by 50
- Turing.PointedMapstatement and proof · cited by 24
- Turing.TM0.Cfgstatement and proof · cited by 10
- Turing.Tape.mapproof · cited by 7
Cited by3
Results whose statement or proof uses this declaration.
- Turing.TM0.Machine.map_stepstatement and proof · cited by 1
- Turing.TM0.map_initstatement · cited by 0
- Turing.TM0.Machine.map_respectsstatement and proof · cited by 0