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.
- LinearOrderstatement and proof · cited by 8,572
- Monotonestatement and proof · cited by 1,397
- SemilatticeSupstatement and proof · cited by 785
- sup_of_le_leftproof · cited by 218
- sup_of_le_rightproof · cited by 143
Cited by6
Results whose statement or proof uses this declaration.
- Finset.apply_sup_eq_sup_comp_of_nonemptyproof · cited by 4
- Finset.apply_sup_eq_sup_comp_of_linearOrderproof · cited by 2
- Set.image_subtype_val_uIccproof · cited by 1
- Set.image_subtype_val_uIocproof · cited by 1
- Set.image_subtype_val_uIooproof · cited by 1
- Antitone.map_supproof · cited by 0