Theorems · Theorem · general topology
specializes_TFAE
∀ {X : Type u_1} [inst : TopologicalSpace X] (x y : X),
[x ⤳ y, pure x ≤ nhds y, ∀ (s : Set X), IsOpen s → y ∈ s → x ∈ s, ∀ (s : Set X), IsClosed s → x ∈ s → y ∈ s,
y ∈ closure {x}, closure {y} ⊆ closure {x}, ClusterPt y (pure x)].TFAEA collection of equivalent definitions of x ⤳ y. The public API is given by iff lemmas
below.
- Defined in
- Mathlib.Topology.Inseparable
- Cited by
- 6 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.
Cites27
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
- LE.le.transproof · cited by 3,151
- Compl.complproof · cited by 2,925
- IsOpenstatement and proof · cited by 2,400
- IsClosedstatement and proof · cited by 1,639
- closurestatement and proof · cited by 1,254
- IsOpen.mem_nhdsproof · cited by 470
- subset_closureproof · cited by 309
- Set.singleton_subset_iffproof · cited by 206
Cited by6
Results whose statement or proof uses this declaration.
- specializes_iff_mem_closureproof · cited by 11
- specializes_iff_pureproof · cited by 6
- specializes_iff_forall_closedproof · cited by 2
- specializes_iff_forall_openproof · cited by 2
- specializes_iff_closure_subsetproof · cited by 1
- specializes_iff_clusterPtproof · cited by 0