Theorems · Theorem · logic and foundations
Turing.TM1to1.stepAux_write
∀ {Γ : Type u_1} {Λ : Type u_2} {σ : Type u_3} {n : ℕ} {enc : Γ → List.Vector Bool n} [inst : Inhabited Γ]
(enc0 : enc default = List.Vector.replicate n false) (q : Turing.TM1.Stmt Bool (Turing.TM1to1.Λ' Γ Λ σ) σ) (v : σ)
(a b : Γ) (L R : Turing.ListBlank Γ),
Turing.TM1.stepAux (Turing.TM1to1.write (enc a).toList q) v
(Turing.TM1to1.trTape' enc0 L (Turing.ListBlank.cons b R)) =
Turing.TM1.stepAux q v (Turing.TM1to1.trTape' enc0 (Turing.ListBlank.cons a L) R)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 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.
Cites22
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
- List.Vector.toListstatement and proof · cited by 79
- Turing.ListBlankstatement and proof · cited by 68
- Turing.TM1.Stmtstatement and proof · cited by 49
- Turing.ListBlank.consstatement and proof · cited by 31
- Turing.Tape.mk'proof · cited by 25
- Turing.Tape.moveproof · cited by 25
- Turing.ListBlank.mkproof · cited by 22
- Turing.TM1.Cfgstatement and proof · cited by 20
- Turing.TM1to1.Λ'statement and proof · cited by 18
- Turing.ListBlank.head_consproof · cited by 18
- Turing.ListBlank.tail_consproof · cited by 17
Cited by1
Results whose statement or proof uses this declaration.
- Turing.TM1to1.tr_respectsproof · cited by 0