Mathlib Map

Theorems · Theorem · order theory

Monotone.map_sup

∀ {α : Type u} {β : Type v} [inst : LinearOrder α] [inst_1 : SemilatticeSup β] {f : α → β},
  Monotone f → ∀ (x y : α), f (max x y) = f x ⊔ f y
Defined in
Mathlib.Order.Lattice
Cited by
6 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext
Assumes
LinearOrderSemilatticeSup

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 by6

Results whose statement or proof uses this declaration.