Theorems · Theorem · logic and foundations
Turing.ListBlank.append_mk
∀ {Γ : Type u_1} [inst : Inhabited Γ] (l₁ l₂ : List Γ),
Turing.ListBlank.append l₁ (Turing.ListBlank.mk l₂) = Turing.ListBlank.mk (l₁ ++ l₂)- Defined in
- Mathlib.Computability.TuringMachine.Tape
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 75 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.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Turing.ListBlankstatement · cited by 68
- Turing.ListBlank.consproof · cited by 31
- Turing.ListBlank.mkstatement and proof · cited by 22
- Turing.ListBlank.appendstatement and proof · cited by 7
Cited by2
Results whose statement or proof uses this declaration.
- Turing.ListBlank.cons_flatMapproof · cited by 3
- Turing.ListBlank.append_assocproof · cited by 0