Let $a_k, b_k \in \mathbb{C}$ with $|a_k| \leq 1$ and $|b_k| \leq 1$ for $k = 1,...,n$.
Prove by induction that $\bigg \vert\prod_{k=1}^{n} a_k - \prod_{k=1}^{n} b_k \bigg \vert \leq \sum_{k=1}^{n} | a_k - b_k|$.
Conclude for $0 \leq s < t$ that $t^n - s^n \leq nt^{n-1}(t-s)$.
Funnily enough I think I already solved the second part of this exercise even though I don't even know where to start with the first part. I used that $t^n-s^n=(t-s)\sum_{k=0}^{n-1}t^{n-k-1}s^{k}$ to show that \begin{align} t^n-s^n&=(t-s)\sum_{k=0}^{n-1}t^{n-k-1}s^{k}\\&<(t-s)\sum_{k=0}^{n-1}t^{n-k-1}t^{k}\\&=(t-s)\sum_{k=0}^{n-1}t^{n-1}\\&=(t-s)nt^{n-1}\end{align} which is sufficient since for $0 \leq s < t$ we also have $0 \leq s^n < t^n$.
Can anybody help me out with the first part?