Theorems · Theorem · ring theory
mul_sub_right_distrib
∀ {α : Type u} [inst : NonUnitalNonAssocRing α] (a b c : α), (a - b) * c = a * c - b * c- Defined in
- Mathlib.Algebra.Ring.Defs
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses no axioms
- Assumes
- NonUnitalNonAssocRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- sub_eq_add_negproof · cited by 1,023
- add_mulproof · cited by 363
- NonUnitalNonAssocRingstatement and proof · cited by 354
- neg_mul_eq_neg_mulproof · cited by 20
Cited by4
Results whose statement or proof uses this declaration.
- sub_mulproof · cited by 170
- EuclideanGeometry.dist_smul_vadd_eq_distproof · cited by 4
- dvd_mul_sub_mulproof · cited by 1