Documentation

MIPRE.Background.LIDT.MIPStarRE.LDT.MakingMeasurementsProjective.Statements

Section 5 — Statements #

Statements for Naimark dilation, one-measurement Naimark, the orthogonalization lemma, rounding to projectors, rank reduction, and completing to measurement.

Naimark dilation statements #

The one-measurement Naimark lemma (OneMeasNaimarkLemma) is the building block: any submeasurement can be dilated to a projective submeasurement on a space enlarged by one auxiliary register.

The questionwise Naimark interface (NaimarkStatement) records the per-question one-measurement dilations and their single-outcome marginal preservation identities. It is not the full tensor-product statement of \label{thm:naimark}.

The source theorem form is recorded separately as NaimarkTensorProductCorrelationStatement and naimarkTensorProductCorrelation. This statement contains the full bipartite auxiliary-state and correlation-preservation conclusion of \label{thm:naimark} in the projective-submeasurement form supplied by the paper's one-measurement helper. The proof is the tensor-product assembly implemented in NaimarkFull.lean.

One-measurement Naimark statement #

Statement of the one-measurement Naimark lemma (Lemma 5.2).

For any submeasurement M on Op d, there exists a one-measurement Naimark dilation on the enlarged space Op (d × Option α).

Equations
Instances For

    Questionwise Naimark interface #

    structure MIPStarRE.LDT.MakingMeasurementsProjective.NaimarkStatement {QuestionA : Type u_1} {OutcomeA : Type u_2} {QuestionB : Type u_3} {OutcomeB : Type u_4} {ι : Type u_5} [Fintype QuestionA] [DecidableEq QuestionA] [Fintype OutcomeA] [DecidableEq OutcomeA] [Fintype QuestionB] [DecidableEq QuestionB] [Fintype OutcomeB] [DecidableEq OutcomeB] [Fintype ι] [DecidableEq ι] (ψ : QuantumState ι) (A : IdxSubMeas QuestionA OutcomeA ι) (B : IdxSubMeas QuestionB OutcomeB ι) (data : NaimarkData QuestionA OutcomeA QuestionB OutcomeB ι) :

    Paper origin: Lean-only questionwise interface below docs/paper-gaps/naimark-dilation.tex.

    The paper's full tensor-product Naimark dilation (references/ldt-paper/orthonormalization.tex:36-115, \label{thm:naimark}) is formalized separately by NaimarkTensorProductCorrelationStatement. This structure records the per-question one-measurement dilations of \label{lem:naimark-helper} (references/ldt-paper/orthonormalization.tex:121-159) together with the single-outcome marginal-preservation conclusions used by downstream projectivization arguments.

    This records the questionwise one-measurement Naimark dilations that appear in the proof of the full theorem: each A x and B y is equipped with a local projective dilation preserving all single-outcome expectations. The tensor-product assembly of the paper theorem is the separate source-facing theorem naimarkTensorProductCorrelation.

    Instances For

      Tensor-product Naimark source theorem #

      The density matrix of ψ ⊗ aux, written in the register order used by the paper's dilated measurements: (Alice × AliceAux) × (Bob × BobAux).

      The source paper writes the dilated vector as \ket{\widehat{\psi}} = \ket{\psi} \otimes \ket{\mathsf{aux}}. Since the local dilated measurements act on Alice × AliceAux and Bob × BobAux, the matrix entries below are the corresponding tensor-product density after the canonical reassociation and permutation of the four finite registers.

      Equations
      Instances For

        The canonical register permutation from (Alice × Bob) × (AliceAux × BobAux) to (Alice × AliceAux) × (Bob × BobAux).

        Equations
        Instances For

          The product-extension density is the ordinary tensor-product density after the register permutation used by the dilated measurements.

          The product-extension density is positive semidefinite.

          The quantum state ψ ⊗ aux in the register order used by the full Naimark correlation theorem.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            The product-extension state is normalized whenever both tensor factors are normalized.

            structure MIPStarRE.LDT.MakingMeasurementsProjective.NaimarkTensorProductCorrelationData {QuestionA : Type u_1} {OutcomeA : Type u_2} {QuestionB : Type u_3} {OutcomeB : Type u_4} [Fintype QuestionA] [DecidableEq QuestionA] [Fintype OutcomeA] [DecidableEq OutcomeA] [Fintype QuestionB] [DecidableEq QuestionB] [Fintype OutcomeB] [DecidableEq OutcomeB] (HA HB HauxA HauxB : FiniteHilbertSpace) (ψ : QuantumState (HA.carrier × HB.carrier)) (A : IdxSubMeas QuestionA OutcomeA HA.carrier) (B : IdxSubMeas QuestionB OutcomeB HB.carrier) :
            Type (max (max (max (max u u_1) u_2) u_3) u_4)

            Witness data for the full tensor-product Naimark correlation theorem.

            Paper origin: references/ldt-paper/orthonormalization.tex:36-80 (\label{thm:naimark}), with the tensor-product assembly proof at references/ldt-paper/orthonormalization.tex:161-187.

            The data records the auxiliary Hilbert spaces, an auxiliary product state, the dilated state ψ ⊗ aux, and projective submeasurements on the enlarged Alice and Bob spaces. This is the form produced by references/ldt-paper/orthonormalization.tex:121-187: the fresh outcome carries the residual mass, so the original outcome family is projective but not complete in general. The final field is the source theorem's correlation identity for all questions and original outcomes.

            Instances For
              def MIPStarRE.LDT.MakingMeasurementsProjective.NaimarkTensorProductCorrelationStatement {QuestionA : Type u_1} {OutcomeA : Type u_2} {QuestionB : Type u_3} {OutcomeB : Type u_4} [Fintype QuestionA] [DecidableEq QuestionA] [Fintype OutcomeA] [DecidableEq OutcomeA] [Fintype QuestionB] [DecidableEq QuestionB] [Fintype OutcomeB] [DecidableEq OutcomeB] (HA HB : FiniteHilbertSpace) (ψ : QuantumState (HA.carrier × HB.carrier)) (A : IdxSubMeas QuestionA OutcomeA HA.carrier) (B : IdxSubMeas QuestionB OutcomeB HB.carrier) :

              Source-shaped statement of the full tensor-product Naimark theorem.

              Paper origin: references/ldt-paper/orthonormalization.tex:36-80 (\label{thm:naimark}). The proof in the paper is the simultaneous tensor-product assembly of the one-measurement helper, described at references/ldt-paper/orthonormalization.tex:161-187.

              The explicit normalization hypothesis records the paper convention that \ket{\psi} is a state.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                Orthonormalization statements #

                structure MIPStarRE.LDT.MakingMeasurementsProjective.AlmostProjMeasStatement {Outcome : Type u_1} {ι : Type u_2} [Fintype ι] [DecidableEq ι] [Fintype Outcome] [DecidableEq Outcome] (ψ : QuantumState ι) (A : Measurement Outcome ι) (ζ : Error) :

                Paper origin: references/ldt-paper/preliminaries.tex:348-376 (\label{def:approx_delta}) and references/ldt-paper/orthonormalization.tex §4 prose around \label{lem:projective-non-measurement} (lines 414-538).

                Conclusion of the intermediate almost-projective step: a measurement which is ζ-strongly self-consistent and ζ-self-close in the state-dependent distance, and whose effects satisfy Σₐ (Aₐ − Aₐ²) ≤ ζ.

                Instances For
                  structure MIPStarRE.LDT.MakingMeasurementsProjective.SpectralTruncationStatement {Outcome : Type u_1} {ι : Type u_2} [Fintype ι] [DecidableEq ι] [Fintype Outcome] [DecidableEq Outcome] (ψ : QuantumState ι) (A : Measurement Outcome ι) (ζ : Error) :
                  Type (max u_1 u_2)

                  Paper origin: references/ldt-paper/orthonormalization.tex:414-538 (\label{lem:projective-non-measurement}); the truncation-function trunc_δ itself is introduced inside the proof at lines 434-444, with the supporting inequality \label{lem:trunc-inequality} at line 447.

                  Conclusion of the truncation-function step in the proof of rounding to projectors.

                  Instances For
                    structure MIPStarRE.LDT.MakingMeasurementsProjective.RoundedProjMeasStatement {Outcome : Type u_1} {ι : Type u_2} [Fintype ι] [DecidableEq ι] [Fintype Outcome] [DecidableEq Outcome] (ψ : QuantumState ι) (A : Measurement Outcome ι) (P : ProjSubMeas Outcome ι) (ζ : Error) :

                    Paper origin: references/ldt-paper/orthonormalization.tex:414-538 (\label{lem:projective-non-measurement}).

                    Conclusion of the rounding-to-projective step: a genuine projective sub-measurement P which is ζ-close to the input measurement A in the state-dependent operator distance.

                    Instances For
                      noncomputable def MIPStarRE.LDT.MakingMeasurementsProjective.optionCompletion {Outcome : Type u_1} {ι : Type u_2} [Fintype ι] [DecidableEq ι] [Fintype Outcome] [DecidableEq Outcome] (A : SubMeas Outcome ι) :
                      Measurement (Option Outcome) ι

                      Complete a submeasurement by adjoining the residual I - ∑ₐ Aₐ at the fresh none outcome.

                      This is the completion used in the paper's proof of thm:orthonormalization: the original outcomes are kept as some a, and the missing mass is recorded separately at none.

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For
                        @[simp]
                        @[simp]
                        theorem MIPStarRE.LDT.MakingMeasurementsProjective.optionCompletion_outcome_some {Outcome : Type u_1} {ι : Type u_2} [Fintype ι] [DecidableEq ι] [Fintype Outcome] [DecidableEq Outcome] (A : SubMeas Outcome ι) (a : Outcome) :