Theorems · Theorem · ring theory
RightDistribClass.right_distrib
∀ {R : Type u_1} {inst : Mul R} {inst_1 : Add R} [self : RightDistribClass R] (a b c : R), (a + b) * c = a * c + b * cMultiplication is right distributive over addition
- Defined in
- Mathlib.Algebra.Ring.Defs
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
- Assumes
- RightDistribClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RightDistribClassstatement and proof · cited by 11
Cited by4
Results whose statement or proof uses this declaration.
- right_distribproof · cited by 26
- rieszContentAux_unionproof · cited by 2
- Function.Injective.distribproof · cited by 0
- Function.Surjective.distribproof · cited by 0