Theorems · Theorem · general topology
continuousOn_iUnion_iff_of_isOpen
∀ {α : Type u_1} {β : Type u_2} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {f : α → β} {ι : Type u_5}
{s : ι → Set α}, (∀ (i : ι), IsOpen (s i)) → (ContinuousOn f (⋃ i, s i) ↔ ∀ (i : ι), ContinuousOn f (s i))A function is continuous on a union of open sets s i iff it is continuous on each s i.
- Defined in
- Mathlib.Topology.ContinuousOn
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- ContinuousOnstatement and proof · cited by 1,411
- ContinuousOn.monoproof · cited by 156
- Set.subset_iUnion_of_subsetproof · cited by 16
- ContinuousOn.iUnion_of_isOpenproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.