Domain of bijectivity of function $f:\mathbb{C}\rightarrow\mathbb{C}$

189 Views Asked by At

There is a type of problems in my course in Complex analysis that I don't fully understand them.

Given function $f:\mathbb{C}\rightarrow\mathbb{C}$, $f(z)=z^2$. You must specify the analytic and bijective domain of this function.

I'll show you my solution, and then ask the question.

Since $z\in\mathbb{C}$ we can present it in the form of $z=x+iy$, where $x,y\in\mathbb{R}$. Then it's easy to present $f(z)$ it in the form of $f(x,y)=u(x,y)+iv(x,y)$.

$$f(x,y)=(x+iy)^2=x^2-y^2+2iyx$$ So $u(x,y)=x^2-y^2$ and $v(x,y)=2yx$ Then we can check analyticity of function by substituting these functions into Cauchy–Riemann equations .

To check bijective of function $f(z)$ I used this theorem:

Function is bijective if and only if it is invertible.

So I used Inverse function theorem to find point in neighbourhood of which the function is invertible.

For this problem I got that function has the inverse in neighbourhoods of all points except neighbourhood of point $(0,0)$ (Jacobian equal $0$ in this point)

So my question is

  • I found properties of function $f(z)$ in the neighborhood of any point, but (as I think) I do not answer for the question of problem. Because knowing the properties in the neighborhood of any point does not give anything about the bijective domain. (You can see it here in "Example" section.) I would be grateful if you would explain to me what to do in such a situation.

Update

I took into account remarks in comments: I need a maximum domain of bijectivity.

1

There are 1 best solutions below

0
On BEST ANSWER

Some hints (I am assuming that you are asking for a continuous inverse):

  1. Prove that for every $w \neq 0$ there are two points $z \in \mathbb C$ such that $f(z) = w$. We say, that there are two branches above $w$ (also note that $f^{-1}(0) = \{0\}$, indicating that there's something interesting going on around zero).
  2. Try to construct an inverse function $f^{-1} : A \subset \mathbb C \setminus \{0\} \to \mathbb C$ from some domain $A \subset \mathbb C$. This amounts, for every $w \in A$, to picking one of the two points from $f^{-1}(w)$. Observe that once you pick such a point, then actually some neighbourhood $U \ni z$ is determined by this choice, otherwise the inverse wouldn't be continuous.
  3. By choosing bigger and bigger neighbourhoods, you can continue this process for some time. But you can't enlarge $A$ to whole $\mathbb C$ since this process will eventually lead you to the second branch and tell you to pick a different point in $f^{-1}(w)$ than the one you've picked initially.
  4. As an example, set $f^{-1}(1) := 1$ and continue the inverse continuously along the curve $e^{i\phi}$, for $\phi$ from $0$ to $2\pi$. What happens when $\phi \to 2 \pi$?