Mathlib Map

Theorems · Theorem · order theory

IsAbsoluteValue.abv_sub_le

∀ {S : Type u_5} [inst : Ring S] [inst_1 : PartialOrder S] {R : Type u_6} [inst_2 : Ring R] (abv : R → S)
  [IsAbsoluteValue abv] (a b c : R), abv (a - c) ≤ abv (a - b) + abv (b - c)
Defined in
Mathlib.Algebra.Order.AbsoluteValue.Basic
Cited by
1 results in Mathlib
Foundations
Depth 14 from the axioms · uses no axioms
Assumes
RingPartialOrderRingIsAbsoluteValue

Around this declaration

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

Cites7

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

Cited by1

Results whose statement or proof uses this declaration.