Mathlib Map

Theorems · Theorem · order theory

abs_le

∀ {G : Type u_1} [inst : AddCommGroup G] [inst_1 : LinearOrder G] [IsOrderedAddMonoid G] {a b : G},
  |a| ≤ b ↔ -b ≤ a ∧ a ≤ b
Defined in
Mathlib.Algebra.Order.Group.Abs
Cited by
64 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Quot.sound
Assumes
AddCommGroupLinearOrderIsOrderedAddMonoid

Around this declaration

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

Cites6

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

Cited by64

Results whose statement or proof uses this declaration.