Path

A continuous map from the unit interval into a space.
Path

A path in a XX is a γ ⁣:[0,1]X\gamma\colon [0,1]\to X, where [0,1][0,1] is the with its usual topology. The points γ(0)\gamma(0) and γ(1)\gamma(1) are called the initial and terminal points of the path.

Paths are the basic objects used to define and are a special case of a .

Examples:

  • In R2\mathbb{R}^2, for points a,bR2a,b\in\mathbb{R}^2, the map γ(t)=(1t)a+tb\gamma(t)=(1-t)a+tb is a path from aa to bb.
  • The map γ(t)=(cos(2πt),sin(2πt))\gamma(t)=(\cos(2\pi t),\sin(2\pi t)) is a path in the unit circle with γ(0)=γ(1)\gamma(0)=\gamma(1) (a loop).