Theorems · Theorem · logic and foundations
Turing.TM0.Cfg.mk.injEq
∀ {Γ : Type u_1} {Λ : Type u_2} [inst : Inhabited Γ] (q : Λ) (Tape : Turing.Tape Γ) (q_1 : Λ) (Tape_1 : Turing.Tape Γ),
({ q := q, Tape := Tape } = { q := q_1, Tape := Tape_1 }) = (q = q_1 ∧ Tape = Tape_1)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext
- 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.
- Turing.Tapestatement and proof · cited by 50
- Turing.TM0.Cfgstatement · cited by 10
- Turing.TM0.Cfg.mk.injproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.