I am trying to find the condition that four points $p_1,p_2,p_3,p_4$ on the unit sphere $\mathbb{S}^1$ need to statisy in order to form a 3-orthoscheme (Tetrahedron with all faces as right angled triangles), preferably phrased in the language of vectors and rotations.
A 3-orthoscheme is basically determined by choosing 3 mutually orthogonal edges, $e_1 = \overline{p_1p_2}, e_2=\overline{p_2p_3}, e_3=\overline{p_3p_4}$. The center of the circumscribing sphere is thus the midpoint of the longest edge of the tetrahedron. Assuming that the center of the sphere is the origin, I can take unit vectors $\boldsymbol{v_i}$, corresponding to the points $p_i$. Actually all the four points lie on a hemisphere and points $p_1$ and $p_4$ can be taken to be antipodal.
The orthogonality condition means that $(\boldsymbol{v}_2-\boldsymbol{v}_1)\cdot(\boldsymbol{v}_3-\boldsymbol{v}_2) = 0$ and $(\boldsymbol{v}_3-\boldsymbol{v}_2)\cdot(\boldsymbol{v}_4-\boldsymbol{v}_3) = 0$. Decoding these gives a condition on the cosine of the angles between the edges.
If I know the lengths of the three edges, say $\ell_{i}$ which are mutually orthogonal, then it is easy to find the lengths of the remainining edges using the right angle condition. The longest edge is known to be of length 2. So this means that $$ \Sigma_{i=1}^3\ell_i^2 = \Sigma_{i=1}^{3} ||\boldsymbol{v}_{i+1}-\boldsymbol{v}_i||^2 = 4.$$ In fact if the $\ell_i$ are all same, then this precisely means $\ell_i = \dfrac{2}{\sqrt{3}}$, which corresponds to the orthoscheme that determines a cube.
Are the above set of conditions enough to say that four points form a 3-orthoscheme? Alternatively can something similar be deduced as in the case of this question for a regular tetrahedra? I am attempting to see this as a 3d generalisation of Thales theorem. Thales theorem tells us how three points on a circle need to be distributed for them to form a 2-orthoscheme, which is a right angled triangle.
$$1=|\boldsymbol{v}_1-\boldsymbol{v}_2+\boldsymbol{v}_3|^2= (\boldsymbol{v}_1-\boldsymbol{v}_2+\boldsymbol{v}_3)\cdot (\boldsymbol{v}_1-\boldsymbol{v}_2+\boldsymbol{v}_3)=$$ $$\boldsymbol{v}_1 \cdot\boldsymbol{v}_1+\boldsymbol{v}_2 \cdot\boldsymbol{v}_2+\boldsymbol{v}_3\cdot \boldsymbol{v}_3+2(\boldsymbol{v}_1\cdot\boldsymbol{v}_3-\boldsymbol{v}_1\cdot\boldsymbol{v}_2- \boldsymbol{v}_2\cdot\boldsymbol{v}_3)=$$ $$3+2(\boldsymbol{v}_1\cdot\boldsymbol{v}_3-\boldsymbol{v}_1\cdot\boldsymbol{v}_2- \boldsymbol{v}_2\cdot\boldsymbol{v}_3).$$ – Alex Ravsky Nov 03 '23 at 08:42