Theorems · Theorem · general topology
continuous_if_le
∀ {α : Type u} {β : Type v} {γ : Type w} [inst : TopologicalSpace α] [inst_1 : LinearOrder α] [OrderClosedTopology α]
{f g : β → α} [inst_3 : TopologicalSpace β] [inst_4 : TopologicalSpace γ] [inst_5 : (x : β) → Decidable (f x ≤ g x)]
{f' g' : β → γ},
Continuous f →
Continuous g →
ContinuousOn f' {x | f x ≤ g x} →
ContinuousOn g' {x | g x ≤ f x} →
(∀ (x : β), f x = g x → f' x = g' x) → Continuous fun x => if f x ≤ g x then f' x else g' x- Defined in
- Mathlib.Topology.Order.OrderClosed
- Cited by
- 4 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.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- Set.ofPredstatement and proof · cited by 6,101
- Continuousstatement and proof · cited by 2,592
- ContinuousOnstatement and proof · cited by 1,411
- closureproof · cited by 1,254
- OrderClosedTopologystatement and proof · cited by 445
- frontierproof · cited by 214
- ContinuousOn.monoproof · cited by 156
- IsClosed.closure_eqproof · cited by 139
- isClosed_leproof · cited by 32
Cited by4
Results whose statement or proof uses this declaration.
- Continuous.if_leproof · cited by 2
- Path.Homotopy.continuous_transReflReparamAuxproof · cited by 0
- Path.Homotopy.continuous_transAssocReparamAuxproof · cited by 0
- Path.Homotopy.continuous_reflTransSymmAuxproof · cited by 0