Theorems · Theorem · general topology
IsCompact.elim_finite_subcover_image
∀ {X : Type u} {ι : Type u_1} [inst : TopologicalSpace X] {s : Set X} {b : Set ι} {c : ι → Set X},
IsCompact s → (∀ i ∈ b, IsOpen (c i)) → s ⊆ ⋃ i ∈ b, c i → ∃ b' ⊆ b, b'.Finite ∧ s ⊆ ⋃ i ∈ b', c iFor every open cover of a compact set, there exists a finite subcover.
- Defined in
- Mathlib.Topology.Compactness.Compact
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 80 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.
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
- Finsetproof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Set.Elemproof · cited by 7,166
- Set.imageproof · cited by 5,609
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- Set.Finitestatement · cited by 1,814
- IsCompactstatement and proof · cited by 1,282
- Finset.finite_toSetproof · cited by 210
- Set.Finite.imageproof · cited by 96
Cited by8
Results whose statement or proof uses this declaration.
- IsCompact.uniform_oscillationWithinproof · cited by 2
- TopologicalSpace.IsTopologicalBasis.compactsproof · cited by 2
- LipschitzWith.hasFDerivAt_of_hasLineDerivAt_of_closureproof · cited by 1
- StieltjesFunction.length_subadditive_Icc_Iooproof · cited by 1
- ContinuousMap.compactOpen_eq_generateFromproof · cited by 1
- BoundedContinuousFunction.arzela_ascoli₁proof · cited by 1
- Convex.exists_subset_interior_convexHull_finset_of_isCompactproof · cited by 0