Documentation

Mathlib.Topology.Category.TopCat.Sphere

Euclidean spheres #

This files defines the n-sphere 𝕊 n, the n-disk 𝔻 n and its boundary ∂𝔻 n as objects in TopCat.

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
      noncomputable def TopCat.diskBoundary (n : ) :

      The boundary of the n-disk.

      Equations
        Instances For
          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

              𝔻 n denotes the n-disk.

              Equations
                Instances For

                  ∂𝔻 n denotes the boundary of the n-disk.

                  Equations
                    Instances For

                      𝕊 n denotes the n-sphere.

                      Equations
                        Instances For

                          The inclusion ∂𝔻 n ⟶ 𝔻 n of the boundary of the n-disk.

                          Equations
                            Instances For