Documentation

Atlas.AlgebraicGeometryI.code.DimensionDef

@[reducible, inline]
noncomputable abbrev dimension (X : Type u_1) [TopologicalSpace X] :

The dimension of a topological space X (Definition 11): the length of the longest chain of irreducible closed subsets, modeled here via the topological Krull dimension.

Instances For

    The dimension of X equals the Krull dimension of its poset of irreducible closed subsets, by definition.

    theorem dimension_le_of_isInducing {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] {f : YX} (hf : Topology.IsInducing f) :

    Dimension is monotone under topological inducing maps.

    theorem dimension_subspace_le (X : Type u_1) [TopologicalSpace X] (Y : Set X) :

    A subspace has dimension at most that of the ambient space.

    A discrete topological space has dimension at most zero.