Theorems · Theorem · general topology
IsCompact.elim_directed_cover
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X} {ι : Type v} [hι : Nonempty ι],
IsCompact s →
∀ (U : ι → Set X), (∀ (i : ι), IsOpen (U i)) → s ⊆ ⋃ i, U i → Directed (fun x1 x2 => x1 ⊆ x2) U → ∃ i, s ⊆ U iFor every open directed cover of a compact set, there exists a single element of the cover which itself includes the set.
- Defined in
- Mathlib.Topology.Compactness.Compact
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceNonempty
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- LE.le.transproof · cited by 3,151
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- nhdsWithinproof · cited by 1,912
- IsCompactstatement and proof · cited by 1,282
- IsOpen.mem_nhdsproof · cited by 470
- Set.Subset.transproof · cited by 218
- Directedstatement and proof · cited by 213
- Set.mem_iUnionproof · cited by 212
- Set.union_subsetproof · cited by 71
Cited by3
Results whose statement or proof uses this declaration.
- IsCompact.elim_finite_subcoverproof · cited by 28
- IsCompact.elim_directed_family_closedproof · cited by 3
- CompactExhaustion.exists_superset_of_isCompactproof · cited by 2