Theorems · Theorem · general topology
isClosed_iff_forall_filter
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X},
IsClosed s ↔ ∀ (x : X) (F : Filter X), F.NeBot → F ≤ Filter.principal s → F ≤ nhds x → x ∈ s- Defined in
- Mathlib.Topology.ClusterPt
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 77 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.
Cites12
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
- nhdsstatement and proof · cited by 5,554
- IsClosedstatement · cited by 1,639
- Filter.NeBotstatement and proof · cited by 853
- Filter.principalstatement and proof · cited by 740
- inf_le_leftproof · cited by 286
- inf_le_rightproof · cited by 238
- ClusterPtproof · cited by 138
- le_infproof · cited by 107
- Filter.NeBot.monoproof · cited by 17
Cited by3
Results whose statement or proof uses this declaration.
- IsCompact.isClosedproof · cited by 77
- UniformOnFun.isClosed_setOfPred_continuousproof · cited by 3
- UniformFun.isClosed_setOfPred_continuousproof · cited by 1