Zulip Chat Archive
Stream: maths
Topic: Convergence at border points
Filippo A. E. Nuccio (Dec 14 2021 at 09:51):
I have a purely math question: suppose that is a power series that converges on the closed disk centred at and radius . Assume that , so I can divide the series by : I certainly get a holomorphic function on the open disk . Is it true/easy/obvious to check that still converges also on the border?
In my application, all , but I suspect that this is not crucial.
Sebastien Gouezel (Dec 14 2021 at 10:28):
What do you mean when you say that the power series converges on the closed disk? Pointwise convergence, or uniform convergence, or the holomorphic function can be extended beyond the open unit disk? Since you say that all your a_n
are integers, I don't see in which sense you can have convergence.
Filippo A. E. Nuccio (Dec 14 2021 at 10:30):
I mean pointwise convergence at all points in the circle. The series is not (a priori) convergent beyond , and it does not give raise to a holomorphic function beyond the unit disk, only on the open one.
Sebastien Gouezel (Dec 14 2021 at 10:31):
You can not have pointwise convergence at 1
if your coefficients are nonzero integers (as the general term of the series does not tend to zero).
Filippo A. E. Nuccio (Dec 14 2021 at 10:32):
Ah, I see the issue with integers: as a matter of fact, I should have been more precise, you are right. In my example, the radius is some (I thought it would simplify matters to assume but you are right it does not).
Sebastien Gouezel (Dec 14 2021 at 10:32):
The question definitely makes sense if you just don't assume that the a_n
are integers.
Filippo A. E. Nuccio (Dec 14 2021 at 10:33):
You are right, but to stick to my example, it is better to work with some fixed and assume converges (uniformly) on the open , pointwise on and vanishes at .
Sebastien Gouezel (Dec 14 2021 at 10:35):
Just to clarify the matter a little bit more: when you say pointwise convergence, you mean that converges to a limit when , but not that the series is converging in the mathlib sense (which would amoung to the convergence of the series of the absolute values). Right?
Filippo A. E. Nuccio (Dec 14 2021 at 10:36):
No, I mean in the absolute value sense; so converges to a limit when , for all : so converges to a limit.
Johan Commelin (Dec 14 2021 at 10:36):
I think we want absolute convergence
Sebastien Gouezel (Dec 14 2021 at 10:38):
ok. Then you're fine.
Filippo A. E. Nuccio (Dec 14 2021 at 10:38):
Ah, good!
Filippo A. E. Nuccio (Dec 14 2021 at 10:39):
Can you sketch the argument?
Sebastien Gouezel (Dec 14 2021 at 10:39):
Let me do it for r = 1
.
Filippo A. E. Nuccio (Dec 14 2021 at 10:39):
Sure
Sebastien Gouezel (Dec 14 2021 at 10:41):
Let . Then . So, the series expansion for is with . If you sum the absolute values of the , you get at most the one for the times the one for , which is finite.
Filippo A. E. Nuccio (Dec 14 2021 at 10:42):
I agree, but this was my argument for convergency on the open disk. Does it give convergency at the boundary?
Sebastien Gouezel (Dec 14 2021 at 10:43):
If you assume that the series of the norms of is converging, then so is the series of the norms of . Isn't it what you are asking?
Filippo A. E. Nuccio (Dec 14 2021 at 10:44):
Oh, right. Let me think for a second.
Filippo A. E. Nuccio (Dec 14 2021 at 10:48):
Can you help me with the final estimate? I agree that ; my previous idea was to bound these terms individually but you are suggesting that I use this estimate to directly bound their sum.
Filippo A. E. Nuccio (Dec 14 2021 at 10:50):
Perhaps I see: you are using the same argument used to study the radius of convergence of the Cauchy product of two series, here the and the ?
Sebastien Gouezel (Dec 14 2021 at 10:51):
Yes. If you expand , you will see exactly all the terms that show up in .
Filippo A. E. Nuccio (Dec 14 2021 at 10:51):
Ah sure. Thanks! :pray:
Notification Bot (Dec 14 2021 at 20:19):
Filippo A. E. Nuccio has marked this topic as unresolved.
Last updated: Dec 20 2023 at 11:08 UTC