Cayley transform

In mathematics, the Cayley transform, named after Arthur Cayley, is any of a cluster of related things. As originally described by Cayley (1846), the Cayley transform is a mapping between skew-symmetric matrices and special orthogonal matrices. In complex analysis, the Cayley transform is a conformal mapping (Rudin 1987) in which the image of the upper complex half-plane is the unit disk (Remmert 1991, pp. 82ff, 275). And in the theory of Hilbert spaces, the Cayley transform is a mapping between linear operators (Nikol’skii 2001).

Matrix map

Among n×n square matrices over the reals, with I the identity matrix, let A be any skew-symmetric matrix (so that AT = −A). Then I + A is invertible, and the Cayley transform

 Q = (I - A)(I + A)^{-1} \,\!

produces an orthogonal matrix, Q (so that QTQ = I). The matrix multiplication in the definition of Q above is commutative, so Q can be alternatively defined as  Q = (I + A)^{-1}(I - A). In fact, Q must have determinant +1, so is special orthogonal. Conversely, let Q be any orthogonal matrix which does not have −1 as an eigenvalue; then

 A = (I - Q)(I + Q)^{-1} \,\!

is a skew-symmetric matrix. The condition on Q automatically excludes matrices with determinant −1, but also excludes certain special orthogonal matrices. Some authors use a superscript "c" to denote this transform, writing Q = Ac and A = Qc.

This version of the Cayley transform is its own functional inverse, so that A = (Ac)c and Q = (Qc)c. A slightly different form is also seen (Golub & Van Loan 1996), requiring different mappings in each direction (and dropping the superscript notation):

\begin{align}
 Q &{}= (I - A)^{-1}(I + A) \\
 A &{}= (Q - I)(Q + I)^{-1}
\end{align}

The mappings may also be written with the order of the factors reversed (Courant & Hilbert 1989, Ch.VII, §7.2); however, A always commutes with (μI ± A)−1, so the reordering does not affect the definition.

Examples

In the 2×2 case, we have


\begin{bmatrix} 0 & \tan \frac{\theta}{2} \\ -\tan \frac{\theta}{2} & 0 \end{bmatrix}
\leftrightarrow
\begin{bmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{bmatrix} .

The 180° rotation matrix, −I, is excluded, though it is the limit as tan θ2 goes to infinity.

In the 3×3 case, we have


\begin{bmatrix} 0 & z & -y \\ -z & 0 & x \\ y & -x & 0 \end{bmatrix}
\leftrightarrow
\frac{1}{K}
\begin{bmatrix}
  w^2+x^2-y^2-z^2 & 2 (x y-w z) & 2 (w y+x z) \\
  2 (x y+w z) & w^2-x^2+y^2-z^2 & 2 (y z-w x) \\
  2 (x z-w y) & 2 (w x+y z) & w^2-x^2-y^2+z^2
\end{bmatrix} ,

where K = w2 + x2 + y2 + z2, and where w = 1. This we recognize as the rotation matrix corresponding to quaternion

 w + \bold{i} x + \bold{j} y + \bold{k} z \,\!

(by a formula Cayley had published the year before), except scaled so that w = 1 instead of the usual scaling so that w2 + x2 + y2 + z2 = 1. Thus vector (x,y,z) is the unit axis of rotation scaled by tan θ2. Again excluded are 180° rotations, which in this case are all Q which are symmetric (so that QT = Q).

Other matrices

We can extend the mapping to complex matrices by substituting "unitary" for "orthogonal" and "skew-Hermitian" for "skew-symmetric", the difference being that the transpose (·T) is replaced by the conjugate transposeH). This is consistent with replacing the standard real inner product with the standard complex inner product. In fact, we may extend the definition further with choices of adjoint other than transpose or conjugate transpose.

Formally, the definition only requires some invertibility, so we can substitute for Q any matrix M whose eigenvalues do not include −1. For example, we have


\begin{bmatrix} 0 & -a & ab - c \\ 0 & 0 & -b \\ 0 & 0 & 0 \end{bmatrix}
\leftrightarrow
\begin{bmatrix} 1 & 2a & 2c \\ 0 & 1 & 2b \\ 0 & 0 & 1 \end{bmatrix} .

We remark that A is skew-symmetric (respectively, skew-Hermitian) if and only if Q is orthogonal (respectively, unitary) with no eigenvalue −1.

Conformal map

Cayley transform of upper complex half-plane to unit disk

In complex analysis, the Cayley transform is a mapping of the complex plane to itself, given by

 \operatorname{W} \colon z \mapsto \frac{z-\bold{i}}{z+\bold{i}} .

This is a Möbius transformation, and can be extended to an automorphism of the Riemann sphere (the complex plane augmented with a point at infinity).

Of particular note are the following facts:

Operator map

An infinite-dimensional version of an inner product space is a Hilbert space, and we can no longer speak of matrices. However, matrices are merely representations of linear operators, and these we still have. So, generalizing both the matrix mapping and the complex plane mapping, we may define a Cayley transform of operators.

\begin{align}
 U &{}= (A - \bold{i}I) (A + \bold{i}I)^{-1} \\
 A &{}= \bold{i}(I + U) (I - U)^{-1}
\end{align}

Here the domain of U, dom U, is (A+iI) dom A. See self-adjoint operator for further details.

See also

References

External links