Theorems · Theorem · general topology
isIrreducible_iff_sUnion_isClosed
∀ {X : Type u_1} [inst : TopologicalSpace X] {s : Set X},
IsIrreducible s ↔ ∀ (t : Finset (Set X)), (∀ z ∈ t, IsClosed z) → s ⊆ ⋃₀ ↑t → ∃ z ∈ t, s ⊆ zA set is irreducible if and only if for every cover by a finite collection of closed sets, it is contained in one of the members of the collection.
- Defined in
- Mathlib.Topology.Irreducible
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Compl.complproof · cited by 2,925
- Set.Nonemptyproof · cited by 2,627
- Set.iUnionproof · cited by 2,483
- IsOpenproof · cited by 2,400
- IsClosedstatement and proof · cited by 1,639
- Finset.mapproof · cited by 747
- Set.sUnionstatement and proof · cited by 392
Cited by2
Results whose statement or proof uses this declaration.
- TopologicalSpace.NoetherianSpace.finite_irreducibleComponentsproof · cited by 3
- mem_of_subset_sUnion_irreducibleComponentsproof · cited by 1