Documentation

Mathlib.Topology.SmallInductiveDimension

Small inductive dimension #

The small inductive dimension of a space is inductively defined as follows. Empty spaces have small inductive dimension less than 0, and a topological space has dimension less than n + 1 if it has a topological basis whose elements have frontiers of dimension strictly less n.

In this file we formalize this notion, and characterize the cases n = 0 and n = 1.

Main definitions #

References #

class inductive HasSmallInductiveDimensionLT (X : Type u) [TopologicalSpace X] :
Prop

For a topological space, the property of having small inductive dimension less than n : ℕ is inductively defined as follows. Empty spaces have small inductive dimension less than 0, and a topological space has dimension less than n + 1 if it has a topological basis whose elements have frontiers of dimension strictly less n.

Instances
    @[reducible, inline]

    A topological space has dimension ≤ n if it has dimension < n + 1.

    Equations
    Instances For

      The small inductive dimension of a topological space.

      Equations
      Instances For