I am trying to prove that the upper half plane, defined as $\mathbb{H} = \{z \in \mathbb{C} : \Im(z)>0 \}$, is complete with respect to the hyperbolic metric.
First I note that if I have some closed and bounded subset $X$ of $\mathbb{H}$, it is complete. However, when dealing with $\mathbb{H}$, I would like to use the nice property that if I am in $\mathbb{R}^n$, and have some Cauchy sequence $x_n$ in a closed and bounded subset of $\mathbb{R}^n$, then it has a subsequence say $x_{n_k}$ which converges in my closed and bounded in the euclidean metric, viz. if I am in $\mathbb{R}^2$ it is just $|\mathbf{x} - \mathbf{y}|$, where $\mathbf{x}, \mathbf{y}$ some points in my set.
How do I deal with the fact that at the boundary, my euclidean metric remains bounded but the hyperbolic metric defined as
$$d(z_1,z_2) = \ln \left[ \frac{|z_1 - \bar{z_2}| + |z_1 - z_2 | }{|z_1 - \bar{z_2}| - |z_1 - z_2 | }\right]$$
goes to infinity?
In addition, the upper half of the complex plane is not closed, so how can I use nice properties like convergence of subsequences and stuff to prove that it is complete?
Thanks.
Let $p_n$ be a cauchy sequence in $(X, d)$, where $X$ is a closed and bounded subset of $H$ and $d$ is the hyperbolic metric in the upper half plane, defined as
$d(x,y) = \log\frac{|x-\overline{y}|+|x-y|}{|x-\overline{y}|-|x-y|}$
Now as $p_n$ is cauchy, there exists a subsequence $p_{n_k}$ that converges to $p \in X$ in the standard euclidean metric. We note that the possibility that the point $p$ be such that $Im (p) = 0$ is excluded as this would contradict $p_n$ being a cauchy sequence in $(X,d)$.
Now since $p_{n_k}$ converges to $p$ in the euclidean metric, it follows that $p_{n_k}$ converges to $p$ in the hyperbolic metric as well, using the formula above as $p_{n_k} \rightarrow p$ in the euclidean metric implies that $d(p, p_{n_k}) \rightarrow \log \frac{|p-\overline{p_{n_k}}|}{|p-\overline{p_{n_k}}|} = 0$.
Another way to think about it would be that the function $\frac{ \log\frac{|x-\overline{y}|+|x-y|}{|x-\overline{y}|-|x-y|}}{|x-y|}$ is a continuous function and hence must achieve its maximum and minimum values on a compact set, so that the function
$\log\frac{|x-\overline{y}|+|x-y|}{|x-\overline{y}|-|x-y|}$
is bounded above and below by $C|x-y|$ and $P|x-y|$, $C$ and $P$ some constants so by the squeeze theorem as $|x-y|$ goes to zero, $\log\frac{|x-\overline{y}|+|x-y|}{|x-\overline{y}|-|x-y|} \rightarrow 0$ as well.
So since a subsequence $p_{n_k}$ converges to $p$ in the hyperbolic metric, it follows that the original sequence $p_n$ converges to the $p$ as well in the hyperbolic metric, by a simple application of the triangle inequality.
My problem now is, I have proved this for a compact subset of $\mathbb{H}$. How do I prove this for the whole of the upper half of the complex plane?
Thanks.