Theorems · Theorem · general topology
IsCompact.elim_nhds_subcover_nhdsSet
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X},
IsCompact s → ∀ {U : X → Set X}, (∀ x ∈ s, U x ∈ nhds x) → ∃ t, (∀ x ∈ t, x ∈ s) ∧ ⋃ x ∈ t, U x ∈ nhdsSet s- Defined in
- Mathlib.Topology.Compactness.Compact
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 79 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.
Cites13
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
- Filterstatement · cited by 8,121
- Set.Elemproof · cited by 7,166
- nhdsstatement and proof · cited by 5,554
- Set.iUnionstatement and proof · cited by 2,483
- IsCompactstatement and proof · cited by 1,282
- Finset.imageproof · cited by 910
- nhdsSetstatement and proof · cited by 267
- Finset.mem_imageproof · cited by 105
- Finset.set_biUnion_finset_imageproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- IsCompact.elim_nhds_subcoverproof · cited by 15
- exists_mem_nhdsSet_isCompact_mapsToproof · cited by 2