Mathlib Map

Theorems · Theorem · order theory

Monotone.map_max

∀ {α : Type u} {β : Type v} [inst : LinearOrder α] [inst_1 : LinearOrder β] {f : α → β} {a b : α},
  Monotone f → f (max a b) = max (f a) (f b)
Defined in
Mathlib.Order.MinMax
Cited by
55 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext
Assumes
LinearOrderLinearOrder

Around this declaration

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

Cites5

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

Cited by55

Results whose statement or proof uses this declaration.