[Math] Definition of pointwise convergence

calculusdefinitionreal-analysis

I'm reading about the definition of exponential function on $\Bbb R$ and I came across a definition of pointwise convergence which I don't understand:

We say that a sequence of functions $(f_n)_n$ where $f_n:I\rightarrow \Bbb R, \ I\subseteq \Bbb R$, converges pointwise to function $f:I\rightarrow \Bbb R$ on the interval $I$ if a sequence of numbers $(f_n(x))_n$ converges to $f(x), \forall x\in I.$

Can someone please explain this definition and provide an example?

Best Answer

Pointwise convergence of $(f_n)_{n\in\mathbb{N}}$ to $f$ means that for each point $x \in I$, we have $\lim_{n \rightarrow \infty}{f_n(x)}=f(x)$.

Essentially we take a point $x \in I$ and look at $f_n(x)$ as $n \rightarrow \infty$. If this converges to a limit and does so for all $x \in I$, then it makes sense to say $(f_n)_{n\in\mathbb{N}}$ converges to the function $f(x)=\lim_{n\rightarrow\infty}f_n(x)$.

We call this pointwise convergence because it only looks at individual points rather than the functions as a whole, which is in contrast to something stronger like uniform convergence.

An example would be $$f_n(x)=\frac{x^2}{n} (x \in \mathbb{R})$$

For any $x \in \mathbb{R}$ we then have $$ \lim_{n \rightarrow \infty}f_n(x) = \lim_{n \rightarrow \infty}\frac{x^2}{n} = x^2\lim_{n \rightarrow \infty}\frac{1}{n}=x^2 \cdot0 = 0$$

So $(f_n)_{n\in\mathbb{N}}$ converges pointwise to the null function $f(x)=0$