Theorems · Theorem · general topology
le_on_closure
∀ {α : Type u} {β : Type v} [inst : TopologicalSpace α] [inst_1 : Preorder α] [t : OrderClosedTopology α]
[inst_2 : TopologicalSpace β] {f g : β → α} {s : Set β},
(∀ x ∈ s, f x ≤ g x) → ContinuousOn f (closure s) → ContinuousOn g (closure s) → ∀ ⦃x : β⦄, x ∈ closure s → f x ≤ g x- Defined in
- Mathlib.Topology.Order.OrderClosed
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 79 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
- TopologicalSpacestatement and proof · cited by 24,529
- Preorderstatement and proof · cited by 7,952
- Set.ofPredproof · cited by 6,101
- ContinuousOnstatement and proof · cited by 1,411
- closurestatement and proof · cited by 1,254
- OrderClosedTopologystatement and proof · cited by 445
- subset_closureproof · cited by 309
- isClosed_closureproof · cited by 195
- closure_minimalproof · cited by 94
- IsClosed.isClosed_leproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- gauge_le_one_iff_mem_closureproof · cited by 2
- LipschitzOnWith.closureproof · cited by 1