For each natural number $n \ge 2$, define:
$$f_n(x) = \frac{1}{1+x^n}$$
Find the function $f: [2, \infty) \to \Bbb R$ to which the sequence $\{f_n: [2, \infty) \to \Bbb R\}$ converges pointwise.
Answer: For any $x \ge 2$, $\lim_{n\to\infty} 1/(1 + x^n) = 0$, because $\lim_{n\to\infty} (1 + x^n) = \infty$.
Hence, $\{f_n (x)\}$ converges to $f(x) = 0$ pointwise for all $x \in [2, \infty)$.
how would we show if the convergence is uniform or not?