Challenge problem #5 [Olinguito]

  • Context:
  • Thread starter Thread starter Olinguito
  • Start date Start date
  • Tags Tags
    Challenge
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Olinguito
Messages
239
Reaction score
0
If $A$ and $B$ are nonempty sets of complex numbers, define
$$A\circ B\ =\ \{z_1z_2:z_1\in A,\,z_2\in B\}.$$
Further define $A^{[1]}=A$ and recursively $A^{[n]}=A^{[n-1]}\circ A$ for $n>1$.

Let $\zeta_n=\{z\in\mathbb C:z^n=1\}$. Given a fixed integer $n\geqslant2$ and any positive integer $r$, find the sum of all the elements in $\zeta_n^{[r]}$.
 
Physics news on Phys.org
[sp]
As $\zeta_n^{[1]}$ is closed under multiplication, $\zeta_n^{[r]}\subset\zeta_n^{[1]}$. On the other hand, as $1\in\zeta_n^{[1]}$, $\zeta_n^{[1]}\subset\zeta_n^{[r]}$.
The conclusion is that $\zeta_n^{[r]}=\zeta_n^{[1]}$ for all $r$. The sum of the elements of that set is the sum of the roots of $z^n-1$, which is $0$.
[/sp]
 
Nice work. (Yes)

Alternatively, note that
$$A\circ B\ =\ \bigcup_{z\in A}\,\{z\}\circ B$$
and $\{\omega\}\circ\zeta_n=\zeta_n$ where $\omega$ is any $n$th root of unity.