Documentation

Mathlib.Topology.Category.TopCat.Sphere

Euclidean spheres #

This files defines the n-sphere 𝕊 n, the n-disk 𝔻 n, its boundary ∂𝔻 n and its interior 𝔹 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
        noncomputable def TopCat.ball (n : ) :

        The n-ball is the set of points in ℝⁿ whose norm is strictly less than 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

                𝔹 n denotes the n-ball, the interior of the n-disk.

                Equations
                Instances For

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

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For

                    The inclusion 𝔹 n ⟶ 𝔻 n of the interior of the n-disk.

                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For