Mathlib Map

Theorems · Definition · order theory

AddLeftReflectLT

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

Typeclass for strict 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 IsOrderedAddMonoid.

Defined in
Mathlib.Algebra.Order.Monoid.Unbundled.Defs
Cited by
33 results in Mathlib
Foundations
Depth 4 from the axioms · uses no axioms
Assumes
AddLT

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.

Cited by33

Results whose statement or proof uses this declaration.