I am rather stuck on what looks like it ought to be a fairly
easy problem: to show that if {zn} is a series of
complex numbers converging to a, then
{(zn)½} converges to (a)½. Essentially this seems to
boil down to showing that the square root function is continuous;
this is obvious because it is differentiable (except at 0), but I
still can't actually find any way of constructing suitable N's for
given e's.
David Loeffler
Suppose |zn - a| <
e for n > N.
Then |zn1/2 - a1/2| =
|zn - a|/|zn1/2 + a1/2|
< e/|zn1/2 +
a1/2|
But also |zn| > |a| - e,
so
< e/K where K is a constant =
|(|a|-e)1/2 +
a1/2|
This essentially proves it, if you can't see the remaining steps
let me know (or if you don't follow something). There are probably
many other ways of doing this, in fact I think I have been a bit
sloppy, but I think the idea is correct.
Sean
Thanks. I hadn't thought of that lower bound for the
denominator. I think I can see the remaining steps.
David.