Preliminary comparison theorems: completion and chain rules #
Completion lemmas and final chain inequalities from the preliminaries chapter.
prop:completing-to-measurement.
The paper's hypothesis involves permutation-invariance; the bipartite
completion proof needs PermInvState to bridge BipartiteSSCRel to the
local SSCRel used in the algebraic completion bound.
Triangle inequality for state-dependent operator distance.
Monotonicity for SDDOpRel.
n-step SDDOpRel chain lemma via vector Cauchy-Schwarz.
Given n consecutive SDDOpRel bounds, the endpoints satisfy an SDDOpRel
bound with error n * (∑ individual errors). This improves on naive
triangle-inequality chaining, which would give exponential blowup.
Paper reference: prop:triangle-inequality-for-approx_delta in
references/ldt-paper/preliminaries.tex.
Proof sketch: telescoping + ‖∑ dᵢ|ψ⟩‖² ≤ n · ∑ ‖dᵢ|ψ⟩‖²
(vector Cauchy-Schwarz / norm triangle inequality).