Theorems · Definition · logic and foundations
Turing.TM2to1.tr
{K : Type u_1} →
{Γ : K → Type u_2} →
{Λ : Type u_3} →
{σ : Type u_4} →
[DecidableEq K] →
(Λ → Turing.TM2.Stmt Γ Λ σ) →
Turing.TM2to1.Λ' K Γ Λ σ → Turing.TM1.Stmt (Turing.TM2to1.Γ' K Γ) (Turing.TM2to1.Λ' K Γ Λ σ) σThe TM2 emulator machine states written as a TM1 program.
This handles the go and ret states, which shuttle to and from a stack top.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Turing.TM2.Stmtstatement and proof · cited by 51
- Turing.TM1.Stmtstatement and proof · cited by 49
- Turing.TM2to1.Λ'statement and proof · cited by 22
- Turing.TM2to1.StActproof · cited by 21
- Turing.TM2to1.Γ'statement and proof · cited by 14
- Turing.TM2to1.trNormalproof · cited by 6
- Turing.TM2to1.trStActproof · cited by 3
Cited by7
Results whose statement or proof uses this declaration.
- Turing.TM2to1.tr_respectsstatement and proof · cited by 2
- Turing.TM2to1.tr_respects_auxstatement and proof · cited by 1
- Turing.TM2to1.tr_respects_aux₁statement and proof · cited by 1
- Turing.TM2to1.tr_respects_aux₃statement and proof · cited by 1
- Turing.TM2to1.tr_evalstatement and proof · cited by 0
- Turing.TM2to1.tr_eval_domstatement · cited by 0
- Turing.TM2to1.tr_supportsstatement and proof · cited by 0