If $A$ is a self-adjoint operator, I want to show that the Cayley transform of $A$ defined as the operator $U=(A-iI)(A+iI)^{-1}$ is unitary. Here's my trial: For all $x,y \in \mathcal{H}$, keeping in mind that $A$ and $I$ have adjoints:
$$\langle Ux,Uy \rangle = \langle U^*Ux,y \rangle$$
All i need to show now is that $U$ is an Isometry, i.e, $U^*=U^{-1}$ and I'm all set (right?). Therefore: $$ U^*=[(A-iI)(A+iI)^{-1}]^* = [(A+iI)^{-1}]^*(A-iI)^*$$ But i cannot go further because $(A+iI)$ is not self-adjoint, so I can't switch the inverse and the adjoint operations.
Does somenone have some tip on how to get the inverse of this operator or an alternative way to show that $U^*=U^{-1}$? all the help will be appreciated.
I was just tutoring a graduate lin alg student and a problem very similar to this came up. (See Bau Trefethan Numerical Linear Algebra Problem 2.5 part c)
Here's how I solved that problem in 5 steps using definition of unitary ($U^{H} = U^{-1}$) and definition of self adjoint ($A^H = A^{*,T} = A$).
Given $U = (A - iI)(A+iI)^{-1}$,
$$U^{H} = \Big( (A - iI)(A+iI)^{-1} \Big)^{H}$$
We'll use the eigendecomposition of $A = Q^{-1} \Lambda Q $
$$A + iI = Q^{-1} (\Lambda + iI) Q $$ $$(A - iI)^{-1} = \Big( Q^{-1} (\Lambda - iI) Q \Big)^{-1} = Q^{-1} (\Lambda^{-1} - iI) Q $$ Thus $$(A + iI)(A - iI)^{-1} = Q^{-1} (\Lambda + iI) Q Q^{-1} (\Lambda^{-1} - iI) Q $$ $$ = Q^{-1} (\Lambda + iI) (\Lambda^{-1} - iI) Q $$ $$ = Q^{-1} (2 I) Q $$ $$ = Q^{-1} (\Lambda^{-1} - iI) (\Lambda + iI) Q $$ $$ = Q^{-1} (\Lambda^{-1} - iI) Q Q^{-1} (\Lambda + iI) Q $$ $$ = (A - iI)^{-1} (A + iI)$$