The title might require a little explanation. Given a complex matrix $Q\in\mathbb{C}^{n\times n}$ it has a singular value decomposition $Q=UD_QV^T$ with unitary matrices $U$ and $V$ and real, positive definit diagonal $D_Q$.
Let's say we have the SVD another matrix $Q'=WD_{Q'}X^T$ and we know that for some unitary matrices $A$ and $B$ both $A^H Q B^*$ and $A^H Q' B^*$ (where $^H$ is hermitian conjugation and $^*$ is complex conjugation, so that $A^H Q B^*=D_Q$) are diagonal with only positive entries on the diagonal. That is, there exist matrices which simultaneously decompose $Q$ and $Q'$ into singular values.
We know, that the SVD is in general not unique. My question is, whether it is possible to make some statements about the product $U^H Q' V^*$. Will this necessarily also be a diagonal matrix?