Theorems · Theorem · general topology
TopologicalSpace.isOpen_sUnion
∀ {X : Type u} [self : TopologicalSpace X] (s : Set (Set X)),
(∀ t ∈ s, TopologicalSpace.IsOpen t) → TopologicalSpace.IsOpen (⋃₀ s)The union of a family of open sets is an open set.
Use isOpen_sUnion in the root namespace instead.
- Defined in
- Mathlib.Topology.Defs.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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.sUnionstatement · cited by 392
- TopologicalSpace.IsOpenstatement · cited by 25
Cited by1
Results whose statement or proof uses this declaration.
- isOpen_sUnionproof · cited by 15