Theorems · Theorem · logic and foundations
Turing.TM1.SupportsStmt.eq_def
∀ {Γ : Type u_1} {Λ : Type u_2} {σ : Type u_3} (S : Finset Λ) (x : Turing.TM1.Stmt Γ Λ σ),
Turing.TM1.SupportsStmt S x =
match x with
| Turing.TM1.Stmt.move a q => Turing.TM1.SupportsStmt S q
| Turing.TM1.Stmt.write a q => Turing.TM1.SupportsStmt S q
| Turing.TM1.Stmt.load a q => Turing.TM1.SupportsStmt S q
| Turing.TM1.Stmt.branch a q₁ q₂ => Turing.TM1.SupportsStmt S q₁ ∧ Turing.TM1.SupportsStmt S q₂
| Turing.TM1.Stmt.goto l => ∀ (a : Γ) (v : σ), l a v ∈ S
| Turing.TM1.Stmt.halt => True- Cited by
- 1 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Finsetstatement and proof · cited by 13,712
- Turing.TM1.Stmtstatement and proof · cited by 49
- Turing.Dirstatement and proof · cited by 30
- Turing.TM1.SupportsStmtstatement and proof · cited by 10
- Turing.TM1.Stmt.belowproof · cited by 7
- Turing.TM1.Stmt.brecOn.goproof · cited by 7
- Turing.TM1.Stmt.brecOn.eqproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- Turing.TM2to1.tr_supportsproof · cited by 0