Theorems · Definition · general topology
Specializes
{X : Type u_1} → [TopologicalSpace X] → X → X → Propx specializes to y (notation: x ⤳ y) if either of the following equivalent properties
hold:
* 𝓝 x ≤ 𝓝 y; this property is used as the definition;
* pure x ≤ 𝓝 y; in other words, any neighbourhood of y contains x;
* y ∈ closure {x};
* closure {y} ⊆ closure {x};
* for any closed set s we have x ∈ s → y ∈ s;
* for any open set s we have y ∈ s → x ∈ s;
* y is a cluster point of the filter pure x = 𝓟 {x}.
This relation defines a Preorder on X. If X is a T₀ space, then this preorder is a partial
order. If X is a T₁ space, then this partial order is trivial : x ⤳ y ↔ x = y.
- Defined in
- Mathlib.Topology.Defs.Filter
- Cited by
- 176 results in Mathlib
- Foundations
- Depth 19 from the axioms, rests on 92 definitions · uses propext, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- nhdsproof · cited by 5,554
Cited by193
Results whose statement or proof uses this declaration.
- TopCat.Presheaf.stalkSpecializesstatement and proof · cited by 51
- StableUnderSpecializationproof · cited by 32
- Specializes.mem_openstatement and proof · cited by 27
- StableUnderGeneralizationproof · cited by 24
- SpecializingMapproof · cited by 21
- Specializes.mapstatement and proof · cited by 19
- GeneralizingMapproof · cited by 16
- Inseparable.specializesstatement · cited by 16
- specializes_of_eqstatement · cited by 15
- ContinuousMap.map_specializesstatement and proof · cited by 13
- specializes_iff_mem_closurestatement and proof · cited by 11
- TopCat.Presheaf.germ_stalkSpecializesstatement and proof · cited by 10