Theorems · Theorem · order theory
ScottContinuousOn.fromProd
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : Preorder α] [inst_1 : Preorder β] [inst_2 : Preorder γ]
{f : α × β → γ} {D : Set (Set (α × β))},
(∀ (a : α), ScottContinuousOn ((fun d => Prod.snd '' d) '' D) fun b => f (a, b)) →
(∀ (b : β), ScottContinuousOn ((fun d => Prod.fst '' d) '' D) fun a => f (a, b)) →
(∀ (a : α), Monotone fun b => f (a, b)) → (∀ (b : β), Monotone fun a => f (a, b)) → ScottContinuousOn D fIf is Scott continuous on a product space if it is Scott continuous and monotone in each variable
- Defined in
- Mathlib.Order.ScottContinuity.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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.Elemproof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- Set.imagestatement and proof · cited by 5,609
- Set.Nonemptyproof · cited by 2,627
- Set.extproof · cited by 2,266
- SProd.sprodproof · cited by 1,750
- Monotonestatement and proof · cited by 1,397
- Set.mem_image_of_memproof · cited by 371
- IsLUBproof · cited by 280
- DirectedOnproof · cited by 271
Cited by1
Results whose statement or proof uses this declaration.
- ScottContinuous.fromProdproof · cited by 2