Theorems · Theorem · general topology
IsClosed.isClosed_le
∀ {α : Type u} {β : Type v} [inst : TopologicalSpace α] [inst_1 : Preorder α] [t : OrderClosedTopology α]
[inst_2 : TopologicalSpace β] {f g : β → α} {s : Set β},
IsClosed s → ContinuousOn f s → ContinuousOn g s → IsClosed {x | x ∈ s ∧ f x ≤ g x}If s is a closed set and two functions f and g are continuous on s,
then the set {x ∈ s | f x ≤ g x} is a closed set.
- Defined in
- Mathlib.Topology.Order.OrderClosed
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- TopologicalSpacestatement and proof · cited by 24,529
- Preorderstatement and proof · cited by 7,952
- Set.ofPredstatement · cited by 6,101
- IsClosedstatement and proof · cited by 1,639
- ContinuousOnstatement and proof · cited by 1,411
- OrderClosedTopologystatement and proof · cited by 445
- ContinuousOn.prodMkproof · cited by 21
- ContinuousOn.preimage_isClosed_of_isClosedproof · cited by 7
- OrderClosedTopology.isClosed_le'proof · cited by 7
Cited by4
Results whose statement or proof uses this declaration.
- le_on_closureproof · cited by 3
- IsExposed.isClosedproof · cited by 2
- IsClosed.epigraphproof · cited by 1
- IsClosed.hypographproof · cited by 0