I'm trying to prove that if a point is outside a triangle, then there is a line through that point that does not intersect the triangle. This fact seems obvious, but I couldn't come up with a satisfying proof. I tried going by contradiction (that if any line intersects the triangle,then the point is surrounded by points contained on the triangle's sides, so the point is inside the triangle) but I do not find it satisfying, mainly because a line could intersect the triangle "in the backside"(this would only be a problem if the point were to lie on one of the triangle's sides though), but it still doesn't feel rigorous enough. Another idea would be to consider parallels to the sides, but I couldn't finish this proof well enough.
Any very clear and rigorous methods to prove this?
Suppose $T$ is a triangular region in the plane. Can you justify the following geometric facts?
If you can prove those lemmas, then we can proceed as follows:
By (1), there is a point $Q$ in $T$ that is closest to $P$, and we choose our line $L$ perpendicular to $PQ$. If $L$ contains a point $R$ of $T$ then $\triangle PQR$ is a right triangle, and by (2) the altitude from $P$ falls strictly between $Q$ and $R$, say at the point $S$. Since $PS$ is perpendicular to $QR$, $S$ is the closest point on $QR$ to $P$, by (3). Since $T$ is convex and contains $Q$ and $R$, $T$ must also contain $S$, by (4). But the $S$ is a point of $T$ that is closer to $P$ than $Q$, which contradicts our choice of $Q$ in the first place. Therefore $L$ does not intersect $T$.