Theorems · Theorem
Matrix.vec3_add
∀ {α : Type u} [inst : Add α] (a₀ a₁ a₂ b₀ b₁ b₂ : α), ![a₀, a₁, a₂] + ![b₀, b₁, b₂] = ![a₀ + b₀, a₁ + b₁, a₂ + b₂]- Defined in
- Mathlib.LinearAlgebra.Matrix.Notation
- Cited by
- 1 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.
Cites5
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.vecEmptystatement and proof · cited by 832
- Matrix.tail_consproof · cited by 16
- Matrix.add_consproof · cited by 5
- Matrix.empty_add_emptyproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- leibniz_crossproof · cited by 0