Theorems · Theorem · combinatorics
List.Vector.inductionOn_nil
∀ {α : Type u_1} {C : {n : ℕ} → List.Vector α n → Sort u_6} (nil : C List.Vector.nil)
(cons : {n : ℕ} → {x : α} → {w : List.Vector α n} → C w → C (x ::ᵥ w)),
(List.Vector.nil.inductionOn nil fun {n} {x} {w} => cons) = nil- Defined in
- Mathlib.Data.Vector.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext
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.
- List.Vectorstatement and proof · cited by 270
- List.Vector.consstatement and proof · cited by 90
- List.Vector.nilstatement and proof · cited by 68
- List.Vector.inductionOnstatement · cited by 10
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.