Dunkle
- 54
- 0
Homework Statement
This is a claim from a Wikipedia page about analytic functions (http://en.wikipedia.org/wiki/Analytic_function), and I can't seem to prove it.
If (r_{n}) is a sequence of distinct numbers such that f(r_{n}) = 0 for all n and this sequence converges to a point r in the domain of D, then f is identically zero on the connected component of D containing r.
Homework Equations
f(x) = \sum a_{n}x^{n}
f(x_{n})=0
The Attempt at a Solution
I'm trying to prove the case when r=0. If f is analytic, then it can be represented by some power series. If you look at some sequence (r_n) = 1/n, then the zeros of f bunch up near 0. It is clear to me that f(0)=0 (since f is continuous), so a_{0}=0. It is also clear to me that f '(0)=0, and so a_{1}=0. It seems like the way to go is to show (using induction) that each a_{n} is 0 by showing that all derivatives at 0 are equal to 0.
Thoughts?