Standard subspaces of a Hilbert space #
This files defines standard subspaces of a complex Hilbert space: a standard subspace S of H is
a closed real subspace S such that S ⊓ i S = ⊥ and S ⊔ i S = ⊤. For a standard subspace, one
can define a closable operator x + i y ↦ x - i y and develop an analogue of the Tomita-Takesaki
modular theory for von Neumann algebras. By considering inclusions of standard subspaces, one can
obtain unitary representations of various Lie groups.
Main definitions and results #
instance : InnerProductSpace ℝ HforInnerProductSpace ℂ H, by restricting the scalar product to its real partStandardSubspaceas a structure with aClosedSubmoduleforInnerProductSpace ℝ HsatisfyingIsCyclicandIsSeparating. Actually the interesting cases needCompleteSpace H, but the definition is given for a general case.symplCompas aStandardSubspaceof the symplectic complement of a standard subspace with respect to⟪⬝, ⬝⟫.imsymplComp_symplComp_eqthe double symplectic complement is equal to itself
References #
TODO #
Define the Tomita conjugation, prove Tomita's theorem, prove the KMS condition.
the scalar product by a non-zero complex number as a continuous real-linear equivalence.
Equations
Instances For
H as a real Hilbert space. This instance is declared inside ClosedSubmodule namespace. If
one needs this structure (for example when considering standard subspaces), one should just open ClosedSubmodule and not declare another instance.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The imaginary unit as an invertible element.
Equations
- Complex.UnitI = { val := Complex.I, inv := -Complex.I, val_inv := Complex.UnitI._proof_1, inv_val := Complex.UnitI._proof_2 }
Instances For
The image of a closed submodule by the multiplication by Complex.I.
Equations
- S.mulI = (ClosedSubmodule.mapEquiv (scalarSMulCLE H Complex.UnitI)) S
Instances For
The symplectic complement of a closed submodule with respect to ⟪⬝, ⬝⟫.im, defined as the
image of mulI and orthogonal. The proof that this is the symplectic complement is given by
mem_symplComp_iff.
Instances For
A standard subspace S of a complex Hilbert space (or just an inner product space) H is a
closed real subspace S such that S ⊓ i S = ⊥ and S ⊔ i S = ⊤.
- toClosedSubmodule : ClosedSubmodule ℝ H
A real closed subspace
S. Sis separating, that is,S ⊓ i Sis the trivial subspace.Sis cyclic, that is,S ⊔ i Sis the whole space.
Instances For
The image of a standard subspace by the multiplication by Complex.I, bundled as a
StandardSubspace.
Equations
Instances For
The symplectic complement of a standard subspace, bundled as a StandardSubspace.