Theorems · Theorem · combinatorics
List.Vector.tail_cons
∀ {α : Type u_1} {n : ℕ} (a : α) (v : List.Vector α n), (a ::ᵥ v).tail = vThe tail of a vector obtained by prepending is the vector prepended. to
- Defined in
- Mathlib.Data.Vector.Defs
- Cited by
- 16 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses no axioms
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.consstatement and proof · cited by 90
- List.Vector.tailstatement and proof · cited by 37
Cited by16
Results whose statement or proof uses this declaration.
- Nat.Primrec'.comp₂proof · cited by 8
- List.Vector.get_cons_succproof · cited by 5
- Nat.Primrec'.if_ltproof · cited by 4
- Nat.Primrec'.mulproof · cited by 4
- Nat.Primrec'.prec'proof · cited by 4
- Nat.Primrec'.of_primproof · cited by 3
- Nat.Primrec'.subproof · cited by 3
- Nat.Primrec'.addproof · cited by 2
- Nat.Partrec'.of_partproof · cited by 2
- List.Vector.mem_succ_iffproof · cited by 2
- List.Vector.eq_cons_iffproof · cited by 2
- List.Vector.tail_mapproof · cited by 1