mathlib3 documentation

monlib / linear_algebra.my_ips.quantum_set

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 #

@[class]
structure quantum_set (A : Type u_1) :
Type (u_1+1)
Instances for quantum_set
  • quantum_set.has_sizeof_inst
@[simp]
theorem quantum_set.mod_aut_apply (A : Type u_1) [quantum_set A] (t : ) (x : A) :
@[simp]
def quantum_set.mod_aut (A : Type u_1) [quantum_set A] (t : ) :
Equations