The inner product space on finite dimensional C*-algebras #
This file contains some basic results on the inner product space on finite dimensional C*-algebras.
Elaborate a term using the inner product induced by a matrix functional.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Elaborate a term using the inner product induced by a pi-family of functionals.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Register the inner-product instances induced by a matrix functional φ.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Register the inner-product instances induced by a pi-family of functionals ψ.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A function that returns the direct sum of matrices for each index of type 'i'.
Equations
- Module.Dual.pi.matrixBlock ψ = ∑ i : k, Matrix.includeBlock (ψ i).matrix
Instances For
A lemma that states the inner product of two direct sum matrices is the sum of the inner products of their components.
Section single_block #
The density matrix of a faithful positive functional is positive definite.
Modular automorphism associated to a faithful positive functional on matrices.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The modular automorphism associated to a faithful positive matrix functional.
Instances For
The adjoint of a star-algebraic equivalence $f$ on matrix algebras is given by
$$f^*\colon x \mapsto f^{-1}(x Q) Q^{-1},$$
where $Q$ is hφ.matrix.
Let f be a star-algebraic equivalence on matrix algebras. Then tfae:
The matrix-unit basis normalized by the square root of the density matrix.
Equations
- hφ.basis = Module.Basis.mk ⋯ ⋯
Instances For
Matrix representation of linear maps between two faithful matrix inner products.
Equations
- hφ.toMatrixLinEquiv hψ = LinearMap.toMatrix hφ.basis hψ.basis
Instances For
Matrix representation of endomorphisms for a faithful matrix inner product.
Equations
Instances For
The normalized matrix basis as an orthonormal basis.
Equations
- hφ.orthonormalBasis = hφ.basis.toOrthonormalBasis ⋯
Instances For
Section direct_sum #
The dependent pi basis obtained from the normalized bases of each block.
Equations
- Module.Dual.pi.IsFaithfulPosMap.basis hψ = Pi.basis fun (i : k) => ⋯.basis
Instances For
The dependent pi basis as an orthonormal basis.
Equations
Instances For
Invertibility of the block diagonal density matrix.
Equations
- Module.Dual.pi.IsFaithfulPosMap.matrixBlockInvertible hψ = { invOf := (Module.Dual.pi.matrixBlock ψ)⁻¹, invOf_mul_self := ⋯, mul_invOf_self := ⋯ }
Instances For
Matrix representation of maps between two faithful pi inner products.
Equations
Instances For
Matrix representation of endomorphisms for a faithful pi inner product.
Equations
Instances For
Basis for block diagonal matrices induced by the faithful pi basis.
Equations
Instances For
m^*(x) = ∑_{i,j,k,l} x_{il} Q⁻¹_{kj} (e_{ij} ⊗ₜ e_{kl}).