Given a triangle $ABC$, make it a point $D$ on the side $AB$. Show that $\overline {CD}$ is smaller than the length of one of the sides $BC$ and $AC$.
Ideas? The triangular inequality will not.
I wanted to try the theorem of the exterior angle and then apply a preposition that says "If two angles of a triangle are not congruent, then the sides who oppose these angles are different measures and the long side opposes mair angle".
The triangle inequality--in Euclidean vector space--does work. Think of $A$, $B$, $C$, $D$ as vectors in $\mathbb R^d$, so that the Euclidean norm $||A-C||$ is the length of the side $AC$, and $||D-C||$ is the length of segment $DC$, and so on. By definition of $D$, we have $D=\lambda A + (1-\lambda) B$ for some $\lambda$ between $0$ and $1$. Then $$ \begin{align} ||D-C||&= ||\lambda (A-C)+(1-\lambda)(B-C)||\\ &\le \lambda||A-C|| +(1-\lambda)||B-C||\\&\le\max\{||A-C||,||B-C||\} \end{align}$$