Theorems · Theorem · general topology
Continuous.if_ge
∀ {α : Type u} {β : Type v} {γ : Type w} [inst : TopologicalSpace α] [inst_1 : LinearOrder α] [OrderClosedTopology α]
{f g : β → α} [inst_3 : TopologicalSpace β] [inst_4 : TopologicalSpace γ] [inst_5 : (x : β) → Decidable (g x ≤ f x)]
{f' g' : β → γ},
Continuous f' →
Continuous g' →
Continuous f →
Continuous g → (∀ (x : β), f x = g x → f' x = g' x) → Continuous fun x => if g x ≤ f x then f' x else g' x- Defined in
- Mathlib.Topology.Order.OrderClosed
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- Continuousstatement and proof · cited by 2,592
- OrderClosedTopologystatement and proof · cited by 445
- Continuous.continuousOnproof · cited by 311
Cited by1
Results whose statement or proof uses this declaration.
- Continuous.maxproof · cited by 7