Theorems · Theorem · logic and foundations
Turing.Tape.move_right_nth
∀ {Γ : Type u_1} [inst : Inhabited Γ] (T : Turing.Tape Γ) (i : ℤ),
(Turing.Tape.move Turing.Dir.right T).nth i = T.nth (i + 1)- Defined in
- Mathlib.Computability.TuringMachine.Tape
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 76 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- add_sub_cancel_rightproof · cited by 187
- Turing.Tapestatement and proof · cited by 50
- Turing.Tape.movestatement and proof · cited by 25
- Turing.Tape.nthstatement and proof · cited by 8
- Turing.Tape.move_right_leftproof · cited by 3
- Turing.Tape.move_left_nthproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Turing.Tape.move_right_n_headproof · cited by 4