Theorems · Theorem · order theory
ScottContinuousOn.prodMk
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : Preorder α] [inst_1 : Preorder β] [inst_2 : Preorder γ]
{D : Set (Set α)} {f : α → β} {g : α → γ},
(∀ (a b : α), a ≤ b → {a, b} ∈ D) →
ScottContinuousOn D f → ScottContinuousOn D g → ScottContinuousOn D fun x => (f x, g x)- Defined in
- Mathlib.Order.ScottContinuity
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.ofPredproof · cited by 6,101
- Set.imageproof · cited by 5,609
- Set.Nonemptyproof · cited by 2,627
- IsLUBproof · cited by 280
- DirectedOnproof · cited by 271
- upperBoundsproof · cited by 263
- lowerBoundsproof · cited by 212
- isLUB_le_iffproof · cited by 24
- ScottContinuousOnstatement and proof · cited by 18
- ScottContinuousOn.monotoneproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- ScottContinuous.prodMkproof · cited by 0
- Prod.ωScottContinuous.prodMkproof · cited by 0