Contraction mapping

A self-map that strictly shrinks distances by a uniform factor <1
Contraction mapping

Let (X,d)(X,d) be a and let T:XXT:X\to X.

The map TT is a contraction mapping (or contraction) if there exists a constant c[0,1)c\in[0,1) such that for all x,yXx,y\in X, d(T(x),T(y))cd(x,y). d\bigl(T(x),T(y)\bigr)\le c\,d(x,y). The constant cc is called a contraction constant.

A contraction is a special case of a map: TT is Lipschitz with constant LL if d(Tx,Ty)Ld(x,y)d(Tx,Ty)\le L d(x,y) for all x,yx,y. Contractions are exactly Lipschitz maps with L<1L<1.

Contractions are important because on they have unique and the fixed point can be found by iteration ( ).

Examples:

  • On R\mathbb{R} with d(x,y)=xyd(x,y)=|x-y|, the affine map T(x)=ax+bT(x)=ax+b is a contraction iff a<1|a|<1, with contraction constant c=ac=|a|.
  • On Rk\mathbb{R}^k, T(x)=12xT(x)=\tfrac12 x is a contraction with c=12c=\tfrac12.
  • The map T(x)=x+1T(x)=x+1 is Lipschitz with constant 11 but is not a contraction (and it has no fixed point).