Theorems · Theorem · general topology
ContinuousOn.union_continuousAt
∀ {α : Type u_1} {β : Type u_2} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {s t : Set α} {f : α → β},
IsOpen s → ContinuousOn f s → (∀ x ∈ t, ContinuousAt f x) → ContinuousOn f (s ∪ t)If f is continuous on an open set s and continuous at each point of another
set t then f is continuous on s ∪ t.
- Defined in
- Mathlib.Topology.ContinuousOn
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- ContinuousAtstatement and proof · cited by 697
- IsOpen.mem_nhdsproof · cited by 470
- continuousOn_of_forall_continuousAtproof · cited by 30
- ContinuousOn.continuousWithinAtproof · cited by 26
- ContinuousWithinAt.continuousAtproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousOn.union_of_isOpenproof · cited by 1