Physlib

Physlib.QuantumMechanics.OperatorAlgebra.Basic

Observable algebras

The observable structure of a physical system is described by a unital complex C⋆-algebra `A`.

The same framework contains both classical and quantum systems, according to which C⋆-algebra is chosen:

* **quantum**: `B(H)`, the bounded operators on a Hilbert space `H` — generally noncommutative. E.g. unitary evolution, `a ↦ U a U⋆`, is how a Hamiltonian moves observables in time. * **classical**: `C(M)`, continuous functions on phase space `M` — commutative, matching how classical observables always commute. E.g. position and momentum are just two such functions.

The basic notions of observable, positive element, effect, state, unitary, channel, and finite POVM depend only on the observable algebra.

This file only defines the vocabulary. Elementary results about each notion live in their own file (`Observable.lean`, `Effect.lean`, `State.lean`, ...).

Hilbert-space representations

The abstract observable algebra need not initially be presented as operators on a Hilbert space.

A concrete realization is a unital ⋆-representation into the C⋆-algebra of bounded operators on a complex Hilbert space.

This is also the target of the GNS construction associated with a state.

6 declarations

abbrev

Observable as a self-adjoint element a=aa = a^* in AA

Let AA be a unital complex CC^*-algebra representing the observables of a physical system. An observable is defined as a self-adjoint element aAa \in A such that a=aa^* = a. These elements correspond to measurable physical quantities—such as position, momentum, energy, or spin—because self-adjointness ensures that their spectrum (the set of possible measurement outcomes) consists of real numbers.

abbrev

Positive observable a0a \ge 0 in a CC^*-algebra AA

Let AA be a unital complex CC^*-algebra representing the observables of a physical system. A positive element is defined as an observable aAa \in A (a self-adjoint element, a=aa = a^*) such that a0a \geq 0. This condition implies that the spectrum of aa is contained in the non-negative real numbers [0,)[0, \infty), meaning that all possible measurement outcomes of the observable are non-negative. The set of positive elements induces a partial order on the space of observables, where aba \leq b if and only if bab - a is a positive element.

abbrev

Effect as an observable 0a10 \le a \le \mathbb{1}

Let AA be an operator algebra (such as a unital complex CC^*-algebra). An effect is an observable aAa \in A that satisfies the condition 0a10 \le a \le \mathbb{1}, where 00 is the zero element and 1\mathbb{1} is the identity element of the algebra. This inequality is defined with respect to the standard partial ordering of self-adjoint elements (where a0a \ge 0 means aa is a positive element). Physically, an effect represents a measurement outcome that can occur with a probability between 0 and 1, such as a "yes/no" outcome in a quantum measurement.

abbrev

Unitary element in a CC^*-algebra AA

Let AA be a unital complex CC^*-algebra representing the observable structure of a physical system. A unitary element UAU \in A is an element that satisfies UU=UU=1U^* U = U U^* = \mathbb{1}, where 1\mathbb{1} is the identity element of the algebra. Unitary elements represent reversible transformations of the system, such as symmetries or time evolution under a Hamiltonian, and act on observables aAa \in A via the conjugation map aUaUa \mapsto U a U^*.

abbrev

Channel as a unital completely positive (UCP) map A1A2A_1 \to A_2

Let A1A_1 and A2A_2 be operator algebras, typically understood as unital complex CC^*-algebras representing physical systems. A channel from A1A_1 to A2A_2 is a linear map ϕ:A1A2\phi : A_1 \to A_2 that is unital, meaning it preserves the identity element (ϕ(1)=1\phi(\mathbb{1}) = \mathbb{1}), and completely positive. In the context of mathematical physics, channels represent the most general description of the dynamics or evolution of a system, mapping observables from one algebra to another.

abbrev

Hilbert space representation AB(H)A \to \mathcal{B}(H)

Given a unital complex CC^*-algebra AA and a complex Hilbert space HH, a representation of AA on HH is a unital \ast-homomorphism from AA to the algebra of bounded linear operators B(H)\mathcal{B}(H).