Quantum Sets on Finite Products #
This file restores the finite-product quantum set instance from upstream
Monlib.LinearAlgebra.QuantumSet.Pi.
@[reducible, defaultInstance 1000]
noncomputable instance
instRingPiQ
{ι : Type u_1}
{A : ι → Type u_2}
[hA : (i : ι) → starAlgebra (A i)]
:
Equations
- instRingPiQ = (WithLp.equiv 2 ((i : ι) → A i)).ring
@[reducible, defaultInstance 1000]
noncomputable instance
instAlgebraComplexPiQ
{ι : Type u_1}
{A : ι → Type u_2}
[hA : (i : ι) → starAlgebra (A i)]
:
Equations
- instAlgebraComplexPiQ = Equiv.algebra ℂ (WithLp.equiv 2 ((i : ι) → A i))
@[implicit_reducible]
Equations
- instStarPiQ = { star := fun (x : PiQ A) => WithLp.toLp 2 (star x.ofLp) }
@[implicit_reducible]
Equations
- instStarRingPiQ = { toStar := instStarPiQ, star_involutive := ⋯, star_mul := ⋯, star_add := ⋯ }
instance
instStarModuleComplexPiQ
{ι : Type u_1}
{A : ι → Type u_2}
[hA : (i : ι) → starAlgebra (A i)]
:
StarModule ℂ (PiQ A)
@[simp]
theorem
Pi.modAut_apply
{ι : Type u_1}
{A : ι → Type u_2}
[hA : (i : ι) → starAlgebra (A i)]
(r : ℝ)
(x : PiQ A)
(i : ι)
:
@[reducible]
noncomputable instance
piStarAlgebra
{ι : Type u_1}
{A : ι → Type u_2}
[hA : (i : ι) → starAlgebra (A i)]
:
starAlgebra (PiQ A)
Equations
- One or more equations did not get rendered due to their size.
@[implicit_reducible]
noncomputable instance
piInnerProductAlgebra
{ι : Type u_1}
{A : ι → Type u_2}
[hA : (i : ι) → starAlgebra (A i)]
[hQ : (i : ι) → QuantumSet (A i)]
[Fintype ι]
:
Equations
- One or more equations did not get rendered due to their size.
theorem
piInnerProductAlgebra_inner_apply
{ι : Type u_1}
{A : ι → Type u_2}
[hA : (i : ι) → starAlgebra (A i)]
[hQ : (i : ι) → QuantumSet (A i)]
[Fintype ι]
(a b : PiQ A)
:
theorem
piInnerProductAlgebra.inner_apply
{ι : Type u_1}
{A : ι → Type u_2}
[hA : (i : ι) → starAlgebra (A i)]
[hQ : (i : ι) → QuantumSet (A i)]
[Fintype ι]
(a b : PiQ A)
:
@[implicit_reducible]
noncomputable instance
Pi.quantumSet
{ι : Type u_1}
{A : ι → Type u_2}
[hA : (i : ι) → starAlgebra (A i)]
[hQ : (i : ι) → QuantumSet (A i)]
[Fintype ι]
[Fact (∀ (i : ι), k (A i) = 0)]
:
QuantumSet (PiQ A)
Equations
- One or more equations did not get rendered due to their size.