Theorems · Definition · combinatorics
List.Vector.snoc
{α : Type u_1} → {n : ℕ} → List.Vector α n → α → List.Vector α (n + 1)Append a single element to the end of a vector
- Defined in
- Mathlib.Data.Vector.Snoc
- Cited by
- 30 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext
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.
- List.Vectorstatement and proof · cited by 270
- List.Vector.consproof · cited by 90
- List.Vector.nilproof · cited by 68
Cited by33
Results whose statement or proof uses this declaration.
- List.Vector.revInductionOn₂statement and proof · cited by 15
- List.Vector.mapAccumr₂_snocstatement and proof · cited by 12
- List.Vector.mapAccumr_snocstatement and proof · cited by 11
- List.Vector.map_snocstatement and proof · cited by 7
- List.Vector.revInductionOnstatement and proof · cited by 6
- List.Vector.map₂_snocstatement and proof · cited by 5
- List.Vector.mapAccumr₂_bisimproof · cited by 1
- List.Vector.map_eq_mapAccumrproof · cited by 1
- List.Vector.map₂_eq_mapAccumr₂proof · cited by 1
- List.Vector.snoc_consstatement · cited by 1
- List.Vector.mapAccumr_bisimproof · cited by 1
- List.Vector.mapAccumr_mapproof · cited by 0