Theorems · Theorem · order theory
Monotone.upperBounds_image_of_directedOn_prod
∀ {α : Type u_1} {β : Type u_2} [inst : Preorder α] [inst_1 : Preorder β] {γ : Type u_3} [inst_2 : Preorder γ]
{g : α × β → γ},
Monotone g →
∀ {d : Set (α × β)},
DirectedOn (fun x1 x2 => x1 ≤ x2) d → upperBounds (g '' d) = upperBounds (g '' (Prod.fst '' d) ×ˢ (Prod.snd '' d))- Defined in
- Mathlib.Order.Bounds.Image
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Preorderstatement and proof · cited by 7,952
- Set.imagestatement · cited by 5,609
- le_antisymmproof · cited by 2,068
- SProd.sprodstatement · cited by 1,750
- Monotonestatement and proof · cited by 1,397
- DirectedOnstatement and proof · cited by 271
- upperBoundsstatement · cited by 263
- Set.image_monoproof · cited by 197
- upperBounds_mono_setproof · cited by 13
- upperBounds_mono_of_isCofinalForproof · cited by 3
- Set.subset_fst_image_prod_snd_imageproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- ScottContinuousOn.fromProdproof · cited by 1