I have got a problem I can't solve myself. I had an attempt, but it's wrong. I was told to draw a grid of this tetrahedron and then it's easier to find a solution (I tried it, but I don't see anything).
There is a tetrahedron (ABCD), where $$\angle{ACB}=\angle{ADB}=90^\circ $$ and $$ AC=CD=DB $$
Prove, that $$ AB<2CD $$
What I've already done (wrong):
I marked $$ |AC|=|CD|=|DB|=a $$ $$ |AB|=c $$ $$ |CB|=b $$
I'm proving, that AB<2CD, so it means c<2a
Using Pythagoras' theorem":
$$
c=\sqrt{a^2+b^2}
$$
so
$$
\sqrt{a^2+b^2}<2a
$$
and after transformation:
$$
b<\sqrt3a
$$
In order to prove, that AB<2CD, I need to prove
$$
b<\sqrt3*a
$$
In order to make CDB exist, it has to satisfy the following:
$$
a+b>a
$$
and
$$
a+a>b
$$
so:
$$
2a>b
$$
And now if $$b<2a $$ and $$ b<\sqrt3*a $$ then b has to be less than sqrt3*a, because $$ \sqrt{3}a<2a $$
I proved, that $$ b<\sqrt3a $$ so $$ c<2a $$ so $$ AB<2CD $$




Let's put the tetrahedron vertices on a 3-D Cartesian coordinate system. Without loss of generality, we can choose $C$ to be at the origin.
We can then choose our unit of length in our coordinate system such that $AC = 1$; again, this loses no generality because it is just a matter of choosing our coordinate markings, without changing the tetrahedron. And we can choose the $X$ direction such that in fact $A$ is at $(1,0,0)$.
Since $\angle ACB = 90^\circ$, the $X$ coordinate of $B$ is constrained to be zero, but we are free to draw the $Y$ direction in the same direction as $CB$. Since $CD = AC = 1$ this places $D$ at $(0,b,0)$ for some (non-zero) value of $b$. We can also label the coordinates of $D$ as $(x,y,z)$.
So there is some coordinate system such that the vertices are at $$ \begin{array}{cccc} A = (1,0,0) & B = (0,b,0) & C = (0,0,0) & D = (x, y, z) \end{array} $$ Then we have three further pieces of information: $$ \begin{array}{lcl} CD = AC =1 &\Longrightarrow & x^2 + y^2 +z^2 = 1 \\ DB = AC =1 &\Longrightarrow & x^2 + (y-b)^2 +z^2 = 1 \\ \angle ADB = 90^\circ & \Longrightarrow & (x-1)x + y(y-b) + z^2 = 0 \end{array} $$ The first two equations determine $$ \begin{array}{c} y = \frac{b}{2} \\ x^2+z^2 = 1 - \frac{b^2}{4}\end{array}$$ and substituting those results in the third equation gives $$ \begin{array}{c} x = 1 - \frac{b^2}{2}\\ z = \frac{b}{2}\sqrt{3 - b^2}\\ D = \left( 1 - \frac{b^2}{2},\frac{b}{2}, \frac{b}{2}\sqrt{3 - b^2}\right) \end{array} $$ A key observation is that for this to work, $z$ has to be real and non-zero (if $z=0$ the tetrahedron collapses into the $XY$ plane). So we need the restriction that $$ 0 < |b| < \sqrt{3} $$ Then the relevant side lengths of our our tetrahedron, measured using the unit length of our coordinate system, are $$ \begin{array}{c} AB = \sqrt{b^2+1} \\ CD = 1 \end{array} $$ In particular, since $|b| < \sqrt{3}$, $$ AB < \sqrt{3+1} = 2 = 2\, CD $$ which proves the proposition.