Let the following set denote the points on the Poincaré Ball with sectional curvature 1. $$ B^n=\{x\in\mathbb{R}^{n+1}\,|\, ||x||< 1 \,\land\, x_1>0\} $$ and let the following set denote the points on the hyperboloid $$ H^n=\{x\in\mathbb{R}^{n+1}\,|\, \langle x,x\rangle_*=-1\} $$ where $\langle \cdot,\cdot\rangle_*$ denotes the Minkowski inner product: $$ \langle x,y\rangle = -x_1y_1+x_2y_2+...+x_{n+1}y_{n+1}. $$ What is the formula for the (bijective) projection $\Pi\colon H^n\to B^n$?
The following thread illustrates nicely how it's a projection along a line. However i don't know what is the vertical dimension. So I'm unsure on how to derive it.
Here's my approach (inspired by: http://bjlkeng.github.io/posts/hyperbolic-geometry-and-poincare-embeddings/)
Let $x=(x_1,...,x_{n+1})\in H^n$, then we get $\Pi(x)=y=(y_1,...,y_n)\in B^n$ as follows: $$ y_i=\frac{x_i}{1+x_1}. $$ But I'm not sure if this formula is correct.