Mathlib Map

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 * c

Multiplication 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.

Cited by4

Results whose statement or proof uses this declaration.