Theorems · Theorem · order theory
AddLeftReflectLE.le_of_add_le_add_left
∀ {M : Type u_1} {inst : Add M} {inst_1 : LE M} [self : AddLeftReflectLE M] {a b₁ b₂ : M}, a + b₁ ≤ a + b₂ → b₁ ≤ b₂Do not use this. Use le_of_add_le_add_left instead.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
- Assumes
- AddLeftReflectLE
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.
- AddLeftReflectLEstatement and proof · cited by 119
Cited by2
Results whose statement or proof uses this declaration.
- add_le_add_iff_leftproof · cited by 45
- le_of_add_le_add_leftproof · cited by 15