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' →
Continuous f →
Continuous g → (∀ (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
- 2 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.
Cites6
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
- continuous_if_leproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- Continuous.minproof · cited by 5
- Path.trans_continuous_familyproof · cited by 1