The limit of a composed function

115 Views Asked by At

Let $g_n: \mathbb{N} \rightarrow \mathbb{R}$ and $f_n(x): \mathbb{N\times R} \rightarrow \mathbb{R}$.

If $g_n \rightarrow g$ and $f_n(g) \rightarrow f(g)$, can we deduce $f_n(g_n) \rightarrow f(g)$?

If we cannot deduce that unconditionally, what is the condition(s) for it to hold?

2

There are 2 best solutions below

2
On BEST ANSWER

It is sufficient, if $f_n\to f$ uniformly on a neighborhood $U$ of $g$ and $f$ is continuous at $g$. Notice that for $n$ sufficiently large we have $g_n\in U$ and $$ |f_n(g_n) - f(g)| = |f_n(g_n) - f(g_n) + f(g_n) - f(g)| \le \|f_n - f \|_{\infty, U} + |f(g_n) - f(g)| \to 0. $$

3
On

Let $f_n$ be continuous piecewise linear with $f_n(0)=f_n(\frac{1}{n})=0$ and $f_n(\frac{1}{2n})=n$. $(f_n)$ converges pointwise to the always vanishing function.

For $g_n$ take $g_n(x)=\frac{1}{2n}$ for all $x \in \mathbb R$. $(g_n)$ converges uniformly to the always vanishing function.

$f_n(g) \to 0$ but $f_n(g_n)=n$ diverges everywhere.