Theorems · Theorem · general topology
isIrreducible_iff_sInter
∀ {X : Type u_1} [inst : TopologicalSpace X] {s : Set X},
IsIrreducible s ↔ ∀ (U : Finset (Set X)), (∀ u ∈ U, IsOpen u) → (∀ u ∈ U, (s ∩ u).Nonempty) → (s ∩ ⋂₀ ↑U).NonemptyA set s is irreducible if and only if
for every finite collection of open sets all of whose members intersect s,
s also intersects the intersection of the entire collection
(i.e., there is an element of s contained in every member of the collection).
- Defined in
- Mathlib.Topology.Irreducible
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 69 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.
Cites20
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
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Set.Nonemptystatement and proof · cited by 2,627
- IsOpenstatement and proof · cited by 2,400
- Set.sInterstatement and proof · cited by 225
- Finset.finite_toSetproof · cited by 210
- Set.inter_univproof · cited by 198
- Finset.induction_onproof · cited by 167
- Finset.coe_singletonproof · cited by 145
- Finset.coe_insertproof · cited by 124
Cited by1
Results whose statement or proof uses this declaration.
- IsPreirreducible.subset_irreducibleproof · cited by 1