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
Observable as a self-adjoint element in
Let be a unital complex -algebra representing the observables of a physical system. An observable is defined as a self-adjoint element such that . 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.
Positive observable in a -algebra
Let be a unital complex -algebra representing the observables of a physical system. A positive element is defined as an observable (a self-adjoint element, ) such that . This condition implies that the spectrum of is contained in the non-negative real numbers , 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 if and only if is a positive element.
Effect as an observable
Let be an operator algebra (such as a unital complex -algebra). An effect is an observable that satisfies the condition , where is the zero element and is the identity element of the algebra. This inequality is defined with respect to the standard partial ordering of self-adjoint elements (where means 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.
Unitary element in a -algebra
Let be a unital complex -algebra representing the observable structure of a physical system. A unitary element is an element that satisfies , where 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 via the conjugation map .
Channel as a unital completely positive (UCP) map
Let and be operator algebras, typically understood as unital complex -algebras representing physical systems. A channel from to is a linear map that is unital, meaning it preserves the identity element (), 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.
Hilbert space representation
Given a unital complex -algebra and a complex Hilbert space , a representation of on is a unital -homomorphism from to the algebra of bounded linear operators .
