Prove that Altitudes of Triangle can never form a Triangle
My try: we have altitudes proportional to reciprocals of sides of given triangle
Let $a,b,c$ are sides we have
$$a+b \gt c $$
$$b+c \gt a$$ and $$c+a \gt b$$
Now if $\frac{1}{a}$, $\frac{1}{b}$ and $\frac{1}{c}$ are sides of another Triangle we need to show that
$\frac{1}{a}+\frac{1}{b}$ Can never be Greater than $\frac{1}{c}$
Any hint?


Let $a \geq b \geq c$ be the sides of a triangle. If $p,q,r$ are the altitudes of the triangle incident at $a,b,c$ respectively, then $$ \frac 12 ap = \frac 12 bq = \frac 12 cr = \Delta, $$ where $\Delta$ is the area of the triangle formed by $a,b,c$. As a consequence, $$ p:q:r = \frac{1}{a} : \frac 1b : \frac 1c. $$ Note that, by scaling a triangle if necessary, we see that $p,q,r$ form a triangle if and only if $\frac 1a,\frac 1b$ and $\frac 1c$ do.
Observe that $\frac 1a \leq \frac 1b \leq \frac 1c$. Therefore, the three quantities can be the sides of a triangle if and only if $\frac 1c < \frac 1b + \frac 1a$, which happens if and only if $c(a+b) > ab$.
Which means that there may be triangles for which the altitudes do actually form a triangle, for example if $a=b=c$, and there are examples where triangles are not formed e.g. if $c(a+b) \leq ab$. You can check that $3,3,1$ is a triangle, whose altitudes would not form a triangle since $1(3+3) = 6$ while $3 \times 3= 9$.