Mathlib Map

Theorems · Theorem · order theory

mul_tsub

∀ {R : Type u} [inst : NonUnitalNonAssocSemiring R] [inst_1 : PartialOrder R] [CanonicallyOrderedAdd R] [inst_3 : Sub R]
  [OrderedSub R] [Std.Total fun x1 x2 => x1 ≤ x2] [AddLeftReflectLE R] (a b c : R), a * (b - c) = a * b - a * c
Defined in
Mathlib.Algebra.Order.Ring.Canonical
Cited by
11 results in Mathlib
Foundations
Depth 13 from the axioms · uses propext, Quot.sound
Assumes
NonUnitalNonAssocSemiringPartialOrderCanonicallyOrderedAddSubOrderedSubStd.TotalAddLeftReflectLE

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by11

Results whose statement or proof uses this declaration.