Theorems · Theorem · general topology
IsCompact.compl_mem_sets_of_nhdsWithin
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X},
IsCompact s → ∀ {f : Filter X}, (∀ x ∈ s, ∃ t ∈ nhdsWithin x s, tᶜ ∈ f) → sᶜ ∈ fThe complement to a compact set belongs to a filter f if each x ∈ s has a neighborhood t
within s such that tᶜ belongs to f.
- Defined in
- Mathlib.Topology.Compactness.Compact
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 74 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.
Cites11
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
- Filterstatement and proof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
- Compl.complstatement and proof · cited by 2,925
- nhdsWithinstatement and proof · cited by 1,912
- IsCompactstatement and proof · cited by 1,282
- Filter.mem_inf_principalproof · cited by 9
- Filter.mem_inf_of_interproof · cited by 6
- IsCompact.compl_mem_setsproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- IsCompact.induction_onproof · cited by 18
- IsCompact.measure_zero_of_nhdsWithinproof · cited by 0