Delta-generated topological spaces #
This file defines delta-generated spaces, as topological spaces whose topology is coinduced by all maps from Euclidean spaces into them. This is the strongest topological property that holds for all CW-complexes and is closed under quotients and disjoint unions; every delta-generated space is locally path-connected, sequential and in particular compactly generated.
See https://ncatlab.org/nlab/show/Delta-generated+topological+space.
The notions defined in this file (see also the file
Mathlib/Topology/Category/DeltaGenerated.lean for the category DeltaGenerated)
are a particular case of the notion of X-generated topological spaces where
X is a family of topological spaces (see the file
Mathlib/Topology/Convenient/GeneratedBy.lean.)
TODO #
- All locally path-connected first-countable spaces are delta-generated - in particular, all normed spaces and convex subsets thereof, like the standard simplices and the unit interval.
- Delta-generated spaces are equivalently generated by the simplices Δⁿ.
- Delta-generated spaces are equivalently generated by the unit interval I.
A topological space is Delta-generated if its topology is generated
by the continuous maps from topological spaces of the form Fin n → ℝ.
Equations
- DeltaGeneratedSpace Y = Topology.IsGeneratedBy (fun (n : ℕ) => Fin n → ℝ) Y
Instances For
Type synonym to be equipped with the delta-generated topology.
Equations
- DeltaGeneratedSpace.of = Topology.WithGeneratedByTopology (fun (n : ℕ) => Fin n → ℝ) Y
Instances For
Delta-generated spaces are locally path-connected.
Delta-generated spaces are sequential.
The topology coinduced by all maps from ℝⁿ into a space.
Equations
- TopologicalSpace.deltaGenerated X = ⨆ (f : (n : ℕ) × C(Fin n → ℝ, X)), TopologicalSpace.coinduced (⇑f.snd) inferInstance
Instances For
Alias of TopologicalSpace.generatedBy_le.
Alias of TopologicalSpace.generatedBy_generatedBy.
Alias of Topology.IsGeneratedBy.generatedBy_eq.
Alias of Topology.IsGeneratedBy.isOpen_iff.
Alias of Topology.IsGeneratedBy.continuous_iff.
Alias of Topology.IsGeneratedBy.instWithGeneratedByTopology.
Alias of TopologicalSpace.generatedBy_mono.
Alias of Topology.WithGeneratedByTopology.equiv.
Instances For
Alias of Topology.IsGeneratedBy.coinduced.
Alias of Topology.IsGeneratedBy.iSup.
Alias of Topology.IsGeneratedBy.sup.
Alias of Topology.IsQuotientMap.isGeneratedBy.
Alias of Quot.isGeneratedBy.
Alias of Quotient.isGeneratedBy.
Alias of Sum.isGeneratedBy.
Alias of Sigma.isGeneratedBy.