The weights #
The probability weight w₀ = 1 − ε, w_{k+1} = ε·2^{-(k+1)}.
Equations
- CommutingRepetition.Density.wgt ε 0 = 1 - ε
- CommutingRepetition.Density.wgt ε k.succ = ε * (1 / 2) ^ (k + 1)
Instances For
The sequence #
noncomputable def
CommutingRepetition.Density.vseq
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
(ψ : H)
(u : ℕ → H)
:
ℕ → H
The unit-ball sequence v₀ = ψ, v_{k+1} = nv uₖ.
Equations
Instances For
theorem
CommutingRepetition.Density.vseq_zero
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
[CompleteSpace H]
(ψ : H)
(u : ℕ → H)
:
theorem
CommutingRepetition.Density.vseq_succ
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
[CompleteSpace H]
(ψ : H)
(u : ℕ → H)
(k : ℕ)
:
theorem
CommutingRepetition.Density.norm_vseq_le
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
[CompleteSpace H]
(ψ : H)
(u : ℕ → H)
(hψ : ‖ψ‖ = 1)
(k : ℕ)
:
noncomputable def
CommutingRepetition.Density.Zc
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
(ψ : H)
(u : ℕ → H)
(ε : ℝ)
:
The normalizing constant Z = ∑ₖ wₖ ‖vₖ‖².
Equations
- CommutingRepetition.Density.Zc ψ u ε = ∑' (k : ℕ), CommutingRepetition.Density.wgt ε k * ‖CommutingRepetition.Density.vseq ψ u k‖ ^ 2
Instances For
theorem
CommutingRepetition.Density.wgt_mul_norm_sq_nonneg
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
[CompleteSpace H]
(ψ : H)
(u : ℕ → H)
{ε : ℝ}
(hε0 : 0 < ε)
(hε1 : ε < 1)
(k : ℕ)
:
theorem
CommutingRepetition.Density.Zc_le_one
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
[CompleteSpace H]
(ψ : H)
(u : ℕ → H)
(hψ : ‖ψ‖ = 1)
{ε : ℝ}
(hε0 : 0 < ε)
(hε1 : ε < 1)
:
theorem
CommutingRepetition.Density.Zc_ge
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
[CompleteSpace H]
(ψ : H)
(u : ℕ → H)
(hψ : ‖ψ‖ = 1)
{ε : ℝ}
(hε0 : 0 < ε)
(hε1 : ε < 1)
:
theorem
CommutingRepetition.Density.Zc_pos
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
[CompleteSpace H]
(ψ : H)
(u : ℕ → H)
(hψ : ‖ψ‖ = 1)
{ε : ℝ}
(hε0 : 0 < ε)
(hε1 : ε < 1)
:
noncomputable def
CommutingRepetition.Density.gvec
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
(ψ : H)
(u : ℕ → H)
(ε : ℝ)
(k : ℕ)
:
H
The sequence gₖ = √(wₖ/Z) • vₖ realizing the perturbed state.
Equations
- CommutingRepetition.Density.gvec ψ u ε k = ↑√(CommutingRepetition.Density.wgt ε k / CommutingRepetition.Density.Zc ψ u ε) • CommutingRepetition.Density.vseq ψ u k
Instances For
theorem
CommutingRepetition.Density.summable_norm_gvec_sq
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
[CompleteSpace H]
(ψ : H)
(u : ℕ → H)
(hψ : ‖ψ‖ = 1)
{ε : ℝ}
(hε0 : 0 < ε)
(hε1 : ε < 1)
:
The perturbed state #
noncomputable def
CommutingRepetition.Density.gvecState
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
(ψ : H)
(u : ℕ → H)
(ε : ℝ)
(T : H →L[ℂ] H)
:
The state φ(T) = ∑ₖ ⟪gₖ, T gₖ⟫.
Equations
- CommutingRepetition.Density.gvecState ψ u ε T = ∑' (k : ℕ), inner ℂ (CommutingRepetition.Density.gvec ψ u ε k) (T (CommutingRepetition.Density.gvec ψ u ε k))
Instances For
theorem
CommutingRepetition.Density.inner_gvec_self
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
[CompleteSpace H]
(ψ : H)
(u : ℕ → H)
(ε : ℝ)
(k : ℕ)
:
theorem
CommutingRepetition.Density.gvecState_one
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
[CompleteSpace H]
(ψ : H)
(u : ℕ → H)
(hψ : ‖ψ‖ = 1)
{ε : ℝ}
(hε0 : 0 < ε)
(hε1 : ε < 1)
:
Faithfulness #
theorem
CommutingRepetition.Density.gvecState_faithful
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
[CompleteSpace H]
(ψ : H)
(u : ℕ → H)
(hψ : ‖ψ‖ = 1)
{ε : ℝ}
(hε0 : 0 < ε)
(hε1 : ε < 1)
(hu : DenseRange u)
(T : H →L[ℂ] H)
(h : gvecState ψ u ε (star T * T) = 0)
:
Closeness to the vector state of ψ #
theorem
CommutingRepetition.Density.norm_gvecState_sub_le
{H : Type u_1}
[NormedAddCommGroup H]
[InnerProductSpace ℂ H]
[CompleteSpace H]
(ψ : H)
(u : ℕ → H)
(hψ : ‖ψ‖ = 1)
{ε : ℝ}
(hε0 : 0 < ε)
(hε1 : ε < 1)
(T : H →L[ℂ] H)
:
The perturbed state is 2ε/(1−ε)-close to the vector state of ψ on the unit
ball of B(H).