How can I proof that: $$(z^n)^* = (z^*)^n$$
Where: z is a complex number, n is a positive whole number * is the complex conjugate
How can I proof that: $$(z^n)^* = (z^*)^n$$
Where: z is a complex number, n is a positive whole number * is the complex conjugate
Write $z = re^{i\theta}$, then $\overline{z} = re^{-i\theta}$. So $$ \overline{z}^n = r^n e^{-in\theta} = \overline{r^ne^{in\theta}} = \overline{z^n} $$
Use induction. First check it for $n=2$: $$ (z^{\ast})^{2} = (a - ib)^{2} = a^{2} - 2i ab - b^{2} = (a^{2} + 2i ab - b^{2})^{\ast} = (z^{2})^{\ast} $$ Now, show that if it's true for every natural up to a certain $n$, then it's true for $n+1$.
For the next step in the proof by induction. Show that $x^*y^*=(xy)^*$ for all complex numbers. That allows you to then show that if $(x^*)^2=(x^2)^*$ then $(x^*)^2 \cdot x^* = (x^3)^*$, and so on.