Let $D$ be the open unit disk centered at $0$ in the complex plane and let $f: D \rightarrow \mathbb{C}, z \mapsto \frac{i+z}{1+iz}$. How should I proceed in order to show that $\operatorname{im}(f)$ is the upper half plane $H = \{z \in \mathbb{C} \mid \operatorname{Im}(z) > 0\}$ ? Unfortunately, I have no idea how to start.
Thanks in advance.
Evaluate the imaginary part of the image of the map. With $\;z=a+ib\in D\iff a^2+b^2<1\;$ ,
$$\frac{i+z}{1+iz}=\frac{i+a+ib}{1+ia-b}=\frac{a+i(b+1)}{(1-b)+ia}\cdot\frac{(1-b)-ia}{(1-b)-ia}=$$
$$=\frac{\left[a(1-b)+a(1+b)\right]+i\left[(1+b)(1-b)-a^2\right]}{(1-b)^2+a^2}=$$
and thus the imaginary part of the above is
$$\frac{1-a^2-b^2}{a^2+(b-1)^2}>0\iff a^2-b^2<1$$
and we're done.