2

Consider a function $f: \mathbb{R} \mapsto \mathbb{R} $, with the following property:

Consider the sequence $x, f(x), f(f(x)), f(f(f(x))), ...$.
This sequences converges for all values of $x$.

For completeness, this sequence is $a_0=x, a_{n+1}=f(a_n)$.
For all $x \in \mathbb{R}$, there exists a $y \in \mathbb{R}$ such that $y = \displaystyle \lim_{m \to \infty} a_m$.

What else can we conclude about $f$ given this information?

For example, $f$ might be a constant function. It might even be, $f(x)=x/2$ or $x/100$.

whoisit
  • 3,069

1 Answers1

0

We are certain that we can't find cycles $C=\{a_0, a_1, \ldots, a_{n-1}\}$ where all the elements are distinct and the lengths more than $1$ such that $a_{i+1}=f(a_i), $ where $i$ takes values from $0$ to $n-2$ and $a_0 = f(a_{n-1})$.

Remark:

This function need not have a fixed point as we can see from the counterexample in the comment.

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149