Theorems · Theorem · logic and foundations
Turing.ListBlank.induction_on
∀ {Γ : Type u_1} [inst : Inhabited Γ] {p : Turing.ListBlank Γ → Prop} (q : Turing.ListBlank Γ),
(∀ (a : List Γ), p (Turing.ListBlank.mk a)) → p q- Defined in
- Mathlib.Computability.TuringMachine.Tape
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 71 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.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quotient.inductionOn'proof · cited by 69
- Turing.ListBlankstatement and proof · cited by 68
- Turing.ListBlank.mkstatement and proof · cited by 22
Cited by5
Results whose statement or proof uses this declaration.
- Turing.ListBlank.nth_mapproof · cited by 4
- Turing.ListBlank.cons_flatMapproof · cited by 3
- Turing.ListBlank.extproof · cited by 3
- Turing.TM2to1.addBottom_mapproof · cited by 1
- Turing.ListBlank.append_assocproof · cited by 0