Once again I'm working through Stillwell's Four Pillars of Geometry. I'm on Chapter 3 where he first introduces coordinates. The question reads,
3.5.1 Show that lines of slopes $t_1$ and $t_2$ are perpendicular just in case $t_1t_2=-1$.
I read that as, "Line 1 and Line 2 Perpendicular $\Leftrightarrow$ $t_1t_2=-1$". From what I've tried I can say that using contrapositives isn't very useful since in algebra having something not equal something else doesn't tell you much.
I also tried assuming you could move out from the intersection by 1 on both lines. Then draw two right triangles and go from there. (So, both hypotenuses being 1 and sides $a$ and $b$.) I couldn't finish this idea - there are a couple cases, and it involves "moving" the intersection to the origin which, although allowable, isn't quite allowed yet in Four Pillars
Is there an elegant way to show 3.5.1?
Questions about the question will be promptly answered in the comments!

Here's an elementary, trig-free proof.
Suppose the slopes $t_1,t_2$ of the lines $L_1,L_2$, respectively, are both defined (real numbers) and the lines intersect.
Let $p$ be their intersection. Then $q=p+(1,t_1)\in L_1$ and $r=p+(1,t_2)\in L_2$.
Now $L_1$ is perpendicular to $L_2$ if and only if the triangle $pqr$ has a right angle at $p$. By Pythagoras' theorem, this is equivalent to $\|p-q\|^2+\|p-r\|^2=\|q-r\|^2\iff 1+t_1^2+1+t_2^2=(t_1-t_2)^2\iff t_1t_2=-1$.