Preliminary definitions and statement structures #
This file collects the lightweight statement and definition layer for the preliminaries chapter of the LDT development. It records the paper's consistency, sandwich, and completion statements in a form used by later files.
Main definitions #
BipartiteSDDRel: the paper-style left/right state-dependent distance relation.ConsAgreement: the measurement reformulation of consistency.ConsSubMeasStmt,SwitchSandwichStmt,CompTransferStmt, andCompletingToMeasStmt: conclusion statements for the main preliminary propositions.completeAtOutcome: completion of a submeasurement at a distinguished outcome.
References #
references/ldt-paper/preliminaries.tex
Consistency and distance statements #
Source-style left/right relation A^x_a ⊗ I ≈_δ I ⊗ B^x_a.
Instances For
Condition 0 ≤ B ≤ I for the switch-sandwich argument.
Instances For
Agreement probability from prop:simeq-for-measurements.
Equations
Instances For
Conclusion statement for the measurement reformulation of consistency.
Instances For
A_a ⊗ B_a, the diagonal bipartite family from prop:cons-sub-meas.
This same-space version is the specialization used by the existing
main-theorem path. The paper-facing two-space version is
heterogeneousDiagonalSandwichFamily.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A ⊗ B_a, the total bipartite family from prop:cons-sub-meas.
This same-space version is the specialization used by the existing
main-theorem path. The paper-facing two-space version is
heterogeneousTotalSandwichFamily.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A_a ⊗ B_a for the two-space statement of prop:cons-sub-meas.
Here A acts on the left Hilbert space and B acts on the right Hilbert
space; the resulting family acts on the tensor-product state space
ιA × ιB.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A ⊗ B_a for the two-space statement of prop:cons-sub-meas.
The total operator A^x = ∑_a A^x_a remains on the left tensor factor, while
the measurement outcome B^x_a remains on the right tensor factor.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Same-space output statement for prop:cons-sub-meas.
The paper-facing two-space output statement is
ConsSubMeasHeterogeneousStmt.
- diagonalControl : SDDRel ψ 𝒟 A.liftLeft (diagonalSandwichFamily A B) γ
- sandwichControl : SDDRel ψ 𝒟 (diagonalSandwichFamily A B) (totalSandwichFamily A B) γ
- combinedControl : SDDRel ψ 𝒟 A.liftLeft (totalSandwichFamily A B) (4 * γ)
Instances For
Two-space output statement for prop:cons-sub-meas.
It records the two estimates
A^x_a ⊗ I ≈_γ A^x_a ⊗ B^x_a and
A^x_a ⊗ B^x_a ≈_γ A^x ⊗ B^x_a, and the resulting
4γ estimate from A^x_a ⊗ I to A^x ⊗ B^x_a.
- diagonalControl : SDDRel ψ 𝒟 A.placeLeft (heterogeneousDiagonalSandwichFamily A B) γ
A^x_a ⊗ Iis close to the diagonal familyA^x_a ⊗ B^x_a. - sandwichControl : SDDRel ψ 𝒟 (heterogeneousDiagonalSandwichFamily A B) (heterogeneousTotalSandwichFamily A B) γ
The diagonal family
A^x_a ⊗ B^x_ais close toA^x ⊗ B^x_a. - combinedControl : SDDRel ψ 𝒟 A.placeLeft (heterogeneousTotalSandwichFamily A B) (4 * γ)
The two preceding estimates give
A^x_a ⊗ I ≈_{4γ} A^x ⊗ B^x_a.
Instances For
Sandwich expectations #
Averaged left term E_x ∑_a ⟨ψ, (A_a B A_a ⊗ I) ψ⟩.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Averaged middle term E_x ∑_a ⟨ψ, (B ⊗ A_a) ψ⟩.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Averaged right term E_x ∑_a ⟨ψ, (B A_a ⊗ I) ψ⟩.
Equations
- MIPStarRE.LDT.Preliminaries.rightSandwichExpectation ψ 𝒟 A B = MIPStarRE.LDT.avgOver 𝒟 fun (q : Question) => ∑ a : Outcome, MIPStarRE.LDT.ev ψ (MIPStarRE.LDT.leftTensor (B * (A q).outcome a))
Instances For
Conclusion statement for prop:switch-sandwich.
- leftSandwichTransfer : |leftSandwichExpectation ψ 𝒟 A B - middleSandwichExpectation ψ 𝒟 A B| ≤ 2 * √δ
Instances For
Conclusion statement for prop:completeness-transfer-projective-P.
Instances For
Completion #
Canonical completion of B by adjoining the residual I - Σ_a B_a
to the distinguished outcome a0.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Analytic conclusion for prop:completing-to-measurement once a witness
C has been fixed.
The theorem completingToMeasurement separately records that the chosen witness
is the canonical completion completeAtOutcome B a0, so this structure stores
only the closeness statement from the paper.
- closenessAfterCompletion : SDDRel ψ (uniformDistribution Unit) (constSubMeasFamily A.liftLeft) (constSubMeasFamily C.liftLeft) (2 * δ + 4 * √δ + 2 * ζ)