Quantum Set #
This file defines the structure of a quantum set.
A quantum set is defined as a star-algebra A
over ℂ
with a positive element Q
such that
Q
is invertible and a sum of rank-one operators (in other words, positive definite).
The quantum set is also equipped with a faithful positive linear functional φ
on A
,
which is used to define the inner product on A
, i.e., ⟪x, y⟫_ℂ = φ (star x * y)
.
The quantum set is also equipped with a trace
functional on A
such that φ x = trace (Q * x)
.
Main definitions #
quantum_set A
is a structure that defines a quantum set.quantum_set.mod_aut A t
defines the modular automorphism of a quantum set, which is a family of automorphisms ofA
parameterized byt : ℝ
, given byx ↦ Q^(-t) * x * Q^t
, whereQ
is the unique positive definite element inA
given by the quantum set structure.
Instances
- norm : A → ℝ
- dist : A → A → ℝ
- edist : A → A → ENNReal
- edist_dist : ∀ (x y : A), PseudoMetricSpace.edist x y = ENNReal.ofReal (dist x y)
- toUniformSpace : UniformSpace A
- uniformity_dist : uniformity A = ⨅ (ε : ℝ), ⨅ (_ : ε > 0), Filter.principal {p : A × A | dist p.1 p.2 < ε}
- toBornology : Bornology A
- inner : A → A → ℂ
- conj_symm : ∀ (x y : A), (starRingEnd ℂ) (inner y x) = inner x y
Instances
Equations
- InnerProductAlgebra.toNormedAddCommGroupOfRing = NormedAddCommGroupOfRing.mk ⋯
Equations
- InnerProductAlgebra.toInnerProductSpace = InnerProductSpace.mk ⋯ ⋯ ⋯ ⋯
- norm : A → ℝ
- dist : A → A → ℝ
- edist : A → A → ENNReal
- edist_dist : ∀ (x y : A), PseudoMetricSpace.edist x y = ENNReal.ofReal (dist x y)
- toUniformSpace : UniformSpace A
- uniformity_dist : uniformity A = ⨅ (ε : ℝ), ⨅ (_ : ε > 0), Filter.principal {p : A × A | dist p.1 p.2 < ε}
- toBornology : Bornology A
- inner : A → A → ℂ
- conj_symm : ∀ (x y : A), (starRingEnd ℂ) (inner y x) = inner x y
the modular automorphism is symmetric with respect to the inner product, in other words, it is self-adjoint
- k : ℝ
- n : Type u_1
- n_isDecidableEq : DecidableEq (n A)
- onb : OrthonormalBasis (n A) ℂ A
fix an orthonormal basis on
A
Instances
the modular automorphism is symmetric with respect to the inner product, in other words, it is self-adjoint
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Alias of starAlgebra.modAut_apply_modAut
.
Equations
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- ⋯ = ⋯
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- QuantumSet.isFrobeniusAlgebra = FrobeniusAlgebra.mk ⋯
Instances For
Equations
- Upsilon = (QuantumSet.Psi 0 (k A + 1)).trans ((tenSwap ℂ).trans (LinearEquiv.lTensor A (unop ℂ)))