Theorems · Inductive type · general topology
TopologicalSpace.PseudoMetrizableSpace
(X : Type u_5) → [t : TopologicalSpace X] → Prop
A topological space is pseudometrizable if there exists a pseudometric space structure
compatible with the topology. To minimize imports, we implement this class in terms of the
existence of a countably generated uniformity inducing the topology, which is mathematically
equivalent.
To endow such a space with a compatible uniformity, use
letI : UniformSpace X := TopologicalSpace.pseudoMetrizableSpaceUniformity X.
To endow such a space with a compatible distance, use
letI : PseudoMetricSpace X := TopologicalSpace.pseudoMetrizableSpacePseudoMetric X.
- Defined in
- Mathlib.Topology.Metrizable.Basic
- Cited by
- 245 results in Mathlib
- Foundations
- Depth 1 from the axioms, rests on 2 definitions · uses no axioms
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement · cited by 24,529
Cited by257
Results whose statement or proof uses this declaration.
- MeasureTheory.StronglyMeasurable.measurablestatement and proof · cited by 74
- MeasureTheory.AEStronglyMeasurable.aemeasurablestatement and proof · cited by 73
- Continuous.aestronglyMeasurablestatement and proof · cited by 70
- Measurable.aestronglyMeasurablestatement and proof · cited by 59
- AEMeasurable.aestronglyMeasurablestatement and proof · cited by 57
- Measurable.stronglyMeasurablestatement and proof · cited by 47
- aestronglyMeasurable_idstatement and proof · cited by 35
- intervalIntegrable_iffstatement and proof · cited by 29
- ContinuousOn.aestronglyMeasurablestatement and proof · cited by 21
- intervalIntegrable_iff_integrableOn_Ioc_of_lestatement and proof · cited by 21
- MeasureTheory.integrableOn_unionstatement and proof · cited by 16
- IntervalIntegrable.transstatement and proof · cited by 15
Showing the 200 most cited of 257.