Quantum Sets #
This file ports the structural core of upstream Monlib.LinearAlgebra.QuantumSet.Basic:
star algebras with modular automorphisms, inner-product algebras, quantum sets,
the base quantum set on ℂ, modular inner-product identities, the coalgebra
comultiplication on ℂ, and the Psi/Upsilon equivalences used by
downstream quantum-graph files.
A star algebra over ℂ equipped with a real-parameter modular automorphism group.
- add : A → A → A
- zero : A
- mul : A → A → A
- one : A
- neg : A → A
- sub : A → A → A
- star : A → A
The modular automorphism
σ_ras an algebra equivalence.The modular automorphisms compose additively in the real parameter.
Star changes the sign of the modular parameter.
Instances
A star algebra whose ring additive group carries a compatible complex inner product.
- uniformity_dist : uniformity A = ⨅ (ε : ℝ), ⨅ (_ : ε > 0), Filter.principal {p : A × A | dist p.1 p.2 < ε}
- toBornology : Bornology A
Instances
Equations
- InnerProductAlgebra.toNormedAddCommGroup = { toNorm := inst✝.toNorm, toAddCommGroup := inst✝¹.toAddCommGroup, toMetricSpace := inst✝.toMetricSpace, dist_eq := ⋯ }
Equations
- InnerProductAlgebra.toNormedAddCommGroupOfRing = { toRing := inst✝¹.toRing, toNorm := inst✝.toNorm, toMetricSpace := inst✝.toMetricSpace, dist_eq := ⋯ }
Equations
- InnerProductAlgebra.toNormedSpace = { toModule := inferInstance, norm_smul_le := ⋯ }
Equations
- One or more equations did not get rendered due to their size.
A finite-dimensional quantum set with a modular automorphism and fixed orthonormal basis.
- uniformity_dist : uniformity A = ⨅ (ε : ℝ), ⨅ (_ : ε > 0), Filter.principal {p : A × A | dist p.1 p.2 < ε}
- toBornology : Bornology A
The modular automorphism is symmetric for the quantum-set inner product.
- k : ℝ
The modular exponent used in the KMS identities.
- n : Type u_1
The index type of the fixed orthonormal basis.
The fixed basis index type is finite.
- nIsDecidableEq : DecidableEq (n A)
The fixed basis index type has decidable equality.
- onb : OrthonormalBasis (n A) ℂ A
A fixed orthonormal basis of the quantum set.
Instances
The fixed basis index type of a quantum set is finite.
A quantum set is finite-dimensional over ℂ via its fixed orthonormal basis.
Alias of starAlgebra.modAut_apply_modAut.
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
- One or more equations did not get rendered due to their size.
Modular automorphisms preserve the coalgebra structure of a quantum set.
A quantum set carries the Frobenius algebra structure induced by its coalgebra.
The matrix-coordinate map used to identify linear maps with a tensor product.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The inverse coordinate map to QuantumSet.PsiToFun.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The linear equivalence between maps and tensors used in the quantum-set formalism.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Psi equivalence with tensor factors swapped back from the opposite space.