I am reading a tutorial about the Lanczos method for eigen problem / SVD. It mentioned "Then the tridiagonal matrix $B^∗B$ is unitarily similar to $A^∗A$. " What does it mean?
I can derive this: $A^*A=QB^*P^*PBQ^*=Q(B^*B)Q^*$. Is that an implication of this? What does "unitarily" here mean?
Soure:[2007,Restarted Lanczos bidiagonalization for the SVD in SLEPc.pdf]

For an $n \times n$ matrix $B$ to be unitary it must satisfy \begin{equation} BB^{*} = I \end{equation} Where $I$ is the identity matrix. Similarity between two matrices $A, B$ is the property that \begin{equation} B = P^{-1}AP \end{equation} For some invertible $n \times n$ matrix P. To be unitarily similar we have \begin{equation} A = Q^* B Q \end{equation} where $Q$ is unitary.