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.
Take $z\in\mathbb{C}$ and $\epsilon>0$, then $B_{\epsilon}(f(z))\subset\mathbb{R}$ as $\mathbb{R}$ is open in $\mathbb{C}$. Then for any $0<\delta<\epsilon$, $f(B_{\delta}^{\mathbb{R}}(z))\subset B_{\epsilon}(f(z))$, and so $f$ is continuous for any $z\in\mathbb{C}$, which gives us that $f$ is continuous on $\mathbb{C}$.
Is that right?
– Mathmo Dec 09 '11 at 11:18