Theorems · Theorem · group theory
Matrix.cons_add_cons
∀ {α : Type u_1} {n : ℕ} [inst : Add α] (x : α) (v : Fin n → α) (y : α) (w : Fin n → α),
Matrix.vecCons x v + Matrix.vecCons y w = Matrix.vecCons (x + y) (v + w)- Defined in
- Mathlib.Algebra.Group.Fin.Tuple
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Quot.sound
- Assumes
- Add
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.
- Matrix.vecConsstatement and proof · cited by 852
- Matrix.tail_consproof · cited by 16
- Matrix.add_consproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.