Theorems · Theorem · order theory
ScottContinuousOn.comp
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : Preorder α] [inst_1 : Preorder β] [inst_2 : Preorder γ]
{D : Set (Set α)} {f : α → β} {g : β → γ} {D' : Set (Set β)},
(∀ (a b : α), a ≤ b → {a, b} ∈ D) →
Set.MapsTo (fun x => f '' x) D D' → ScottContinuousOn D' g → ScottContinuousOn D f → ScottContinuousOn D (g ∘ f)- Defined in
- Mathlib.Order.ScottContinuity
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.Nonemptyproof · cited by 2,627
- Monotoneproof · cited by 1,397
- Set.MapsTostatement and proof · cited by 732
- IsLUBproof · cited by 280
- DirectedOnproof · cited by 271
- Set.image_compproof · cited by 142
- ScottContinuousOnstatement and proof · cited by 18
- ScottContinuousOn.monotoneproof · cited by 5
Cited by3
Results whose statement or proof uses this declaration.
- ScottContinuousOn.image_compproof · cited by 1
- ScottContinuous.compproof · cited by 1
- ScottContinuousOn.fun_compproof · cited by 0