Theorems · Theorem · order theory
ScottContinuousOn.fun_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 fun x => g (f x)Eta-expanded form of ScottContinuousOn.comp
- Defined in
- Mathlib.Order.ScottContinuity
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Preorderstatement · cited by 7,952
- Set.imagestatement · cited by 5,609
- Set.MapsTostatement · cited by 732
- ScottContinuousOnstatement · cited by 18
- ScottContinuousOn.compproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.