Mathlib Map

Theorems · Theorem · order theory

Set.abs_sub_le_of_uIcc_subset_uIcc

∀ {α : Type u_1} [inst : AddCommGroup α] [inst_1 : LinearOrder α] [IsOrderedAddMonoid α] {a b c d : α},
  Set.uIcc c d ⊆ Set.uIcc a b → |d - c| ≤ |b - a|

If [c, d] is a subinterval of [a, b], then the distance between c and d is less than or equal to that of a and b

Defined in
Mathlib.Algebra.Order.Group.Pointwise.Interval
Cited by
3 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext, Quot.sound
Assumes
AddCommGroupLinearOrderIsOrderedAddMonoid

Around this declaration

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

Cites9

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

Cited by3

Results whose statement or proof uses this declaration.