Physlib.QuantumMechanics.OperatorAlgebra.HilbertSpace
Bounded operators on Hilbert space
This file connects the abstract operator-algebraic quantum-mechanics API with the concrete C⋆-algebra of bounded operators on a complex Hilbert space. The C⋆-algebra, Loewner order, and ordered-star-ring instances for bounded operators are supplied by Mathlib.
2 declarations
definition
Space of bounded operators on a Hilbert space
The notation represents the space of bounded (continuous) linear operators from a complex Hilbert space to itself, denoted in Lean as `H →L[ℂ] H`.
instance
is an `OperatorAlgebra`
The space of bounded linear operators on a complex Hilbert space is equipped with the structure of an `OperatorAlgebra`. This instance links the concrete -algebra of bounded operators provided by Mathlib to the abstract operator-algebraic API used in quantum mechanics.
