Theorems · Theorem · general topology
isCompact_iff_finite_subcover
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X},
IsCompact s ↔ ∀ {ι : Type u} (U : ι → Set X), (∀ (i : ι), IsOpen (U i)) → s ⊆ ⋃ i, U i → ∃ t, s ⊆ ⋃ i ∈ t, U iA set s is compact if and only if
for every open cover of s, there exists a finite subcover.
- Defined in
- Mathlib.Topology.Compactness.Compact
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 78 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.
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
- Finsetstatement · cited by 13,712
- Set.iUnionstatement · cited by 2,483
- IsOpenstatement · cited by 2,400
- IsCompactstatement and proof · cited by 1,282
- IsCompact.elim_finite_subcoverproof · cited by 28
- isCompact_of_finite_subcoverproof · cited by 5
Cited by3
Results whose statement or proof uses this declaration.
- TopologicalSpace.NoetherianSpace.isCompactproof · cited by 5
- TopologicalSpace.Compacts.isCompact_biUnion_coe_of_isCompactproof · cited by 2
- TopologicalSpace.Opens.isCompactElement_iffproof · cited by 1