Theorems · Theorem · general topology
ContinuousOn.union_of_isOpen
∀ {α : Type u_1} {β : Type u_2} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {s t : Set α} {f : α → β},
ContinuousOn f s → ContinuousOn f t → IsOpen s → IsOpen t → ContinuousOn f (s ∪ t)If a function is continuous on two open sets, it is also continuous on their union.
- Defined in
- Mathlib.Topology.ContinuousOn
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 68 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.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- IsOpenstatement and proof · cited by 2,400
- ContinuousOnstatement and proof · cited by 1,411
- IsOpen.continuousOn_iffproof · cited by 5
- ContinuousOn.union_continuousAtproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- continuousOn_union_iff_of_isOpenproof · cited by 1