Documentation

Mathlib.Topology.Category.TopCat.Sphere

Euclidean spheres #

This files defines the n-sphere 𝕊 n and the n-disk 𝔻 as objects in TopCat. The parameter n is in so as to facilitate the definition of CW-complexes (see the file Topology.CWComplex).

noncomputable def TopCat.sphere (n : ) :

The n-sphere is the set of points in ℝⁿ⁺¹ whose norm equals 1, endowed with the subspace topology.

Equations
Instances For
    noncomputable def TopCat.disk (n : ) :

    The n-disk is the set of points in ℝⁿ whose norm is at most 1, endowed with the subspace topology.

    Equations
    Instances For

      𝕊 n denotes the n-sphere.

      Equations
      Instances For

        𝔻 n denotes the n-disk.

        Equations
        Instances For