nLab
circle

Context

Topology

Manifolds and cobordisms

Contents

Idea

The circle is a fantastic thing with lots and lots of properties and extra structures. It is a:

and it is one of the basic building blocks for lots of areas of mathematics, including:

Definition

We consider the circle first as a topological space, then as the homotopy type represented by that space.

As a topological space

Definition

The two most common definitions of the circle are:

  1. It is the subspace of consisting of those numbers of length 1:

    U(1){z:z=1}U(1) \coloneqq \{z \in \mathbb{C} : |z| = 1\}

    (of course, can be identified with 2 and an equivalent formulation of this definition given; also, to emphasise the reason for the notation U(1), can be replaced by *=GL 1())

  2. It is the quotient of by the integers:

    S 1/S^1 \coloneqq \mathbb{R}/\mathbb{Z}

The standard equivalence of the two definitions is given by the map , te 2πit.

As a homotopy type

As a homotopy type the circle is for instance the homotopy pushout

S 1* ***.S^1 \simeq * \coprod_{* \coprod * } * \,.

A formalization as a higher inductive type in homotopy type theory is given by

Axiom circle : Type.

Axiom base : circle.
Axiom loop : base ~~> base.

See (Shulman).

Properties

The circle is a compact, connected topological space. It is a 1-dimensional smooth manifold (indeed, it is the only 1-dimensional compact, connected smooth manifold). It is not simply connected. Its first homotopy group is the integers

π 1(S 1).\pi_1(S^1) \simeq \mathbb{Z} \,.

(A proof of this in homotopy type theory is in Shulman P1S1.)

But the higher homotopy groups π n(S 1)*, n>1 all vanish (and so is a homotopy 1-type). The circle is a model for the classifying space for the abelian group , the integers.

The product of the circle with itself is the torus

T=S 1×S 1.T = S^1 \times S^1 \,.

Generally, the n-torus is (S 1) n.

References

A formalization in homotopy type theory is in

The proof that π 1(S 1) in this context is in

Revised on September 3, 2012 19:40:30 by Urs Schreiber (131.174.188.82)