Theorems · Theorem · order theory
AddLECancellable.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] {a b c : R}, AddLECancellable (a * c) → a * (b - c) = a * b - a * c- Defined in
- Mathlib.Algebra.Order.Ring.Canonical
- Cited by
- 1 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.
Cites12
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.mul_zeroproof · cited by 2,091
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- mul_addproof · cited by 413
- 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
- mul_le_mul_rightproof · cited by 47
- tsub_eq_zero_iff_leproof · cited by 32
- total_ofproof · cited by 11
- AddLECancellable.eq_tsub_of_add_eqproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- mul_tsubproof · cited by 11