Unitary Operator

⚠️AI-Generated

This file was generated by AI and may require review.

Definition

A linear operator $U$ on an inner product space is unitary if it preserves inner products:

$$ \langle Ux, Uy \rangle = \langle x, y \rangle \quad \text{for all } x, y $$

Equivalently, $U^* U = U U^* = I$, where $U^*$ is the adjoint (conjugate transpose).

For Matrices

A complex matrix $U$ is unitary if:

$$ U^\dagger U = U U^\dagger = I $$

where $U^\dagger = \overline{U^T}$ is the conjugate transpose.

For real matrices, this simplifies to orthogonal: $U^T U = I$.

Properties

Unitary operators preserve:

PropertyFormula
Inner products$\langle Ux, Uy \rangle = \langle x, y \rangle$
Norms$\|Ux\| = \|x\|$
AnglesThe angle between vectors is unchanged
OrthogonalityOrthogonal vectors remain orthogonal

Intuition

Unitary operators are the “rigid motions” of inner product spaces:

  • Rotations are unitary
  • Reflections are unitary
  • Stretching is NOT unitary (changes lengths)

They rearrange vectors without distorting the geometry.

Examples

  • Inner product — what unitary operators preserve
  • Norm — also preserved by unitary operators
  • Isomorphism — unitary operators are isomorphisms of Hilbert spaces