Questions tagged [banach-fixed-point]

For questions involving the Banach Fixed Point Theorem and its applications

Let $(X,d)$ be a metric space and $T$ a map from $X$ to itself. The map $T$ is called a contraction if there is some $k\in[0,1)$ such that$$(\forall x,y\in X):d\bigl(T(x),T(y)\bigr)\leqslant kd(x,y).$$The Banach fixed point theorem states that if $(X,d)$ is complete and $T$ is a contraction, then $T$ has one and only one fixed point (that is, a point $x\in X$ such that $T(x)=x$).

The fact that the fixed point is unique is very easy to establish, even without the assumption that $X$ is complete. In fact, if $x$ and $y$ are fixed points, then$$d(x,y)=d\bigl(T(x),T(y)\bigr)\leqslant kd(x,y)$$and therefore, if $d(x,y)\neq0$, we would have $1\leqslant k$, which is false. So, $d(x,y)=0$, which means that $x=y$. On the other hand, the completeness of $X$ is essential for the existence of a fixed point.

82 questions
2
votes
1 answer

Example of a complex valued contraction mapping

I'm trying to find an example of a holomorphic function $f:\mathbb{C}\to\mathbb{C}$ that is a contraction mapping, besides the obvious example of $f(z)=az$, for $|a|<1$. Can anyone help me think of one? I initially thought this would be simple, but…
1
vote
0 answers

Existence of fixed point on Banach space

I need your help please: If $(X,\|\cdot\|_{X})$ is a Banach space, $A:X\times X\times X\rightarrow\mathbb{R}$ a trilinear form. Suppose that $A$ is continuous,i.e., there exists $M>0$ such that…
0
votes
1 answer

Prove uniqueness of soliution of non-linear integral equation

Show that there exists a unique continuous function $f : [0; 1] \rightarrow \mathbb{R}$ such that we have $f(x) = \int^1_0\cos(x+f(y))dy$, for all $x \in [0, 1].$ Hint: use Banach fixed point theorem. I defined a map $T:L[0,1] \rightarrow L[0, 1]$ $…