1

$f(z) = \left\{ \begin{array}{ll} 0 &, z = 0 \ \\ \exp(-1/z^4) & ,z \neq 0\ \end{array} \right.$ I could show by making a transformation of $\frac{1}{z^4}$ as $w$, that $f$ is not continuous at origin, is there any other way out to prove discontinuity at origin?

Also I am getting into complications while showing Cauchy Riemann equations hold at origin? How to solve this?

BAYMAX
  • 4,972

1 Answers1

1

This is a classical example (by Looman) that satisfies the Cauchy–Riemann equations everywhere but is not analytic, or even continuous, at $z = 0$.


Hint:

For the continuity issue, show that $$ \lim_{z\to 0}f(z)=0 $$ is not true. Consider the limit $$ \lim_{t\to 0+}f(t(1+i)). $$

For the CR equation at $z=0$, try to use the definition of partial derivatives. Note for instance that $$ u(x,0) = \exp(-1/x^4) \quad\text{and}\quad u(0,y) = \exp(-1/y^4)$$ where $u$ denotes the real part of $f$. Eventually you would end up with the calculation of $$ \lim_{h\to 0}\frac{\exp(-h^4)}{h}=0 $$ which implies the CR equation at $z=0$.

  • In the limit calculation for showing CR eqns to hold at origin,how can we get a $h^4$ term , please show the limit value calculation. – BAYMAX Jan 24 '17 at 01:21