Silversonic
- 121
- 1
Homework Statement
Suppose [itex]f[/itex] is differentiable in [itex]\mathbb{C}[/itex] and [itex]|f(z)| \leq C|z|^m[/itex] for some [itex]m \geq 1, C > 0[/itex] and all [itex]z \in \mathbb{C}[/itex], show that;
[itex]f(z) = a_1z + a_2 z^2 + a_3 z^3 + ... a_m z^m[/itex]
Homework Equations
The Attempt at a Solution
I can't seem to show this. It does the proof when [itex]m = 1[/itex] because then;
If f(z) is differentiable, it's analytic (possible to expand into taylor series), so;
[itex]f(z) = a_0 + a_1z + a_2 z^2 + a_3 z^3 + ...[/itex]
[itex]|f(0)| = |a_0| \leq C|0| = 0[/itex]
So [itex]a_0 = 0[/itex]
Then take [itex]g(z) = f(z)/z[/itex]
[itex]|g(z)| \leq C[/itex], by Liouville's theorem this means g(z) is a constant, i.e. [itex]g(z) = a_1[/itex] so [itex]f(z) = g(z)z = a_1 z[/itex]I can't seem to prove this for [itex]m > 1[/itex] though, because this means
[itex]|f(z)| \leq C|z|^m[/itex]
so
[itex]|f(0)| \leq C|0|^m = 0[/itex]
So [itex]a_0 = 0[/itex]
Again take
[itex]g(z) = f(z)/z = a_1 + a_2 z + a_3 z^2 + ...[/itex]
Then [itex]|g(z)| = |f(z)|/|z| \leq C|z|^{m-1}[/itex]
So [itex]|g(0)| \leq C|0|^{m-1} = 0[/itex]
Meaning [itex]a_1 = 0[/itex]
Keep on applying this shows that [itex]a_1 = a_2 = ... = a_{m-1} = 0[/itex], which pretty much disproves exactly what I'm trying to prove. Any help?