First: My proof of the triangle inequality: If $a,b \in \mathbb{R}$, then $|a+b| \leq |a| + |b|$
Proof: Consider the 4 cases:
1) $a<0$ and $b<0$ 2) $a>0$ and $b<0$ 3) $a>0$ and $b>0$ 4) $a<0$ and $b>0$
$$1. |-a - b| \leq |-a| + |-b| = |a| + |b|$$ $$2. |a - b| \leq |a| + |-b| = |a| + |b|$$ $$3. |a + b| \leq |a| + |b| = |a| + |b|$$ $$4. |b - a| \leq |b| + |-a| = |a| + |b|$$
Hence $|a+b| \leq |a| + |b|$
I believe that is a sufficient proof. My lecturer did a different proof, which didn't really seem to make any sense to me. This is the proof exactly as was written:
Proof: $|a+b|^2 = (a+b)^2 = a^2 + b^2 + 2ab \leq |a|^2 + |b|^2 + 2|a||b| = (|a|+|b|)^2$ From one of our theorems of ordered fields, we know $|a+b| \leq |a| + |b|$
That is where he accepted that it was proven, however it seems to me that he used the theorem to prove the theorem. Is there something that I missed?