Theorems · Definition · combinatorics
List.Vector.casesOn
{α : Type u_1} →
{m : ℕ} →
{motive : {n : ℕ} → List.Vector α n → Sort u_8} →
(v : List.Vector α m) →
motive List.Vector.nil → ({n : ℕ} → (hd : α) → (tl : List.Vector α n) → motive (hd ::ᵥ tl)) → motive vDefine motive v by case-analysis on v : Vector α n.
- 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.inductionOnproof · cited by 10
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.