Theorems · Definition · logic and foundations
Turing.TM2to1.TrCfg.casesOn
∀ {K : Type u_1} {Γ : K → Type u_2} {Λ : Type u_3} {σ : Type u_4}
{motive :
(a : Turing.TM2.Cfg Γ Λ σ) →
(a_1 : Turing.TM1.Cfg (Turing.TM2to1.Γ' K Γ) (Turing.TM2to1.Λ' K Γ Λ σ) σ) → Turing.TM2to1.TrCfg a a_1 → Prop}
{a : Turing.TM2.Cfg Γ Λ σ} {a_1 : Turing.TM1.Cfg (Turing.TM2to1.Γ' K Γ) (Turing.TM2to1.Λ' K Γ Λ σ) σ}
(t : Turing.TM2to1.TrCfg a a_1),
(∀ {q : Option Λ} {v : σ} {S : (k : K) → List (Γ k)} (L : Turing.ListBlank ((k : K) → Option (Γ k)))
(a : ∀ (k : K), Turing.ListBlank.map (Turing.proj k) L = Turing.ListBlank.mk (List.map some (S k)).reverse),
motive { l := q, var := v, stk := S }
{ l := Option.map Turing.TM2to1.Λ'.normal q, var := v, Tape := Turing.Tape.mk' ∅ (Turing.TM2to1.addBottom L) }
⋯) →
motive a a_1 t- Cited by
- 2 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.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Turing.ListBlankstatement and proof · cited by 68
- Turing.Tape.mk'statement and proof · cited by 25
- Turing.ListBlank.mkstatement and proof · cited by 22
- Turing.TM2.Cfgstatement and proof · cited by 22
- Turing.TM2to1.Λ'statement and proof · cited by 22
- Turing.TM1.Cfgstatement and proof · cited by 20
- Turing.ListBlank.mapstatement and proof · cited by 19
- Turing.TM2to1.Γ'statement and proof · cited by 14
- Turing.TM2to1.addBottomstatement and proof · cited by 12
- Turing.projstatement and proof · cited by 8
- Turing.TM2to1.TrCfgstatement and proof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- Turing.TM2to1.tr_respectsproof · cited by 2
- Turing.TM2to1.tr_evalproof · cited by 0