Theorems · Theorem · logic and foundations
Turing.TM0.Machine.map_respects
∀ {Γ : 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₁ : Turing.PointedMap Λ Λ') (g₂ : Λ' → Λ) {S : Set Λ},
Turing.TM0.Supports M S →
Function.RightInverse f₁.f f₂.f →
(∀ q ∈ S, g₂ (g₁.f q) = q) →
StateTransition.Respects (Turing.TM0.step M) (Turing.TM0.step (M.map f₁ f₂ g₁.f g₂)) fun a b =>
a.q ∈ S ∧ Turing.TM0.Cfg.map f₁ g₁.f a = b- Cited by
- 0 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- StateTransition.Reaches₁proof · cited by 35
- Turing.PointedMapstatement and proof · cited by 24
- Turing.PointedMap.fstatement and proof · cited by 24
- StateTransition.Respectsstatement · cited by 14
- Turing.TM0.Cfgstatement and proof · cited by 10
- Turing.TM0.stepstatement and proof · cited by 6
- Turing.TM0.Machinestatement and proof · cited by 5
- Turing.TM0.Supportsstatement and proof · cited by 4
- Turing.TM0.Cfg.mapstatement and proof · cited by 3
- Turing.TM0.Cfg.qstatement and proof · cited by 3
- Turing.TM0.Machine.mapstatement and proof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.