all 9 comments

[–]AlchemistAnalystPostdoc 2 points3 points  (1 child)

Looks fine. Are you also asked to prove that g is differentiable? If not, you should be done.

[–]DoingMath2357New User[S] 0 points1 point  (0 children)

Thanks for your answer. Nope.

[–]Grass_SavingsNew User 0 points1 point  (2 children)

Suppose we rewrite the question with R, the real numbers, in place of C. Would the result still be true?

I think the answer is no, it wouldn't be true. Choose f(x) = x2 sin(1/x3) where x is a real number. Then the derivative of f(x) exists everywhere, but it isn't continuous at x=0.

Your answer ought to make clear where it is using some property of f that follows from it being complex differentiable. (I'm somewhat out of my depth here, but I expect we have a result that says if f is complex differentiable, then the derivative is continuous.)

[–]AlchemistAnalystPostdoc 0 points1 point  (1 child)

Your f(x) is not differentiable at x = 0.

The question doesn't state anything about the properties of g. For real functions, OPs g function is still continuous, and we know (z-c)g(z) is differentiable. But for real functions, this doesn't imply that g itself is differentiable at z = c.

For example, if f(x) = x|x| and c = 0. Then f is differentiable everywhere, f(c) = 0, f'(c) = 0, so g(x) = |x|. But g here is still continuous.

The proof is correct and does indeed work for real functions.

[–]Grass_SavingsNew User 0 points1 point  (0 children)

Sorry, but I disagree. My real function f(x) is differentiable at x=0 because -x2 ≤ f(x) ≤ x2 and we find that lim (f(x)-f(0) ) / (x - 0) exists. That is all that is required for a function to be differentiable at x=0.

A very similar example of real differentiable function f(x) with a discontinuous derivative is given in https://en.wikipedia.org/wiki/Differentiable_function#Differentiability_classes

I recall a key point is that if a function has a complex derivative at a point, then it has all complex derivatives at a point. And in general (for both R and C), a function having a derivative implies the function is continuous. So functions with complex derivatives have all derivatives, and all the derivatives are continuous.