Let $A$ be a $n\times n$ complex matrix and $A^*$ the adjoint of $A$, i.e. $(A^*)_{ij}= \bar{A}_{ji}$.
Let $w_n=e^{2\pi i/n}$ be a $n$th root of 1. Suppose that the $ij$ th entry is defined by $A_{ij}=w^{ij}_n/ \sqrt{n}$. Prove $A$ is unitary.
We want to show that $A^*A=I$.
I tried writing out the definitions.
We have $A^*A = \sum_{j=1}^n (\sum_{i=1}^n \bar{A}_{ji}A_{ij}) =\sum_{j=1}^n (\sum_{i=1}^n \frac{\bar{w_n}^{ji}}{\sqrt{n}} \frac{w_n^{ij}}{\sqrt{n}}) $.
But from here I didn't get anywhere. I think I'm missing some obvious identities.
Thanks in advance!
Here $$(A^*A)_{jk} = \sum_{\ell=1}^n \frac{\overline w_n^{\ell j}}{\sqrt n} \frac{w_n^{\ell k}}{\sqrt n} = \frac 1 n \sum^n_{\ell=1} \overline w_n^{\ell j}w_n^{\ell k}.$$ If $j = k$, then $$(A^*A)_{jj} = \frac 1 n \sum^n_{\ell=1} (\overline w_n w_n)^{2\ell j} = \frac 1 n \sum^n_{\ell=1} 1^{2\ell j} = \frac 1 n \sum^n_{\ell = 1} 1 = 1.$$
If $j \neq k$, then $\overline w_n^{\ell j} w_n^{\ell k} = e^{2 \pi i \ell (k-j)/n}$ so $$(A^*A)_{jk} = \frac 1 n \sum^n_{\ell = 1} \left(e^{2\pi i(k-j)/n}\right)^\ell = \frac {e^{2\pi i(k-\ell)/n}} n \sum^{n-1}_{\ell=0}\left(e^{2\pi i(k-j)/n}\right)^\ell = \frac {e^{2\pi i(k-\ell)/n}} n \frac{e^{2\pi i (k-\ell)} - 1}{e^{2\pi i(k-\ell)/n} - 1}.$$ The numerator is zero since $2\pi i (k-\ell)$ is an integer multiple of $2 \pi i$.