Mathlib Map

Theorems · Inductive type · order theory

AddLeftReflectLE

(M : Type u_1) → [Add M] → [LE M] → Prop

Typeclass for reverse monotonicity of addition on the left, namely a + b₁ ≤ a + b₂ → b₁ ≤ b₂. You should usually not use this very granular typeclass directly, but rather a typeclass like IsOrderedCancelAddMonoid.

Defined in
Mathlib.Algebra.Order.Monoid.Unbundled.Defs
Cited by
119 results in Mathlib
Foundations
Depth 1 from the axioms, rests on 3 definitions · uses no axioms
Assumes
AddLE

Around this declaration

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

Cites0

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

Nothing in Mathlib beyond the foundations.

Cited by123

Results whose statement or proof uses this declaration.