Limit of a sequence of fixed points also a fixed point?

882 Views Asked by At

Suppose I have a continuous function $f : [0,1]^n \rightarrow [0,1]^n$ (maybe $n$ is infinite). Suppose I have a sequence $\{a_n\}_{n=1}^\infty$ of points in $[0,1]^n$ where each $a_n$ is a fixed point of $f$, and that $\{a_n\}$ converges to a value $a$. Is $a$ also a fixed point of $f$?

Thank you!

2

There are 2 best solutions below

0
On BEST ANSWER

$$f(a)=f\left(\lim\limits_{n\to\infty}a_n\right)=\lim\limits_{n\to\infty} f(a_n)=\lim\limits_{n\to\infty} a_n=a$$

0
On

Consider the function $g:[0,1]^n\to\mathbb{R}^n$, $g(x)=f(x)-x$. It is continuous, $g(a_n)=f(a_n)-a_n=0$ for all $n\in\mathbb{N}$, therefore $0=\lim_{n\to\infty} g(a_n)= \lim_{n\to\infty}f(a_n) - \lim_{n\to\infty}a_n = f(a)-a$, i.e. $a$ is also a fixed point of $f$.