Theorems · Theorem · combinatorics
List.Vector.snoc_cons
∀ {α : Type u_1} {n : ℕ} {x : α} (xs : List.Vector α n) {y : α}, (x ::ᵥ xs).snoc y = x ::ᵥ xs.snoc y- Defined in
- Mathlib.Data.Vector.Snoc
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 16 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.consstatement · cited by 90
- List.Vector.snocstatement · cited by 30
Cited by1
Results whose statement or proof uses this declaration.
- List.Vector.replicate_succ_to_snocproof · cited by 0