How can I proof using math induction that $$\overline{z^n} =\overline{z}^n$$ where $z$ is a complex number, $n$ is a positive whole number.
2026-04-04 20:55:50.1775336150
Complex conjugate to the power proof
3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Start with the base case.
Suppose $n=1$. Because $z^1 = z$ for all $z \in \mathbb{C}$,
$$\overline{z^1} = \overline{z} = \overline{z}^1$$
and we're done.
Now, for our inductive step, suppose this is true for $n$. We want to show it is also true for $n+1$. But before we can do this, I claim that, for all $x,y \in \mathbb{C}$,
$$\overline{xy} = \overline{x}\overline{y}$$
Let $x = a+bi$ and $y = c+di$, where $i := \sqrt{-1}$.
$$\overline{(a+bi)(c+di)} = \overline{(ac-bd)+ (ad+bc)i} = (ac-bd)-(ad+bc)i = (a-bi)(c-di)$$
But the last part of the above is just $(\overline{a+bi})(\overline{c+di})$. Hence, we have shown our claim.
Let's get back to our inductive step. We're supposing that your claim is true for some fixed $n$, and we want to show it holds for $n+1$. To this end,
$$\overline{z^{n+1}} = \overline{z^nz} = \overline{z^n}\overline{z}$$
where the last equality holds because of our work above. Then, by our inductive hypothesis,
$$\overline{z^n} = \overline{z}^n$$
Therefore,
$$\overline{z^{n+1}} = \overline{z}^n \overline{z} = \overline{z}^{n+1}$$
and we are done.