Find an example of a sequence of functions $\{f_n\}$ and $\{g_n\}$

603 Views Asked by At

Q. Find an example of a sequence of functions $\{f_n\}$ and $\{g_n\}$ that converge uniformly to some $f$ and $g$ on some set $A$, but such that $\{f_ng_n\}$ (the multiple) does not converge uniformly to $fg$ on $A$. Hint: Let $A=R$, let $f(x)=g(x)=x.$ You can even pick $f_n=g_n.$

As it is stated in Hint, let $A=R,$ and $f(x)=g(x)=x,$ and $f_n=g_n $

Since $f_n$ converges uniformly to $x$. $\forall\varepsilon>0, \exists M\in s.t. $ for $n\ge M, |f_n-x|<\varepsilon \hspace{0.5cm}\forall x \in R.$

But, $|f_n^2-x^2| = |f_n+x||f_n-x|=|f_n+x|\varepsilon\not < \varepsilon$ for some $x$.

I don't know how to pick $f_n$ satisfying these conditions. Could you give some hint?

3

There are 3 best solutions below

0
On BEST ANSWER

I would take $f_n(x)=g_n(x)=x+\frac{1}{n}$. Then they converge uniformly over $\mathbb{R}$ to $f(x)=g(x)=x$.

On the other hand, if $A$ is any unbounded set of $\mathbb{R}$ then $$\sup_{x\in A}|f_n(x)g_n(x)-f(x)g(x)|=\sup_{x\in A}\left|\left(x+\frac{1}{n}\right)^2-x^2\right|=\sup_{x\in A}\left|\frac{2x}{n}+\frac{1}{n^2}\right|=+\infty$$ which means that $f_ng_n$ does not converge uniformly to $fg$ over $A$.

0
On

Take $f_n(x)=g_n(x)=x+\frac{1}{n}$. You can show that these sequences converge uniformly. Now take a look at the product of these, it will definitely converge pointwise to $x^2$, but not uniform. To show that the product sequence does not converge uniformly to $x^2$,

$$\sup\limits_{x\in\mathbb{R}}||f_ng_n(x)-x^2||=\sup\limits_{x\in\mathbb{R}}||x^2+\frac{2x}{n}+n^2-x^2||=\sup\limits_{x\in\mathbb{R}}||\frac{2x}{n}+n^2||\to\infty$$

0
On

Take $A=[0,1]$, and define$$\begin{array}{rccc}f\colon&[0,1]&\longrightarrow&\Bbb R\\&x&\mapsto&\begin{cases}0&\text{ if }x=0\\\frac1x&\text{ otherwise.}\end{cases}\end{array}$$For each $n\in\Bbb N$, define $f_n=f$ and let $g_n$ be the constant function $\frac1n$. Then $(f_n)_{n\in\Bbb N}$ converges uniformly to $f$ and $(g_n)_{n\in\Bbb N}$ converges uniformly to the null function, but $(f_ng_n)_{n\in\Bbb N}$ does not converge uniformly.