Theorems · Theorem · logic and foundations
Turing.TM0.Machine.map_step
∀ {Γ : Type u_1} [inst : Inhabited Γ] {Γ' : Type u_2} [inst_1 : Inhabited Γ'] {Λ : Type u_3} [inst_2 : Inhabited Λ]
{Λ' : Type u_4} [inst_3 : Inhabited Λ'] (M : Turing.TM0.Machine Γ Λ) (f₁ : Turing.PointedMap Γ Γ')
(f₂ : Turing.PointedMap Γ' Γ) (g₁ : Λ → Λ') (g₂ : Λ' → Λ) {S : Set Λ},
Function.RightInverse f₁.f f₂.f →
(∀ q ∈ S, g₂ (g₁ q) = q) →
∀ (c : Turing.TM0.Cfg Γ Λ),
c.q ∈ S →
Option.map (Turing.TM0.Cfg.map f₁ g₁) (Turing.TM0.step M c) =
Turing.TM0.step (M.map f₁ f₂ g₁ g₂) (Turing.TM0.Cfg.map f₁ g₁ c)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Turing.Tapeproof · cited by 50
- Turing.Dirproof · cited by 30
- Turing.Tape.moveproof · cited by 25
- Turing.PointedMapstatement and proof · cited by 24
- Turing.PointedMap.fstatement and proof · cited by 24
- Turing.Tape.headproof · cited by 17
- Turing.TM0.Stmtproof · cited by 16
- Turing.Tape.writeproof · cited by 14
- Turing.TM0.Cfgstatement and proof · cited by 10
- Turing.Tape.mapproof · cited by 7
- Turing.TM0.stepstatement and proof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- Turing.TM0.Machine.map_respectsproof · cited by 0