4
$\begingroup$

Problem:

Let $f$ be defined as $f(z)=\frac{z}{1+|z|}$. Is $f$ continuous from $\mathbb{C} \to \mathbb{C}$?

Progress:

$f$ is clearly well-defined on $\mathbb{C}$, but is not holomorphic (Cauchy-Riemann equations are not satisfied as a result of the '$|z|$' term).

I think we may need to make use of the '$\epsilon$-$\delta$' definition of continuity but I'm really not sure how to apply this to complex-valued functions. Any assistance would be very appreciated.

1 Answers 1

3

Sure it's continuous, it's composed out of continuous bits. $|z|$ is continuous, so $1+|z|$ is, so $1/(1+|z|)$ is (since the denominator is never zero), and $z$ is, so $z/(1+|z|)$ is.

  • 3
    Real mathematicians don't use deltas and epsilons (at any rate, not any more than is absolutely necessary). $|z|=\sqrt{x^2+y^2}$; $x$ is a continuous function of $z$, so is $y$, so $x^2$ and $y^2$ are continuous, so $x^2+y^2$ is, and square root is continuous on the non-negative reals, so $\sqrt{x^2+y^2}$ is continuous. I guess you have to use $\epsilon,\delta$ to prove $x$ is continuous, but that should be easy enough that you can't go wrong.2011-12-09