Theorems · Theorem · general topology
continuous_if
∀ {α : Type u_1} {β : Type u_2} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {f g : α → β} {p : α → Prop}
[inst_2 : (a : α) → Decidable (p a)],
(∀ a ∈ frontier {x | p x}, f a = g a) →
ContinuousOn f (closure {x | p x}) →
ContinuousOn g (closure {x | ¬p x}) → Continuous fun a => if p a then f a else g a- Defined in
- Mathlib.Topology.Piecewise
- Cited by
- 3 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 · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.ofPredstatement and proof · cited by 6,101
- Continuousstatement · cited by 2,592
- ContinuousOnstatement and proof · cited by 1,411
- closurestatement and proof · cited by 1,254
- Set.univ_interproof · cited by 258
- frontierstatement and proof · cited by 214
- continuousOn_univproof · cited by 43
- ContinuousOn.ifproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- continuous_if_leproof · cited by 4
- continuous_piecewiseproof · cited by 3
- Continuous.ifproof · cited by 1