I've been trying to check if non-paralellism is transitive. At the moment, I know it's symmetric. But I have no idea on how to prove that it's transitive. I did the following:
$$(a \not\parallel b) \wedge (b\not\parallel c)$$
And then, if $a\not\parallel b$, then $a\sim b$ and then:
$$((a \not\parallel b) \not\parallel c)$$
As $a\sim b$ and $b\sim c$, then:
$$(a \not\parallel b\not\parallel c)$$
I'm not sure if this proves what I want. I'm also not sure if it's needed to be proved (perhaps we just assume that it needs to be?). I'll try to prove it with means of analytic geometry because it sounds easier.