2

Let $$H_+^2=\{(x,y)\in\mathbb{R}^2:\ y>0\}$$ and consider the Lobatchevski metric on $H_+^2$: $$g_{11}=g_{22}=\frac{1}{y^2},\ g_{12}=0$$

How can one prove the completeness property of this space by using divergence curves?

Here you can find the definition of Divergent Curve: http://ocw.mit.edu/courses/mathematics/18-994-seminar-in-geometry-fall-2004/lecture-notes/chapter19.pdf

Thanks

Tomás
  • 22,559

2 Answers2

5

Let $\gamma = (\gamma_1(t), \gamma_2(t))$ be any divergent curve. We need to show its length is infinite. To that end, let $N$ be any positive number. We'll show that the length of $\gamma$ is bigger than $N$.

Note that the length of $\gamma$ is $L = \int_0^\infty \frac{1}{\gamma_2(t)} \sqrt{\gamma'_1(t)^2 + \gamma'_2(t)^2} dt$

To that end, consider the rectangle $[\gamma(0) - L, \gamma(0) + L] \times [\epsilon, M]$ where $L$, $M$, and $\epsilon$ are to be determined. Note that this rectangle is compact since the topology is the usual one on the plane.

Since $\gamma(0)$ is in the rectangle, there is some maximum time $t_0$ such that $\gamma(t)$ is not in the rectangle for $t>t_0$. By considering a linear reparameterization $t' = \frac{t}{t_0}$ (which doesn't change lengths), we may assume wlog that $t_0 = 1$.

Now, there are 4 cases to consider. Either $\gamma(1)$ is on the top, bottom, left, or right edge of the rectangle. (If it hits a corner, say, the top left corner, then it's on top edge and left edge simultaneously).

Suppose $\gamma(1)$ hits the top or bottom. Then we have \begin{align*} \int_0^1 \frac{1}{\gamma_2(t)} \sqrt{\gamma_1'(t)^2 + \gamma_2'(t)^2} dt &\geq \int_0^1 \frac{|\gamma_2'(t)|}{\gamma_2(t)} dt\\ &\geq \left|\int_0^1 \frac{\gamma_2'(t)}{\gamma_2(t)} dt\right| \\ &= \left|\left.\ln(\gamma_2(t))\right]_0^1\right|\\ &= |\ln(\gamma_2(1)) - \ln(\gamma_2(0))|.\end{align*}

Now, if $\gamma(1)$ hits the top, then $\gamma_2(1) = M$, so the last line is $|\ln(M) - \ln(\gamma_1)|.$ Clearly, by picking $M$ large enough, we can make this bigger than $N$. If $\gamma(1)$ hits the bottom, then the last line is $|\ln \epsilon - \ln(\gamma(1))|$ and again, by choosing $\epsilon$ sufficiently close to $0$, we can make this bigger than $N$.

Finally, assume $\gamma(1)$ hits one of the sides of the rectangle. Then we have \begin{align*}\int_0^1 \frac{1}{\gamma_2(t)} \sqrt{\gamma_1'(t)^2 + \gamma_2'(t)^2} dt &\geq \int_0^1 \frac{|\gamma_1'(t)|}{\gamma_2(t)} dt\\ &\geq \int_0^1 \frac{|\gamma_1'(t)|}{M} \\ &\geq \left| \frac{1}{M}\int_0^1 \gamma_1'(t)dt \right| \\ &= \left| \left.\frac{1}{M} \gamma_1(t)\right]_0^1 \right| \\ &= \left| \frac{1}{M}(\gamma(0)\pm L - \gamma(0))\right| \\ &= \frac{L}{M}. \end{align*} So again, it's clear that if $L$ is big enough, then the length of $\gamma$ is at least $N$.

  • Very nice answer Jason, i really liked it. Thank you. – Tomás Nov 24 '12 at 15:10
  • @Tomás: Glad I could answer at least one of your questions succesfully ;-) – Jason DeVito - on hiatus Nov 24 '12 at 15:17
  • Nah, you answer the other one too and i really appreciate your efforts for this. By the way, i posted a answer to that question (the energy question), please verify for me if it is correct. – Tomás Nov 24 '12 at 15:24
  • 1
    It is not totally right. $\gamma(0)$ is not a number. Should be $\gamma_1(0)$. – L.F. Cavenaghi Sep 20 '16 at 13:39
  • I agree, but don't think it's worth the edit. In the rectangle definition, there should be $\gamma_1(0)$s in place of $\gamma(0)$. – Jason DeVito - on hiatus Nov 08 '19 at 15:09
  • Excelent answer. But you need to take $t_0$ the minimal time such that $\gamma(t_0)\in\partial K$. With this we get $\gamma(t)\in K$ for all $t\in[0,t_0]$. So it is possible change $\gamma_2(t)$ by $M$ in the last case. – Raoní Cabral Ponciano Nov 12 '19 at 21:18
  • @RaoníCabralPonciano: I agree that there is an issue. I would like to keep the definition of $t_0$ as it is, since the definition of divergent curve relies on it. However, we can fix it as follows: If $\gamma_2(t)$ is ever larger than $M$, there there is some minimum time $t_1\in [0,1]$ where $\gamma_2(t_1) = M$. Then $\gamma$ "hits the top or bottom" at time $t_1$, so we can repeat the first string of inequalities, integrating from $0$ to $t_1$ to get the same contradiction. – Jason DeVito - on hiatus Nov 13 '19 at 14:32
1

I keep posting this, but...

We can write down all the unit-speed geodesics in this space, very easily. There are only two types. Together, given a fixed point and a direction vector, we can find the geodesic passing through that point in the given direction.

Given real numbers $A$ of any sign, and $B > 0,$ unit speed parametrizations are:

$$ A + i \, e^t \, , $$ $$ A + B \, \tanh t + i \, B \, \mbox{sech} \; t \,. $$

That's it, vertical lines that never reach the real axis, and semicircles with centers on the real axis that also never quite reach the real axis.

If you prefer to have your geodesic pass through your point at a specific time, you may replace $t$ by $t-t_0$ without harm.

Will Jagy
  • 139,541