Theorems · Definition · logic and foundations
Turing.TM1to1.trNormal
{Γ : Type u_1} →
{Λ : Type u_2} →
{σ : Type u_3} →
{n : ℕ} → (List.Vector Bool n → Γ) → Turing.TM1.Stmt Γ Λ σ → Turing.TM1.Stmt Bool (Turing.TM1to1.Λ' Γ Λ σ) σTranslate a normal instruction. For the write command, we use a goto indirection so that
we can access the current value of the tape.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
- Turing.TM1.Stmtstatement and proof · cited by 49
- Turing.TM1to1.Λ'statement · cited by 18
- Turing.TM1.Stmt.brecOnproof · cited by 1
Cited by4
Results whose statement or proof uses this declaration.
- Turing.TM1to1.trproof · cited by 2
- Turing.TM1to1.tr_respectsproof · cited by 0
- Turing.TM1to1.tr_supportsproof · cited by 0
- Turing.TM1to1.trNormal.eq_defstatement and proof · cited by 0