The vector state and Bob's functionals of a commuting strategy #
noncomputable def
CommutingRepetition.Density.vecState
{X Y A B : Type}
[Fintype X]
[Fintype Y]
[Fintype A]
[Fintype B]
(S : CommutingStrategy X Y A B)
:
The vector state T ↦ ⟪ψ, T ψ⟫.
Equations
Instances For
noncomputable def
CommutingRepetition.Density.bobFun
{X Y A B : Type}
[Fintype X]
[Fintype Y]
[Fintype A]
[Fintype B]
(S : CommutingStrategy X Y A B)
(y : Y)
(b : B)
:
Bob's functional T ↦ ⟪ψ, T F_b^y ψ⟫ on B(H).
Equations
Instances For
theorem
CommutingRepetition.Density.bobFun_correlation
{X Y A B : Type}
[Fintype X]
[Fintype Y]
[Fintype A]
[Fintype B]
(S : CommutingStrategy X Y A B)
(x : X)
(y : Y)
(a : A)
(b : B)
:
theorem
CommutingRepetition.Density.vecState_one
{X Y A B : Type}
[Fintype X]
[Fintype Y]
[Fintype A]
[Fintype B]
(S : CommutingStrategy X Y A B)
:
theorem
CommutingRepetition.Density.vecState_traceClass
{X Y A B : Type}
[Fintype X]
[Fintype Y]
[Fintype A]
[Fintype B]
(S : CommutingStrategy X Y A B)
:
theorem
CommutingRepetition.Density.bobFun_traceClass
{X Y A B : Type}
[Fintype X]
[Fintype Y]
[Fintype A]
[Fintype B]
(S : CommutingStrategy X Y A B)
(y : Y)
(b : B)
:
IsTraceClassFunctional (bobFun S y b)
Sums of trace-class functionals #
theorem
CommutingRepetition.Density.interleave_even
{K : Type u_1}
[NormedAddCommGroup K]
[InnerProductSpace ℂ K]
[CompleteSpace K]
(v v' : ℕ → K)
(k : ℕ)
:
theorem
CommutingRepetition.Density.interleave_odd
{K : Type u_1}
[NormedAddCommGroup K]
[InnerProductSpace ℂ K]
[CompleteSpace K]
(v v' : ℕ → K)
(k : ℕ)
:
theorem
CommutingRepetition.Density.IsTraceClassFunctional.add
{K : Type u_1}
[NormedAddCommGroup K]
[InnerProductSpace ℂ K]
[CompleteSpace K]
{φ ψ : (K →L[ℂ] K) →ₗ[ℂ] ℂ}
(hφ : IsTraceClassFunctional φ)
(hψ : IsTraceClassFunctional ψ)
:
IsTraceClassFunctional (φ + ψ)
The faithful perturbation #
structure
CommutingRepetition.Density.Perturbed
(X Y A B : Type)
[Fintype X]
[Fintype Y]
[Fintype A]
[Fintype B]
:
Type 1
The data of a faithful perturbation: a strategy, a dense sequence in its Hilbert space and
ε ∈ (0, 1].
- S : CommutingStrategy X Y A B
- u_dense : DenseRange self.u
- ε : ℝ
Instances For
noncomputable def
CommutingRepetition.Density.Perturbed.ω
{X Y A B : Type}
[Fintype X]
[Fintype Y]
[Fintype A]
[Fintype B]
(P : Perturbed X Y A B)
(y : Y)
(b : B)
:
Bob's perturbed functionals (1−ε)⟪ψ, · F_b^y ψ⟫ + (ε/|B|) φ₀.
Equations
- P.ω y b = ↑(1 - P.ε) • CommutingRepetition.Density.bobFun P.S y b + ↑(P.ε / ↑(Fintype.card B)) • CommutingRepetition.Density.faithfulState P.u
Instances For
theorem
CommutingRepetition.Density.Perturbed.ω_nonneg_of_commute
{X Y A B : Type}
[Fintype X]
[Fintype Y]
[Fintype A]
[Fintype B]
(P : Perturbed X Y A B)
[Nonempty B]
(y : Y)
(b : B)
{T : P.S.H →L[ℂ] P.S.H}
(hT : Commute T (P.S.F y b))
:
Bob's perturbed functionals are positive on operators commuting with Bob's effect.
theorem
CommutingRepetition.Density.Perturbed.l1Dist_le
{X Y A B : Type}
[Fintype X]
[Fintype Y]
[Fintype A]
[Fintype B]
(P : Perturbed X Y A B)
[Nonempty B]
:
l1Dist P.S.correlation P.corr ≤ 2 * P.ε * (↑(Fintype.card X) * ↑(Fintype.card Y) * ↑(Fintype.card A) * ↑(Fintype.card B))
theorem
CommutingRepetition.Density.exists_perturbed
{X Y A B : Type}
[Fintype X]
[Fintype Y]
[Fintype A]
[Fintype B]
[Nonempty B]
(S : CommutingStrategy X Y A B)
{δ : ℝ}
(hδ : 0 < δ)
:
∃ (P : Perturbed X Y A B), TopologicalSpace.SeparableSpace P.S.H ∧ l1Dist S.correlation P.corr < δ
Stage E1: every commuting correlation is approximated in ℓ¹ by the perturbed
correlation of a separable strategy whose perturbed state is faithful.