Lets say we have a point $p\in\mathbb{H}^n$ in hyperbolic space (with curvature 1). And a geodesic, starting at the origin $(1,0,\ldots,0)$ in direction $\mathbf{v}$.
What I'd like to do, is to find the point $v^*$ on the geodesic described by $\mathbf{v}$ that is closest to $p$. So the geodesic connecting $v^*$ and $p$ would then be the shortest of all geodesics that connect $p$ with a point $v'$ on the geodesic described by $\mathbf{v}$.
The following picture illustrates the situation on the Poincaré disk:
How can you compute $v^*$?
I only know how to do this in Euclidean geometry. I'm not sure if it translates to hyperbolic geometry.
In Euclidean geometry, the orthogonal projection of $\mathbf{x}$ onto a line through the origin described by $\mathbf{w}$ can be computed as follows:
$$ proj_\mathbf{x}(\mathbf{w})= \frac{\langle \mathbf{x},\mathbf{w}\rangle}{\langle\mathbf{w},\mathbf{w}\rangle}\mathbf{w}= \langle \mathbf{x},\widehat{\mathbf{w}}\rangle\widehat{\mathbf{w}} $$
where $\widehat{\mathbf{w}}=\mathbf{w}/\|\mathbf{w}\|$.
Now, the term $\langle \mathbf{x},\widehat{\mathbf{w}}\rangle$ is the distance that we need to travel in the direction of $\widehat{\mathbf{w}}$ to get to $proj_\mathbf{x}(\mathbf{w})$.
Now, I've asked myself: If we use the hyperboloid model of hyperbolic geometry. Can we just use the Minkowski inner product $\langle \cdot,\cdot\rangle_*$ (induced by the metric tensor $g=diag((-1,1,...,1)))$ and compute the distance via $\langle p, \widehat{v}\rangle_*$?
I think that's rather not correct, because distances are measured as follows in the hyperboloid model: $$ d(p,q)=\cosh^{-1}(-\langle p,q\rangle_*) $$
So my attempt to define the projection of $p$ onto the closest point on a geodesic desribed by $v$ (starting from the origin) is $$ proj_{v}(p)=\arg\min_{v^*} d(u,v^*) =\arg\min_{v^*}\cosh^{-1}(-\langle u,v^*\rangle_*) $$ where $v^*$ lie on the geodesic described by $v$ (starting from origin).
However, I don't know how to describe the geodesic continuing in the direction of $v$ as an expression that I could plug into the optimization for $v^*$. Then I'd just differentiate to get to the solution.
If I'm even correct up until here, can you help me to continue?
I'm starting to get familiar with hyperbolic geometry. So even if you just point me to topics I'm happy.
