Theorems · Theorem · logic and foundations
Turing.TM1to0.tr_respects
∀ {Γ : Type u_1} {Λ : Type u_2} [inst : Inhabited Λ] {σ : Type u_3} [inst_1 : Inhabited σ]
(M : Λ → Turing.TM1.Stmt Γ Λ σ) [inst_2 : Inhabited Γ],
StateTransition.Respects (Turing.TM1.step M) (Turing.TM0.step (Turing.TM1to0.tr M)) fun c₁ c₂ =>
Turing.TM1to0.trCfg M c₁ = c₂- Cited by
- 1 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.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Turing.Tapeproof · cited by 50
- Turing.TM1.Stmtstatement and proof · cited by 49
- StateTransition.Reaches₁proof · cited by 35
- Turing.Dirproof · cited by 30
- Turing.Tape.moveproof · cited by 25
- Turing.TM1.Cfgstatement and proof · cited by 20
- Turing.Tape.headproof · cited by 17
- Turing.TM0.Stmtproof · cited by 16
- Relation.TransGen.headproof · cited by 16
- Turing.Tape.writeproof · cited by 14
- StateTransition.Respectsstatement · cited by 14
- Turing.TM1.stepAuxproof · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- Turing.TM1to0.tr_evalproof · cited by 0