Hermitian conjugate



         


In mathematics, the Hermitian adjoint of an linear operator is a matching operator (very similar to the inverse operator in concept) defined over a linear space with inner product. It is also called Hermitian conjugate or just adjoint. When talking about matrices it is also called the conjugate transpose.

[Top]

In Hilbert space

The Hermitian adjoint can be generally defined using only the axioms (properties) of Hilbert space and the inner product.

[Top]

Definition

For every linear operator <math>A<math> (which is bounded; see operator's norm), the Hermitian adjoint, marked by <math> A^\dagger <math> (pronounced "A dagger"), is defined by

<math> \forall x,y : \lang Ax | y \rang = \lang x | A^\dagger y \rang <math>

where < | > denotes the inner product.

Using the Riesz representation theorem it can be shown that:

  1. <math> A^\dagger <math> exists.
  2. <math> A^\dagger <math> is indeed a bounded linear operator.
  3. <math> A^\dagger <math> is determined uniquely by A. So if both B and C are Hermitian adjoints of A, then B=C.
[Top]

Properties

Immediate properties:

  1. <math> {( A^\dagger )}^\dagger = A <math>
  2. <math> (A + B )^\dagger = A^\dagger + B^\dagger <math>
  3. <math> ( \lambda A )^\dagger = \lambda^* A^\dagger <math>
  4. <math> (AB)^\dagger = B^\dagger A^\dagger <math>

These four properties define star-algebra.

If we define operator-induced norm by

<math> \| A \| _{op} := \sup \{ \|Ax \| : \| x \| \le 1 \} <math>

then

<math> \| A^\dagger \| _{op} = \| A \| _{op} <math>.

Moreover,

<math> \| A^\dagger A \| _{op} = \| A \| _{op}^2 <math>

The last formula is very useful for computing a norm of operator since <math> A^\dagger A <math> is self-adjoint (Hermitian).

[Top]

Hermitian operators

An operator is called Hermitian or self-adjoint if

<math> A = A^\dagger <math>

which is equivalent to

<math> \forall x,y : \lang Ax | y \rang = \lang x | A y \rang <math>

Hermitian operators are very important because of their properties. When working in separable Hilbert space we are granted that:

  1. <math> \lang x | A | x \rang <math> is real for every vector x.
  2. All of its eigenvalues are real; i.e., if <math> Ax = \lambda x <math> than <math> \lambda <math> is real.
  3. If <math> Ax = c_1 x <math> and <math> Ay = c_2 y <math> are eigenvectors of different eigenvalues, they are orthogonal, i.e., <math> \lang x | y \rang = 0 <math>.
  4. Every Hermitian operator has an orthonormal basis <math> \{ e_n \}_{n=1}^{\infty} <math> of eigenvectors, such as
<math> \forall n=1,2,3,... \ : \quad Ae_n = \lambda_n e_n <math>
This important theorem is called orthogonal diagonalization and known as the Spectral theorem.

The following properties are the basis for Fourier expansion in Hilbert space.

In Quantum mechanics, every observable is described with a corresponding Hermitian operator. The Hamiltonian (energy) of physical systems is the most important Hermitian operator, since it governs the development of the system over time.

[Top]

Matrix (of finite-dimensional linear space)

When working on a finite-dimensional linear space, any linear operator (i.e. linear transformation) can be represented by a matrix. The hermitian adjoint of a complex matrix is the transpose of the matrix of the complex conjugates of the elements of the original matrix:

AH=(A*)T

The concept is generalized from matrices of (real and/or complex) numbers to linear operators generally, and from vector spaces to function spaces. In particular, in separable Hilbert spaces, the conjugate and transpose operators commute so that

AH=(A*)T=(AT)*

If an operator is sesquilinear, the hermitian adjoint of that operator is the operator itself.

[Top]

See also





  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License