Mathlib Map

Theorems · Definition · logic and foundations

Turing.TM1.Supports

{Γ : Type u_1} → {Λ : Type u_2} → {σ : Type u_3} → [Inhabited Λ] → (Λ → Turing.TM1.Stmt Γ Λ σ) → Finset Λ → Prop

A set S of labels supports machine M if all the goto statements in the functions in S refer only to other functions in S.

Defined in
Mathlib.Computability.TuringMachine.PostTuringMachine
Cited by
5 results in Mathlib
Foundations
Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Inhabited

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.