I am interested in constructing a set of functions $Z_l^m$ which are linear combinations of spherical harmonics up to a maximum degree $L$, $$ Z_k^n(\theta,\phi) = \sum_{l=0}^L \sum_{m=-l}^l \alpha_{kl}^{nm} Y_l^m(\theta,\phi) $$ or in matrix-vector notation, $$ \mathbf{Z}(\theta,\phi) = A \mathbf{Y}(\theta,\phi) $$ where $\mathbf{Z},\mathbf{Y}$ are vectors of length $N = (L+1)^2$, and $A_{(kn),(lm)} = \alpha_{kl}^{nm}$. Now, the spherical harmonics have the following nice properties:
- $\left< Y_k^n, Y_l^m \right> = \int d\Omega Y_k^n Y_l^{m*} = \delta_{kl} \delta_{nm}$
- $Y_l^{-m} = (-1)^m Y_l^{m*}$
I would like the new functions $Z_l^m$ to satisfy these properties also. The first condition leads to $$ I = \int d\Omega \mathbf{Z} \mathbf{Z}^{\dagger} = A \left( \int d\Omega \mathbf{Y} \mathbf{Y}^{\dagger} \right) A^{\dagger} = A A^{\dagger} $$ which means $A$ must be a unitary matrix, $A \in U(N)$ in order for the $Z_l^m$ to be orthonormal.
The second condition is what I am having trouble with. The condition $Z_k^{-n} = (-1)^n Z_k^{n*}$ leads to the following condition on the $A$ matrix, $$ \alpha_{kl}^{-n,m} = (-1)^{n+m} \alpha_{kl}^{n,-m*} $$ My question is, does there exist some subset of $U(N)$ which satisfies this condition above? I would like to determine all possible unitary matrices $A$ which satisfy this symmetry condition above. Certainly $A = I$ satifies the condition, but I would like to find nontrivial solutions. How would one start to attack this problem?
This is not an answer to my question, but I have managed to show that all matrices $A \in U(N)$ which satisfy $$ \alpha_{kl}^{-n,m} = (-1)^{n+m} \alpha_{kl}^{n,-m*} $$ form a subgroup of $U(N)$. To prove closure, assume that $A,B$ are unitary matrices satisfying the above condition and let $C = AB$. Then, \begin{align} C_{(kn)(lm)} = A_{(kn)(uv)} B_{(uv)(lm)} \end{align} where I use the Einstein summation convention over $(uv)$. Then, \begin{align} C_{(k,-n)(lm)} &= A_{(k,-n)(uv)} B_{(uv)(lm)} \\ &= (-1)^{n+v} A_{(kn)(u,-v)}^{*} B_{(uv)(lm)} \\ &= (-1)^{n+v} A_{(kn)(u,-v)}^{*} (-1)^{v+m} B_{(u,-v)(l,-m)}^{*} \\ &= (-1)^{n+m} A_{(kn)(uv)}^{*} B_{(uv)(l,-m)}^{*} \\ &= (-1)^{n+m} C_{(kn)(l,-m)}^{*} \end{align} which proves that $C$ is in the subgroup. To show that the inverse is also in the subgroup, note that $A^{-1} = A^{\dagger}$. Then, \begin{align} (A^{\dagger})_{(kn)(lm)} &= A_{(lm)(kn)}^{*} \end{align} We then have, \begin{align} (A^{\dagger})_{(k,-n)(lm)} &= A_{(lm)(k,-n)}^{*} \\ &= (-1)^{m+n} A_{(l,-m)(kn)} \\ &= (-1)^{m+n} (A^{\dagger})_{(kn)(l,-m)}^{*} \end{align} which proves that $A^{-1} = A^{\dagger}$ belongs to the subgroup. So the search for matrices satisfying my condition can be restricted to subgroups of $U(N)$. I still don't know how to actually find this subgroup...