Theorems · Theorem · group theory
DistribSMul.smul_add
∀ {M : Type u_12} {A : Type u_13} {inst : AddZeroClass A} [self : DistribSMul M A] (a : M) (x y : A),
a • (x + y) = a • x + a • yScalar multiplication distributes across addition
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
- Assumes
- DistribSMul
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddZeroClassstatement and proof · cited by 1,237
- DistribSMulstatement and proof · cited by 117
Cited by2
Results whose statement or proof uses this declaration.
- smul_addproof · cited by 263
- DistribSMul.toAddMonoidHomproof · cited by 20