Mathlib Map

Theorems · Theorem · order theory

abs_cases

∀ {G : Type u_1} [inst : AddCommGroup G] [inst_1 : LinearOrder G] [IsOrderedAddMonoid G] (a : G),
  |a| = a ∧ 0 ≤ a ∨ |a| = -a ∧ a < 0

For an element a of an additive linear ordered group, either |a| = a and 0 ≤ a, or |a| = -a and a < 0. Use cases on this lemma to automate linarith in inequalities

Defined in
Mathlib.Algebra.Order.Group.Abs
Cited by
4 results in Mathlib
Foundations
Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommGroupLinearOrderIsOrderedAddMonoid

Around this declaration

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

Cites8

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

Cited by4

Results whose statement or proof uses this declaration.