Theorems · Theorem · logic and foundations
Turing.TM0.step_supports
∀ {Γ : Type u_1} {Λ : Type u_2} [inst : Inhabited Λ] [inst_1 : Inhabited Γ] (M : Turing.TM0.Machine Γ Λ) {S : Set Λ},
Turing.TM0.Supports M S → ∀ {c c' : Turing.TM0.Cfg Γ Λ}, c' ∈ Turing.TM0.step M c → c.q ∈ S → c'.q ∈ S- Cited by
- 1 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Turing.Tapeproof · cited by 50
- Turing.Dirproof · cited by 30
- Turing.Tape.moveproof · cited by 25
- Turing.Tape.headproof · cited by 17
- Turing.TM0.Stmtproof · cited by 16
- Turing.Tape.writeproof · cited by 14
- Turing.TM0.Cfgstatement and proof · cited by 10
- Turing.TM0.stepstatement and proof · cited by 6
- Turing.TM0.Machinestatement and proof · cited by 5
- Turing.TM0.Supportsstatement and proof · cited by 4
- Turing.TM0.Cfg.qstatement and proof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Turing.TM0.Machine.map_respectsproof · cited by 0