Theorems · Definition · logic and foundations
Turing.TM0.Machine.map
{Γ : Type u_1} →
[inst : Inhabited Γ] →
{Γ' : Type u_2} →
[inst_1 : Inhabited Γ'] →
{Λ : Type u_3} →
[inst_2 : Inhabited Λ] →
{Λ' : Type u_4} →
[inst_3 : Inhabited Λ'] →
Turing.TM0.Machine Γ Λ →
Turing.PointedMap Γ Γ' → Turing.PointedMap Γ' Γ → (Λ → Λ') → (Λ' → Λ) → Turing.TM0.Machine Γ' Λ'Because the state transition function uses the alphabet and machine states in both the input
and output, to map a machine from one alphabet and machine state space to another we need functions
in both directions, essentially an Equiv without the laws.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Turing.PointedMap.fproof · cited by 24
- Turing.PointedMapstatement and proof · cited by 24
- Turing.TM0.Stmtproof · cited by 16
- Turing.TM0.Machinestatement and proof · cited by 5
- Turing.TM0.Stmt.mapproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Turing.TM0.Machine.map_stepstatement and proof · cited by 1
- Turing.TM0.Machine.map_respectsstatement and proof · cited by 0