3

Let $(a_n)_{n \in \mathbb{N}}$ be an infinite positive sequence of integers. Assume that $f(\lambda) = \sum\limits_{n=0}^{\infty} a_n \lambda^n$ is finite for any $\lambda \in [0, \lambda_0)$. Does this necessarily imply that $f(\lambda)$ is also continuous in $(0, \lambda_0)$, or might something strange happen?

  • 1
    Yes, it is continuous. It is in fact analytic. – Andrés E. Caicedo Aug 03 '18 at 19:07
  • 1
    (For positive $a_n$ this is easy, because you very easily establish have uniform bounds, so you can apply Weierstrass M-test.) – Andrés E. Caicedo Aug 03 '18 at 19:09
  • Thank you. Is there a theorem I can cite without a proof being required? – QuantumLogarithm Aug 03 '18 at 19:37
  • 1
    Two results :(1). From the details of the proof of the Cauchy-Hadamard Radius Formula ( sometimes called the Hadamard Radius Formula) we can easily show that the sequence $(\sum_{n=0}^ja_n x^n)_{j\in \Bbb N}$ converges uniformly on any closed subset of $D={z\in \Bbb C: |z|<\lambda_0}$....(2). A uniform limit of a sequence of continuous real or complex functions on $D$ is continuous. – DanielWainfleet Aug 03 '18 at 19:49

1 Answers1

1

If your series converges for $\lambda=r$, then it converges uniformly for all $\lambda\in(-r,r)$. This is because for such $\lambda$ $$ \sum_{n>m}a_n|\lambda|^n\leq\sum_{n>m}a_nr^n\xrightarrow[m\to\infty]{}0. $$

So $f(\lambda)$ is a uniform limit of polynomials. And a uniform limit of continuous functions is continuous.

Your function is in fact a lot more than continuous. It is analytic.

Martin Argerami
  • 205,756