Theorems · Theorem · logic and foundations
Turing.TM2to1.tr_eval
∀ {K : Type u_1} {Γ : K → Type u_2} {Λ : Type u_3} {σ : Type u_4} [inst : DecidableEq K] (M : Λ → Turing.TM2.Stmt Γ Λ σ)
[inst_1 : Inhabited Λ] [inst_2 : Inhabited σ] (k : K) (L : List (Γ k)) {L₁ : Turing.ListBlank (Turing.TM2to1.Γ' K Γ)}
{L₂ : List (Γ k)},
L₁ ∈ Turing.TM1.eval (Turing.TM2to1.tr M) (Turing.TM2to1.trInit k L) →
L₂ ∈ Turing.TM2.eval M k L →
∃ S L',
Turing.TM2to1.addBottom L' = L₁ ∧
(∀ (k : K), Turing.ListBlank.map (Turing.proj k) L' = Turing.ListBlank.mk (List.map some (S k)).reverse) ∧
S k = L₂- Cited by
- 0 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Partstatement · cited by 325
- Turing.ListBlankstatement and proof · cited by 68
- Turing.TM2.Stmtstatement and proof · cited by 51
- Turing.Tape.mk'proof · cited by 25
- Turing.ListBlank.mkstatement and proof · cited by 22
- Turing.TM2to1.Λ'statement and proof · cited by 22
- Turing.TM2.Cfgproof · cited by 22
- Turing.TM1.Cfgproof · cited by 20
- Turing.ListBlank.mapstatement and proof · cited by 19
- Part.mem_uniqueproof · cited by 18
- Turing.TM2.stepproof · cited by 17
- StateTransition.evalproof · cited by 16
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.