Theorems · Theorem · order theory
AddLECancellable.tsub_mul
∀ {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] [MulRightMono R] {a b c : R},
AddLECancellable (b * c) → (a - b) * c = a * c - b * c- Defined in
- Mathlib.Algebra.Order.Ring.Canonical
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PartialOrderstatement and proof · cited by 6,410
- MulZeroClass.zero_mulproof · cited by 1,625
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- add_mulproof · cited by 363
- MulRightMonostatement and proof · cited by 263
- OrderedSubstatement and proof · cited by 236
- CanonicallyOrderedAddstatement and proof · cited by 229
- tsub_add_cancel_of_leproof · cited by 112
- AddLECancellablestatement and proof · cited by 87
- tsub_eq_zero_iff_leproof · cited by 32
- mul_le_mul_leftproof · cited by 31
- total_ofproof · cited by 11
Cited by2
Results whose statement or proof uses this declaration.
- tsub_mulproof · cited by 14
- ENNReal.sub_mulproof · cited by 8