I am having some trouble with a mathematical induction proof.
The question is the following:
Prove by mathematical induction that $\vert z_1 \cdot z_2 \cdot z_3 \cdots z_n \vert = \vert z_1 \vert \vert z_2 \vert \vert z_3 \vert \cdots \vert z_n \vert$
I've read through some mathematical induction material and, as far as I could grasp it, I needed to do the following:
1 - Check if the statement is true for $n = 1$
For $n=1$, $\vert z_1 \vert = \vert z_1 \vert$ (which is true)
2 - Build the case $n = k$ and assume that it is true
$\vert z_1 \cdot z_2 \cdot z_3 \cdots z_k \vert = \vert z_1 \vert \vert z_2 \vert \vert z_3 \vert \cdots \vert z_k \vert$
3 - Consider $n = k+1$ and check its validity (this is where things get unclear)
$\vert z_1 \cdot z_2 \cdot z_3 \cdots z_k \cdot z_{k+1} \vert = \vert z_1 \vert \vert z_2 \vert \vert z_3 \vert \cdots \vert z_k \vert \cdot \vert z_{k+1} \vert$
I could now substitute the previous expression and get
$\vert z_1 \cdot z_2 \cdot z_3 \cdots z_k \cdot z_{k+1} \vert = \vert z_1 \cdot z_2 \cdot z_3 \cdots z_k \vert \cdot \vert z_{k+1} \vert$
But I'm not sure this is the way to go. Any hint/help is highly appreciated.