Theorems · Theorem · order theory
isLUB_prod
∀ {α : Type u_1} {β : Type u_2} [inst : Preorder α] [inst_1 : Preorder β] {s : Set (α × β)} {p : α × β},
IsLUB s p ↔ IsLUB (Prod.fst '' s) p.1 ∧ IsLUB (Prod.snd '' s) p.2- Defined in
- Mathlib.Order.Bounds.Image
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- Preorderstatement and proof · cited by 7,952
- Set.imagestatement and proof · cited by 5,609
- Set.mem_image_of_memproof · cited by 371
- IsLUBstatement and proof · cited by 280
- upperBoundsproof · cited by 263
- Monotone.mem_upperBounds_imageproof · cited by 12
- monotone_sndproof · cited by 9
- monotone_fstproof · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- ScottContinuousOn.fromProdproof · cited by 1
- CountableSupClosed.prodproof · cited by 1