Documentation

Mathlib.Topology.KrullDimension

The Krull dimension of a topological space #

The Krull dimension of a topological space is the order-theoretic Krull dimension applied to the collection of all its subsets that are closed and irreducible. Unfolding this definition, it is the length of longest series of closed irreducible subsets ordered by inclusion.

Main results #

Implementation notes #

The proofs use order-preserving maps between posets of irreducible closed sets to establish dimension inequalities.

noncomputable def topologicalKrullDim (T : Type u_1) [TopologicalSpace T] :

The Krull dimension of a topological space is the supremum of lengths of chains of closed irreducible sets.

Equations
Instances For

    Main dimension theorems #

    If f : Y → X is inducing, then dim(Y) ≤ dim(X).

    @[deprecated IsInducing.topologicalKrullDim_le (since := "2025-10-19")]

    Alias of IsInducing.topologicalKrullDim_le.


    If f : Y → X is inducing, then dim(Y) ≤ dim(X).

    The topological Krull dimension is invariant under homeomorphisms

    The topological Krull dimension of any subspace is at most the dimension of the ambient space.