Theorems · Theorem · logic and foundations
Turing.TM1to1.tr_respects
∀ {Γ : Type u_1} {Λ : Type u_2} {σ : Type u_3} {n : ℕ} {enc : Γ → List.Vector Bool n} (dec : List.Vector Bool n → Γ)
(M : Λ → Turing.TM1.Stmt Γ Λ σ) [inst : Inhabited Γ] {enc0 : enc default = List.Vector.replicate n false},
(∀ (a : Γ), dec (enc a) = a) →
StateTransition.Respects (Turing.TM1.step M) (Turing.TM1.step (Turing.TM1to1.tr enc dec M)) fun c₁ c₂ =>
Turing.TM1to1.trCfg enc enc0 c₁ = c₂- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Inhabited
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites47
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- List.Vectorstatement and proof · cited by 270
- Relation.ReflTransGenproof · cited by 104
- List.Vector.toListproof · cited by 79
- Turing.ListBlankproof · cited by 68
- Turing.Tapeproof · cited by 50
- Turing.TM1.Stmtstatement and proof · cited by 49
- Turing.ListBlank.consproof · cited by 31
- Turing.Dirproof · cited by 30
- Turing.ListBlank.tailproof · cited by 27
- Turing.ListBlank.headproof · cited by 27
- Turing.Tape.mk'proof · cited by 25
- Turing.Tape.moveproof · cited by 25
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.