Theorems · Theorem · order theory
ScottContinuous.fromProd
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_4} [inst : Preorder α] [inst_1 : Preorder β] [inst_2 : Preorder γ]
{f : α × β → γ},
(∀ (a : α), ScottContinuous fun b => f (a, b)) → (∀ (b : β), ScottContinuous fun a => f (a, b)) → ScottContinuous f- Defined in
- Mathlib.Order.ScottContinuity.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Preorderstatement and proof · cited by 7,952
- ScottContinuousstatement and proof · cited by 24
- ScottContinuous.scottContinuousOnproof · cited by 4
- ScottContinuous.monotoneproof · cited by 1
- ScottContinuousOn.fromProdproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- ScottContinuous.inf₂proof · cited by 0
- ScottContinuous.prodproof · cited by 0