Theorems · Theorem · logic and foundations
Turing.TM1to1.stepAux_move
∀ {Γ : Type u_1} {Λ : Type u_2} {σ : Type u_3} {n : ℕ} (d : Turing.Dir)
(q : Turing.TM1.Stmt Bool (Turing.TM1to1.Λ' Γ Λ σ) σ) (v : σ) (T : Turing.Tape Bool),
Turing.TM1.stepAux (Turing.TM1to1.move n d q) v T = Turing.TM1.stepAux q v ((Turing.Tape.move d)^[n] T)- Cited by
- 2 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.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nat.iteratestatement and proof · cited by 740
- Function.iterate_succ'proof · cited by 56
- Turing.Tapestatement and proof · cited by 50
- Turing.TM1.Stmtstatement and proof · cited by 49
- Turing.Dirstatement and proof · cited by 30
- Turing.Tape.movestatement and proof · cited by 25
- Turing.TM1.Cfgstatement and proof · cited by 20
- Function.iterate_succproof · cited by 19
- Turing.TM1to1.Λ'statement and proof · cited by 18
- Turing.TM1.stepAuxstatement and proof · cited by 12
- Turing.TM1to1.movestatement · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- Turing.TM1to1.stepAux_readproof · cited by 1
- Turing.TM1to1.tr_respectsproof · cited by 0