Pointwise Convergence of Sequences of Functions
Welcome, students! 🌟 In this lesson, you will learn one of the central ideas in Real Analysis: how a whole sequence of functions can converge to a single limit function, one input at a time. This is different from sequences of numbers, where you only track one value at each step. Here, the objects changing are functions, so the behavior can be much richer.
What you will learn
- What pointwise convergence means
- How to test whether a sequence of functions converges pointwise
- How pointwise convergence connects to sequences of functions in Real Analysis
- Why pointwise convergence matters for continuity, graphs, and limits
- How to use examples to reason carefully about convergence
Pointwise convergence is the first major way to understand convergence for functions. It is the foundation for later ideas like uniform convergence and preservation of continuity. A key message of this lesson is simple: with pointwise convergence, each input value is watched separately.
1. Sequences of Functions: The Big Picture
A sequence of functions is written as $\{f_n\}$, where each $f_n$ is a function. For example, $f_1$, $f_2$, $f_3$, and so on. Unlike a sequence of numbers, each term is a full function with its own graph.
Suppose every function in the sequence has domain $D$. Then for each fixed input $x \in D$, the values $f_1(x), f_2(x), f_3(x), \dots$ form a sequence of numbers. That is the key idea behind pointwise convergence: look at one input $x$ at a time.
If this sequence of numbers converges to a value $f(x)$ for each $x \in D$, then the sequence of functions converges pointwise to a function $f$.
You can think of it like watching a crowd of runners on a track. Pointwise convergence does not ask whether all runners finish together. Instead, it asks whether each individual runner settles into a predictable final position at each chosen checkpoint. 🏃
2. Definition of Pointwise Convergence
Let $\{f_n\}$ be a sequence of functions defined on a set $D$, and let $f$ be another function defined on $D$. We say that $f_n$ converges pointwise to $f$ on $D$ if, for every $x \in D$,
$$
$\lim_{n \to \infty} f_n(x) = f(x).$
$$
This definition has two important parts:
- The input $x$ is fixed first.
- Then we let $n \to \infty$.
That order matters. Pointwise convergence means that for each particular $x$, the numbers $f_n(x)$ approach $f(x)$ as $n$ grows.
In $\varepsilon$-$N$ language, pointwise convergence means: for every $x \in D$ and every $\varepsilon > 0$, there exists an integer $N$ that may depend on both $x$ and $\varepsilon$ such that
$$
$|f_n(x)-f(x)|<\varepsilon \quad \text{whenever } n\ge N.$
$$
The phrase “may depend on $x$” is very important. Different inputs may require different values of $N$.
3. A First Example: Convergence to Zero
Consider the sequence of functions on $[0,1]$ given by
$$
$f_n(x)=x^n.$
$$
Let us examine the limit for each fixed $x \in [0,1]$.
- If $0 \le x < 1$, then $x^n \to 0$ as $n \to \infty$.
- If $x=1$, then $1^n=1$ for every $n$, so the limit is $1$.
So the pointwise limit function is
$$
$f(x)=$
$\begin{cases}$
0, & 0 \le x < 1, \\
$1, & x=1.$
$\end{cases}$
$$
This example is powerful because it shows that pointwise limits can behave differently at different points. The graphs of $f_n(x)=x^n$ become steeper and flatter at the same time, but the limiting function is not continuous at $x=1$.
This example is a warning: even if every $f_n$ is continuous, the pointwise limit need not be continuous. That is one reason pointwise convergence is important to study carefully.
4. How to Check Pointwise Convergence
To check pointwise convergence, follow these steps:
Step 1: Fix an input $x$
Treat $x$ like a constant. Do not let it change while you take the limit in $n$.
Step 2: Compute the numerical limit
Study the sequence of real numbers $f_n(x)$.
Step 3: Repeat for all $x$ in the domain
If the limit exists for each $x \in D$, then define $f(x)$ to be that limit.
Step 4: State the result
Write
$$
$\lim_{n\to\infty}$ f_n(x)=f(x) \quad \text{for each } x $\in$ D.
$$
A helpful strategy is to look for special cases in the domain. Endpoints, zeros, and values where the formula changes often deserve extra attention.
Example: $f_n(x)=\frac{x}{n}$
For each fixed $x \in \mathbb{R}$,
$$
$\lim_{n\to\infty} \frac{x}{n}=0.$
$$
So the sequence $f_n(x)=\frac{x}{n}$ converges pointwise to the zero function
$$
$f(x)=0.$
$$
This is true for every real number $x$, because the numerator stays fixed while the denominator grows without bound.
5. Pointwise Convergence and the Meaning of “For Each $x$”
A common source of confusion is the phrase “for each $x$.” Pointwise convergence does not mean that there is one single $N$ that works for every $x$ at once. It only means that for each fixed $x$, the convergence happens eventually.
That distinction can produce very different behavior across the domain.
For example, in $f_n(x)=x^n$ on $[0,1]$, if you choose $x=\frac{1}{2}$, then the values shrink quickly. But if you choose $x$ very close to $1$, the sequence shrinks much more slowly. So the required $N$ depends on the input.
This “input-by-input” nature is what makes pointwise convergence local in spirit. It studies one point at a time, like checking the temperature in different rooms of a building rather than averaging the whole building at once 🌡️.
6. Why Pointwise Convergence Matters
Pointwise convergence is one of the first ways to understand limits of functions, but it has limits of its own. It answers the question:
“Do the values at each point settle down?”
However, it does not automatically preserve properties such as continuity, differentiation, or integration. This is why later topics in Real Analysis introduce stronger types of convergence.
Still, pointwise convergence is important because it helps us:
- describe a limiting function
- compare function behavior at individual points
- build intuition for function sequences
- identify when stronger convergence is needed
In many applications, sequences of functions appear in approximations, expansions, and numerical methods. For example, a complicated function may be approximated by simpler functions, and pointwise convergence helps describe whether the approximation works at each input value.
7. Another Example: A Sequence That Does Not Converge Pointwise Everywhere
Consider
$$
$f_n(x)=(-1)^n x.$
$$
For a fixed $x$, the sequence becomes
$$
$x,-x,x,-x,\dots$
$$
If $x \ne 0$, this sequence does not converge. But if $x=0$, then every term is $0$, so the limit is $0$.
Therefore, $\{f_n\}$ does not converge pointwise on all of $\mathbb{R}$, because pointwise convergence requires convergence at every point in the domain. It does converge at the single point $x=0$.
This example shows that it is not enough for a sequence of functions to behave nicely at some points. Pointwise convergence is an all-or-nothing property over the whole domain.
8. Connection to the Bigger Topic of Sequences of Functions
Pointwise convergence is the starting point for studying sequences of functions. It gives a precise way to say that a sequence of functions approaches a limit function.
In the larger topic of sequences of functions, you will often compare pointwise convergence with uniform convergence. Both describe how functions approach a limit, but they differ in strength. Pointwise convergence checks each point separately, while uniform convergence controls all points together.
This difference is essential when studying preservation of continuity. A sequence of continuous functions may converge pointwise to a discontinuous function, as in the example $f_n(x)=x^n$ on $[0,1]$. So pointwise convergence alone is not enough to guarantee that continuity passes to the limit.
That is why Real Analysis pays close attention to the exact type of convergence being used.
Conclusion
Pointwise convergence means that for each fixed input $x$, the values $f_n(x)$ approach a limit $f(x)$ as $n \to \infty$. It is the most direct way to study convergence of functions because it reduces the problem to ordinary numerical convergence at each point.
students, remember the main idea: pointwise convergence is about watching one point at a time. This makes it easy to define and very useful for building intuition, but it is also weaker than uniform convergence. Because of that, pointwise convergence does not necessarily preserve continuity. Understanding this lesson will help you follow the rest of the topic of sequences of functions in Real Analysis. ✅
Study Notes
- A sequence of functions is written as $\{f_n\}$, where each $f_n$ is a function.
- Pointwise convergence on a domain $D$ means that for every $x \in D$,
$$
$ \lim_{n\to\infty} f_n(x)=f(x).$
$$
- In $\varepsilon$-$N$ form, the integer $N$ may depend on both $x$ and $\varepsilon$.
- To test pointwise convergence, fix $x$ first, then take the limit as $n \to \infty$.
- Example: $f_n(x)=x^n$ on $[0,1]$ converges pointwise to
$$
$ f(x)=$
$ \begin{cases}$
0, & 0 \le x < 1, \\
$ 1, & x=1.$
$ \end{cases}$
$$
- Example: $f_n(x)=\frac{x}{n}$ converges pointwise to $0$ for every $x \in \mathbb{R}$.
- Pointwise convergence does not require one common $N$ for all $x$.
- A pointwise limit of continuous functions need not be continuous.
- Pointwise convergence is a foundational idea for the broader study of sequences of functions.
