Theorems · Theorem · logic and foundations
Turing.TM1to1.stepAux_read
∀ {Γ : Type u_1} {Λ : Type u_2} {σ : Type u_3} {n : ℕ} {enc : Γ → List.Vector Bool n} (dec : List.Vector Bool n → Γ)
[inst : Inhabited Γ] (enc0 : enc default = List.Vector.replicate n false),
(∀ (a : Γ), dec (enc a) = a) →
∀ (f : Γ → Turing.TM1.Stmt Bool (Turing.TM1to1.Λ' Γ Λ σ) σ) (v : σ) (L R : Turing.ListBlank Γ),
Turing.TM1.stepAux (Turing.TM1to1.read dec f) v (Turing.TM1to1.trTape' enc0 L R) =
Turing.TM1.stepAux (f R.head) v (Turing.TM1to1.trTape' enc0 L R)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 79 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.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nat.iterateproof · cited by 740
- List.Vectorstatement and proof · cited by 270
- List.Vector.consproof · cited by 90
- List.Vector.toListproof · cited by 79
- Turing.ListBlankstatement and proof · cited by 68
- Turing.Tapeproof · cited by 50
- Turing.TM1.Stmtstatement and proof · cited by 49
- Turing.ListBlank.consproof · cited by 31
- Turing.ListBlank.tailproof · cited by 27
- Turing.ListBlank.headstatement and proof · cited by 27
- Turing.Tape.mk'proof · cited by 25
- Turing.Tape.moveproof · cited by 25
Cited by1
Results whose statement or proof uses this declaration.
- Turing.TM1to1.tr_respectsproof · cited by 0