Documentation

LeanPool.QuantumParallelRepetition.Part02

Quantum parallel repetition, part 02 #

@[instance_reducible]

The local matrix norm instance used while elaborating part two.

Equations
Instances For
    theorem QuantumParallelRepetition.exists_proofHarmonicNumber_ratio_ge (d : ) (hd : 0 < d) {ε : } ( : 0 < ε) (hεone : ε 1) :
    ∃ (n : ), 0 < n 1 - ε harmonicNumber n / harmonicNumber (d * n)

    The quantum state representing e pr.

    Equations
    Instances For

      The unitary operator implementing permutation.

      Equations
      Instances For
        theorem QuantumParallelRepetition.diagonalInner_real_eq_sum {N : } (z w : EuclideanSpace (Fin N × Fin N)) (hz : ∀ (i j : Fin N), i jz.ofLp (i, j) = 0) :
        (inner z w).re = i : Fin N, (inner (z.ofLp (i, i)) (w.ofLp (i, i))).re
        theorem QuantumParallelRepetition.harmonicSchmidtFiber_count_sq_le {n : } (a x : ) (ha : 0 a) (hx : 0 x) :
        {j : Fin n | x a * ((j + 1))⁻¹}.card * x ^ 2 a ^ 2
        theorem QuantumParallelRepetition.localUnitaryAction_comp {m : } (U₁ V₁ U₂ V₂ : (Matrix.unitaryGroup (Fin m) )) (ψ : EuclideanSpace (Fin m × Fin m)) :
        localUnitaryAction U₁ V₁ (localUnitaryAction U₂ V₂ ψ) = localUnitaryAction (U₁ * U₂) (V₁ * V₂) ψ
        theorem QuantumParallelRepetition.targetCatalystDoubleSum_reindex {d n : } (F : Fin (d * n)Fin (d * n)) :
        i : Fin (d * n), j : Fin (d * n), F i j = p : Fin d × Fin n, q : Fin d × Fin n, F (finProdFinEquiv p) (finProdFinEquiv q)
        theorem QuantumParallelRepetition.exists_proofUniversalHarmonicCatalyst (d : ) (hd : 0 < d) (ε : ) ( : 0 < ε) :
        ∃ (n : ), 0 < n ∀ (ξ : BipartiteUnitVector d), ∃ (U : (Matrix.unitaryGroup (Fin (d * n)) )) (V : (Matrix.unitaryGroup (Fin (d * n)) )), localUnitaryAction U V (embezzlementState (d * n)) - tensorEmbezzlementTarget ξ ε

        The unitary operator implementing coherent shared random controlled.

        Equations
        Instances For
          noncomputable def QuantumParallelRepetition.spectralPartitionPOVM {κ : Type u_1} {d : Type u_2} [Fintype κ] [Fintype d] [DecidableEq κ] [DecidableEq d] (F : Matrix d d ) (hF : F.PosSemidef) (bin : dκ) :
          POVM κ d

          The positive operator-valued measurement implementing spectral partition.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            theorem QuantumParallelRepetition.spectralPartitionPOVM_projective {κ : Type u_1} {d : Type u_2} [Fintype κ] [Fintype d] [DecidableEq κ] [DecidableEq d] (F : Matrix d d ) (hF : F.PosSemidef) (bin : dκ) (k : κ) :
            theorem QuantumParallelRepetition.spectralPartitionPOVM_trace_eq_atom_count {κ : Type u_1} {d : Type u_2} [Fintype κ] [Fintype d] [DecidableEq κ] [DecidableEq d] (F : Matrix d d ) (hF : F.PosSemidef) (bin : dκ) (k : κ) :
            ((spectralPartitionPOVM F hF bin).effect k).trace.re = i : d, if bin i = k then 1 else 0
            theorem QuantumParallelRepetition.spectralPartitionPOVM_trace_mul_eq_atom_overlap {κ : Type u_1} {d : Type u_2} [Fintype κ] [Fintype d] [DecidableEq κ] [DecidableEq d] (F G : Matrix d d ) (hF : F.PosSemidef) (hG : G.PosSemidef) (binF binG : dκ) (k : κ) :
            ((spectralPartitionPOVM F hF binF).effect k * (spectralPartitionPOVM G hG binG).effect k).trace.re = i : d with binF i = k, j : d with binG j = k, spectralAtomOverlap F G hF hG i j
            theorem QuantumParallelRepetition.spectralPartitionPOVM_weighted_trace_deficit_eq_mismatch {κ : Type u_1} {d : Type u_2} [Fintype κ] [Fintype d] [DecidableEq κ] [DecidableEq d] (F G : Matrix d d ) (hF : F.PosSemidef) (hG : G.PosSemidef) (binF binG : dκ) (τ : κ) :
            k : κ, τ k ^ 2 * ((spectralPartitionPOVM G hG binG).effect k).trace.re - k : κ, τ k ^ 2 * ((spectralPartitionPOVM F hF binF).effect k * (spectralPartitionPOVM G hG binG).effect k).trace.re = i : d, j : d, if binF i = binG j then 0 else τ (binG j) ^ 2 * spectralAtomOverlap F G hF hG i j
            theorem QuantumParallelRepetition.finiteUniformGrid_interval_card_le (N : ) (offset step lo hi : ) (positive : 0 < step) (ordered : lo hi) :
            {k : Fin N | lo offset + k * step offset + k * step hi}.card (hi - lo) / step + 1
            theorem QuantumParallelRepetition.dSVProjectorSquaredDifference_trace {d : Type u_1} [Fintype d] (P Q : Matrix d d ) (hP : P * P = P) (hQ : Q * Q = Q) :
            ((P - Q) * (P - Q)).trace.re = P.trace.re + Q.trace.re - 2 * (P * Q).trace.re
            theorem QuantumParallelRepetition.dSVCanonicalFailurePrefix_card {d : } (r : Fin (d + 1)) :
            {i : Fin d | i < r}.card = r

            The DSV canonical failure prefix construction used in the quantum parallel-repetition argument.

            Equations
            Instances For
              theorem QuantumParallelRepetition.dSVProjectorComplement_posSemidef {d : Type u_1} [Fintype d] [DecidableEq d] (P : Matrix d d ) (positive : P.PosSemidef) (projective : P * P = P) :
              noncomputable def QuantumParallelRepetition.dSVRankControlledTargetCatalystIndexEquiv {ι : Type u_1} [Fintype ι] (d n : ) :
              (Fin d × ι) × Fin n Fin (d * (Fintype.card ι * n))

              The finite equivalence encoding DSV rank controlled target catalyst index.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                theorem QuantumParallelRepetition.dSVMixedProjectorSuccessLoss_le_square {d : Type u_1} [Fintype d] [DecidableEq d] (P R : Matrix d d ) (hcomplement : (1 - P).PosSemidef) (hR : R.PosSemidef) (hPP : P * P = P) (hRR : R * R = R) :
                P.trace.re - (P * R).trace.re ((P - R) * (P - R)).trace.re
                theorem QuantumParallelRepetition.dSVWeightedMixedProjectorSuccessLoss_le_square {κ : Type u_1} {d : Type u_2} [Fintype κ] [Fintype d] [DecidableEq d] (w : κ) (nonnegative : ∀ (k : κ), 0 w k) (P R : κMatrix d d ) (hcomplement : ∀ (k : κ), (1 - P k).PosSemidef) (hR : ∀ (k : κ), (R k).PosSemidef) (hPP : ∀ (k : κ), P k * P k = P k) (hRR : ∀ (k : κ), R k * R k = R k) :
                k : κ, w k * (P k).trace.re - k : κ, w k * (P k * R k).trace.re k : κ, w k * ((P k - R k) * (P k - R k)).trace.re
                def QuantumParallelRepetition.dSVGlobalProjectorBinaryPOVM {κ : Type u_1} {d : Type u_2} [Fintype κ] [Fintype d] [DecidableEq κ] [DecidableEq d] (P : κMatrix d d ) (positive : ∀ (k : κ), (P k).PosSemidef) (complement : ∀ (k : κ), (1 - P k).PosSemidef) :
                POVM Bool ((_ : κ) × d)

                The positive operator-valued measurement implementing DSV global projector binary.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  theorem QuantumParallelRepetition.dSVGlobalProjectorBinaryPOVM_projective {κ : Type u_1} {d : Type u_2} [Fintype κ] [Fintype d] [DecidableEq κ] [DecidableEq d] (P : κMatrix d d ) (positive : ∀ (k : κ), (P k).PosSemidef) (complement : ∀ (k : κ), (1 - P k).PosSemidef) (projective : ∀ (k : κ), P k * P k = P k) (b : Bool) :
                  (dSVGlobalProjectorBinaryPOVM P positive complement).effect b * (dSVGlobalProjectorBinaryPOVM P positive complement).effect b = (dSVGlobalProjectorBinaryPOVM P positive complement).effect b
                  theorem QuantumParallelRepetition.dSVActualGlobalMixedBornSuccess_eq {κ : Type u_1} {d : Type u_2} [Fintype κ] [Fintype d] [DecidableEq κ] [DecidableEq d] (τ : κ) (k₀ : κ) (i₀ : d) (nonzero : τ k₀ 0) (P R : κMatrix d d ) (hP : ∀ (k : κ), (P k).PosSemidef) (hPc : ∀ (k : κ), (1 - P k).PosSemidef) (hR : ∀ (k : κ), (R k).PosSemidef) (hRc : ∀ (k : κ), (1 - R k).PosSemidef) (hPP : ∀ (k : κ), P k * P k = P k) (hRR : ∀ (k : κ), R k * R k = R k) :

                  The DSV rational soft pass construction used in the quantum parallel-repetition argument.

                  Equations
                  Instances For
                    theorem QuantumParallelRepetition.dSVRationalSoftPass_sub {t a b : } (positive : 0 < t) (ha : 0 a) (hb : 0 b) :
                    dSVRationalSoftPass t a - dSVRationalSoftPass t b = t * (a - b) / ((a + t) * (b + t))
                    theorem QuantumParallelRepetition.dSVRationalSoftPass_lipschitz {t a b : } (positive : 0 < t) (ha : 0 a) (hb : 0 b) :

                    The unitary operator implementing DSV original computational reindexed.

                    Equations
                    Instances For

                      The DSV heterogeneous real prefix construction used in the quantum parallel-repetition argument.

                      Equations
                      Instances For
                        theorem QuantumParallelRepetition.dSVHeterogeneousRealPrefix_succ (continuation : ) (k : ) :
                        dSVHeterogeneousRealPrefix continuation (k + 1) = dSVHeterogeneousRealPrefix continuation k * continuation k
                        theorem QuantumParallelRepetition.dSVHeterogeneousRealStopping_escape_identity (continuation : ) (N : ) :
                        kFinset.range N, dSVHeterogeneousRealPrefix continuation k * (1 - continuation k) = 1 - dSVHeterogeneousRealPrefix continuation N
                        theorem QuantumParallelRepetition.dSVHeterogeneousRealPrefix_nonneg (continuation : ) (nonnegative : ∀ (k : ), 0 continuation k) (k : ) :
                        theorem QuantumParallelRepetition.dSVHeterogeneousRealStopping_escape_budget (continuation escape : ) (continuation_nonnegative : ∀ (k : ), 0 continuation k) (escape_bound : ∀ (k : ), continuation k + escape k 1) (N : ) :
                        kFinset.range N, dSVHeterogeneousRealPrefix continuation k * escape k 1
                        @[reducible, inline]

                        The type used to represent DSV uniform density threshold local index in the exact sampling construction.

                        Equations
                        Instances For

                          The DSV uniform density threshold shared density construction used in the quantum parallel- repetition argument.

                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For
                            theorem QuantumParallelRepetition.dSVUniformDensityThresholdShared_mixedBorn_eq {N d : } (grid : 0 < N) (dimension : 0 < d) (P R : Fin NMatrix (Fin d) (Fin d) ) (hP : ∀ (k : Fin N), (P k).PosSemidef) (hPc : ∀ (k : Fin N), (1 - P k).PosSemidef) (hR : ∀ (k : Fin N), (R k).PosSemidef) (hRc : ∀ (k : Fin N), (1 - R k).PosSemidef) (hPP : ∀ (k : Fin N), P k * P k = P k) (hRR : ∀ (k : Fin N), R k * R k = R k) :
                            theorem QuantumParallelRepetition.dSVUniformDensityThresholdShared_diagonalBorn_eq {N d : } (grid : 0 < N) (dimension : 0 < d) (P : Fin NMatrix (Fin d) (Fin d) ) (hP : ∀ (k : Fin N), (P k).PosSemidef) (hPc : ∀ (k : Fin N), (1 - P k).PosSemidef) (hPP : ∀ (k : Fin N), P k * P k = P k) :
                            @[reducible, inline]

                            The type used to represent DSV uniform density independent history local index in the exact sampling construction.

                            Equations
                            Instances For

                              The quantum state representing DSV uniform density independent shared.

                              Equations
                              • One or more equations did not get rendered due to their size.
                              Instances For
                                theorem QuantumParallelRepetition.ClassicalSampling.swap_mem_iff_of_mem {α : Type u_1} [DecidableEq α] {marked : Finset α} {x y : α} (hx : x marked) (hy : y marked) (a : α) :
                                (Equiv.swap x y) a marked a marked

                                The probability of uniform permutation.

                                Equations
                                Instances For
                                  def QuantumParallelRepetition.ClassicalSampling.rationalMarked {β : Type u_2} [Fintype β] (denominator : ) (numerator : β) :
                                  Finset (β × Fin denominator)

                                  The rational marked construction used in the quantum parallel-repetition argument.

                                  Equations
                                  Instances For
                                    theorem QuantumParallelRepetition.ClassicalSampling.rationalMarked_fiber_card {β : Type u_2} [Fintype β] [DecidableEq β] (denominator : ) (numerator : β) (letter : β) :
                                    {pointrationalMarked denominator numerator | point.1 = letter}.card = min denominator (numerator letter)
                                    theorem QuantumParallelRepetition.ClassicalSampling.rationalNumerator_le_denominator {β : Type u_2} [Fintype β] (denominator : ) (numerator : β) (normalized : letter : β, numerator letter = denominator) (letter : β) :
                                    numerator letter denominator
                                    theorem QuantumParallelRepetition.ClassicalSampling.rationalMarked_card {β : Type u_2} [Fintype β] (denominator : ) (numerator : β) (normalized : letter : β, numerator letter = denominator) :
                                    (rationalMarked denominator numerator).card = denominator
                                    theorem QuantumParallelRepetition.ClassicalSampling.rationalMarked_nonempty {β : Type u_2} [Fintype β] (denominator : ) (numerator : β) (normalized : letter : β, numerator letter = denominator) (positive : 0 < denominator) :
                                    (rationalMarked denominator numerator).Nonempty
                                    theorem QuantumParallelRepetition.Pinsker.centered_log_upper_of_le_one {x : } (hx0 : 0 < x) (hx1 : x 1) :
                                    Real.log x 2 * (x - 1) / (x + 1)
                                    theorem QuantumParallelRepetition.Pinsker.pinsker_rational_coefficient_le {x : } (hx : 0 < x) :
                                    3 * (x + 5) / (2 * (x + 2) ^ 2) 2 / (x + 1)
                                    theorem QuantumParallelRepetition.Pinsker.pinskerScalarGap_derivative_nonneg {x : } (hx : 1 x) :
                                    0 Real.log x - 3 * (x - 1) * (x + 5) / (2 * (x + 2) ^ 2)
                                    theorem QuantumParallelRepetition.Pinsker.pinskerScalarGap_derivative_nonpos {x : } (hx0 : 0 < x) (hx1 : x 1) :
                                    Real.log x - 3 * (x - 1) * (x + 5) / (2 * (x + 2) ^ 2) 0
                                    noncomputable def QuantumParallelRepetition.Pinsker.finiteRelativeEntropy {ι : Type u_1} [Fintype ι] (p q : ι) :

                                    The entropy quantity for finite relative.

                                    Equations
                                    Instances For
                                      noncomputable def QuantumParallelRepetition.Pinsker.finiteTotalVariation {ι : Type u_1} [Fintype ι] (p q : ι) :

                                      The finite total variation construction used in the quantum parallel-repetition argument.

                                      Equations
                                      Instances For
                                        theorem QuantumParallelRepetition.Pinsker.quadratic_density_le_weighted_kl {p q : } (hp : 0 p) (hq : 0 < q) :
                                        3 * (p - q) ^ 2 / (2 * (p + 2 * q)) q * InformationTheory.klFun (p / q)
                                        theorem QuantumParallelRepetition.Pinsker.finiteRelativeEntropy_eq_log_sum {ι : Type u_1} [Fintype ι] (p q : ι) (hq : ∀ (i : ι), 0 < q i) (hp_normalized : i : ι, p i = 1) (hq_normalized : i : ι, q i = 1) :
                                        finiteRelativeEntropy p q = i : ι, p i * Real.log (p i / q i)
                                        theorem QuantumParallelRepetition.Pinsker.finite_pinsker {ι : Type u_1} [Fintype ι] (p q : ι) (hp : ∀ (i : ι), 0 p i) (hq : ∀ (i : ι), 0 < q i) (hp_normalized : i : ι, p i = 1) (hq_normalized : i : ι, q i = 1) :
                                        theorem QuantumParallelRepetition.Pinsker.sum_over_positive_reference_support {ι : Type u_1} [Fintype ι] (q f : ι) (hq : ∀ (i : ι), 0 q i) (hzero : ∀ (i : ι), q i = 0f i = 0) :
                                        i : { i : ι // 0 < q i }, f i = i : ι, f i
                                        theorem QuantumParallelRepetition.Pinsker.finite_pinsker_of_absolute_continuity {ι : Type u_1} [Fintype ι] (p q : ι) (hp : ∀ (i : ι), 0 p i) (hq : ∀ (i : ι), 0 q i) (absolute_continuity : ∀ (i : ι), q i = 0p i = 0) (hp_normalized : i : ι, p i = 1) (hq_normalized : i : ι, q i = 1) :
                                        theorem QuantumParallelRepetition.Pinsker.finiteRelativeEntropy_eq_log_sum_of_absolute_continuity {ι : Type u_1} [Fintype ι] (p q : ι) (hq : ∀ (i : ι), 0 q i) (absolute_continuity : ∀ (i : ι), q i = 0p i = 0) (hp_normalized : i : ι, p i = 1) (hq_normalized : i : ι, q i = 1) :
                                        finiteRelativeEntropy p q = i : ι, p i * Real.log (p i / q i)
                                        theorem QuantumParallelRepetition.Pinsker.finite_pinsker_sqrt_of_absolute_continuity {ι : Type u_1} [Fintype ι] (p q : ι) (hp : ∀ (i : ι), 0 p i) (hq : ∀ (i : ι), 0 q i) (absolute_continuity : ∀ (i : ι), q i = 0p i = 0) (hp_normalized : i : ι, p i = 1) (hq_normalized : i : ι, q i = 1) :
                                        noncomputable def QuantumParallelRepetition.ClassicalInformation.distributionFloorNumerator {ι : Type u_1} (denominator : ) (p : ι) :
                                        ι

                                        The distribution floor numerator construction used in the quantum parallel-repetition argument.

                                        Equations
                                        Instances For
                                          noncomputable def QuantumParallelRepetition.ClassicalInformation.distributionFloorResidual {ι : Type u_1} [Fintype ι] (denominator : ) (p : ι) :

                                          The distribution floor residual construction used in the quantum parallel-repetition argument.

                                          Equations
                                          • One or more equations did not get rendered due to their size.
                                          Instances For
                                            noncomputable def QuantumParallelRepetition.ClassicalInformation.distributionRoundedNumerator {ι : Type u_1} [Fintype ι] [DecidableEq ι] (base : ι) (denominator : ) (p : ι) :
                                            ι

                                            The distribution rounded numerator construction used in the quantum parallel-repetition argument.

                                            Equations
                                            • One or more equations did not get rendered due to their size.
                                            Instances For
                                              noncomputable def QuantumParallelRepetition.ClassicalInformation.distributionRoundedProbability {ι : Type u_1} [Fintype ι] [DecidableEq ι] (base : ι) (denominator : ) (p : ι) :
                                              ι

                                              The probability of distribution rounded.

                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              Instances For
                                                theorem QuantumParallelRepetition.ClassicalInformation.distributionFloorNumerator_cast_le {ι : Type u_1} (denominator : ) (p : ι) (hp : ∀ (i : ι), 0 p i) (i : ι) :
                                                (distributionFloorNumerator denominator p i) p i * denominator
                                                theorem QuantumParallelRepetition.ClassicalInformation.distributionFloorNumerator_sum_le {ι : Type u_1} [Fintype ι] (denominator : ) (p : ι) (hp : ∀ (i : ι), 0 p i) (normalized : i : ι, p i = 1) :
                                                i : ι, distributionFloorNumerator denominator p i denominator
                                                theorem QuantumParallelRepetition.ClassicalInformation.distributionRoundedNumerator_sum {ι : Type u_1} [Fintype ι] [DecidableEq ι] (base : ι) (denominator : ) (p : ι) (hp : ∀ (i : ι), 0 p i) (normalized : i : ι, p i = 1) :
                                                i : ι, distributionRoundedNumerator base denominator p i = denominator
                                                theorem QuantumParallelRepetition.ClassicalInformation.distributionRoundedProbability_totalVariation_le {ι : Type u_1} [Fintype ι] [DecidableEq ι] (base : ι) (denominator : ) (positive : 0 < denominator) (p : ι) (hp : ∀ (i : ι), 0 p i) (normalized : i : ι, p i = 1) :
                                                Pinsker.finiteTotalVariation p (distributionRoundedProbability base denominator p) (Fintype.card ι) / denominator
                                                theorem QuantumParallelRepetition.ClassicalInformation.finite_log_sum_inequality {ι : Type u_1} (indices : Finset ι) (p q : ι) (hp : ∀ (i : ι), 0 p i) (hq : ∀ (i : ι), 0 q i) (absolute_continuity : ∀ (i : ι), q i = 0p i = 0) (positive_mass : 0 < iindices, q i) :
                                                (∑ iindices, q i) * InformationTheory.klFun ((∑ iindices, p i) / iindices, q i) iindices, q i * InformationTheory.klFun (p i / q i)
                                                def QuantumParallelRepetition.ClassicalInformation.groupedMass {ι : Type u_1} [Fintype ι] {κ : Type u_2} [DecidableEq κ] (map : ικ) (p : ι) (j : κ) :

                                                The total probability mass of grouped.

                                                Equations
                                                Instances For
                                                  theorem QuantumParallelRepetition.ClassicalInformation.groupedMass_eq_sum_ite {ι : Type u_1} [Fintype ι] {κ : Type u_2} [DecidableEq κ] (map : ικ) (p : ι) (j : κ) :
                                                  groupedMass map p j = i : ι, if map i = j then p i else 0

                                                  Express a grouped mass as an indicator-weighted sum over its source.

                                                  theorem QuantumParallelRepetition.ClassicalInformation.finite_relative_entropy_data_processing {ι : Type u_1} [Fintype ι] {κ : Type u_2} [Fintype κ] [DecidableEq κ] (map : ικ) (p q : ι) (hp : ∀ (i : ι), 0 p i) (hq : ∀ (i : ι), 0 q i) (absolute_continuity : ∀ (i : ι), q i = 0p i = 0) :
                                                  def QuantumParallelRepetition.ClassicalInformation.jointFirstMarginal {ι : Type u_1} {κ : Type u_2} [Fintype κ] (joint : ι × κ) :
                                                  ι

                                                  The marginal distribution of joint first.

                                                  Equations
                                                  Instances For
                                                    noncomputable def QuantumParallelRepetition.ClassicalInformation.jointConditional {ι : Type u_1} {κ : Type u_2} [Fintype κ] (joint : ι × κ) (i : ι) :
                                                    κ

                                                    The joint conditional construction used in the quantum parallel-repetition argument.

                                                    Equations
                                                    Instances For
                                                      theorem QuantumParallelRepetition.ClassicalInformation.jointFirstMarginal_nonneg {ι : Type u_1} {κ : Type u_2} [Fintype κ] (joint : ι × κ) (nonnegative : ∀ (point : ι × κ), 0 joint point) (i : ι) :
                                                      theorem QuantumParallelRepetition.ClassicalInformation.jointFirstMarginal_sum {ι : Type u_1} [Fintype ι] {κ : Type u_2} [Fintype κ] (joint : ι × κ) :
                                                      i : ι, jointFirstMarginal joint i = point : ι × κ, joint point
                                                      theorem QuantumParallelRepetition.ClassicalInformation.jointFirstMarginal_absolute_continuity {ι : Type u_1} {κ : Type u_2} [Fintype κ] (p q : ι × κ) (hq : ∀ (point : ι × κ), 0 q point) (absolute_continuity : ∀ (point : ι × κ), q point = 0p point = 0) (i : ι) :
                                                      theorem QuantumParallelRepetition.ClassicalInformation.jointConditional_sum {ι : Type u_1} {κ : Type u_2} [Fintype κ] (joint : ι × κ) (i : ι) (nonzero : jointFirstMarginal joint i 0) :
                                                      j : κ, jointConditional joint i j = 1
                                                      theorem QuantumParallelRepetition.ClassicalInformation.finite_relative_entropy_joint_chain_rule {ι : Type u_1} [Fintype ι] {κ : Type u_2} [Fintype κ] (p q : ι × κ) (hp : ∀ (point : ι × κ), 0 p point) (hq : ∀ (point : ι × κ), 0 q point) (absolute_continuity : ∀ (point : ι × κ), q point = 0p point = 0) (hp_normalized : point : ι × κ, p point = 1) (hq_normalized : point : ι × κ, q point = 1) :
                                                      noncomputable def QuantumParallelRepetition.ClassicalInformation.rationalPermutationOutput {ι : Type u_1} [Fintype ι] (denominator : ) (numerator : ι) (nonempty : (ClassicalSampling.rationalMarked denominator numerator).Nonempty) (permutation : Equiv.Perm (ι × Fin denominator)) :
                                                      ι

                                                      The rational permutation output construction used in the quantum parallel-repetition argument.

                                                      Equations
                                                      • One or more equations did not get rendered due to their size.
                                                      Instances For
                                                        theorem QuantumParallelRepetition.ClassicalInformation.rationalPermutationOutput_probability {ι : Type u_1} [Fintype ι] [DecidableEq ι] (denominator : ) (numerator : ι) (normalized : i : ι, numerator i = denominator) (nonempty : (ClassicalSampling.rationalMarked denominator numerator).Nonempty) (letter : ι) :
                                                        (ClassicalSampling.uniformPermutationProbability fun (permutation : Equiv.Perm (ι × Fin denominator)) => rationalPermutationOutput denominator numerator nonempty permutation = letter) = (numerator letter) / denominator
                                                        theorem QuantumParallelRepetition.ClassicalInformation.rationalMarked_inter {ι : Type u_1} [Fintype ι] [DecidableEq ι] (denominator : ) (left right : ι) :
                                                        ClassicalSampling.rationalMarked denominator left ClassicalSampling.rationalMarked denominator right = ClassicalSampling.rationalMarked denominator fun (i : ι) => min (left i) (right i)
                                                        theorem QuantumParallelRepetition.ClassicalInformation.rationalMarked_inter_card {ι : Type u_1} [Fintype ι] [DecidableEq ι] (denominator : ) (left right : ι) (hleft : i : ι, left i = denominator) :
                                                        (ClassicalSampling.rationalMarked denominator left ClassicalSampling.rationalMarked denominator right).card = i : ι, min (left i) (right i)
                                                        theorem QuantumParallelRepetition.ClassicalInformation.rationalPermutationOutput_disagreement_le_two_mul_finiteTotalVariation {ι : Type u_1} [Fintype ι] [DecidableEq ι] (denominator : ) (positive : 0 < denominator) (left right : ι) (hleft : i : ι, left i = denominator) (hright : i : ι, right i = denominator) (nonempty_left : (ClassicalSampling.rationalMarked denominator left).Nonempty) (nonempty_right : (ClassicalSampling.rationalMarked denominator right).Nonempty) :
                                                        (ClassicalSampling.uniformPermutationProbability fun (permutation : Equiv.Perm (ι × Fin denominator)) => rationalPermutationOutput denominator left nonempty_left permutation rationalPermutationOutput denominator right nonempty_right permutation) 2 * Pinsker.finiteTotalVariation (fun (i : ι) => (left i) / denominator) fun (i : ι) => (right i) / denominator

                                                        The DSV uniform left density schmidt coefficient construction used in the quantum parallel- repetition argument.

                                                        Equations
                                                        Instances For

                                                          The DSV uniform left density spectral atom discrepancy construction used in the quantum parallel-repetition argument.

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

                                                            The DSV uniform density threshold grid construction used in the quantum parallel-repetition argument.

                                                            Equations
                                                            Instances For

                                                              The probability weight for DSV uniform density threshold.

                                                              Equations
                                                              Instances For

                                                                The DSV uniform density grid prefix construction used in the quantum parallel-repetition argument.

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

                                                                  The DSV uniform density threshold mismatch construction used in the quantum parallel-repetition argument.

                                                                  Equations
                                                                  • One or more equations did not get rendered due to their size.
                                                                  Instances For
                                                                    theorem QuantumParallelRepetition.dSVUniformDensityThresholdMismatch_le {N : } (positive : 0 < N) (alice bob : ) :
                                                                    dSVUniformDensityThresholdMismatch N alice bob |alice - bob| + 1 / N
                                                                    theorem QuantumParallelRepetition.dSVUniformDensityThresholdGrid_count_eq_floor {N : } (positive : 0 < N) (density : ) (nonnegative : 0 density) (bounded : density 1) :
                                                                    {k : Fin N | dSVUniformDensityThresholdGrid N k density}.card = density * N⌋₊
                                                                    theorem QuantumParallelRepetition.dSVUniformDensitySchmidtVector_sub {d : } (σ τ : Fin d) (U V : (Matrix.unitaryGroup (Fin d) )) :
                                                                    schmidtVector σ U V - schmidtVector τ U V = schmidtVector (fun (i : Fin d) => σ i - τ i) U V
                                                                    noncomputable def QuantumParallelRepetition.normalizeOrDefault {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (fallback z : E) :
                                                                    E

                                                                    The normalize or default construction used in the quantum parallel-repetition argument.

                                                                    Equations
                                                                    Instances For
                                                                      theorem QuantumParallelRepetition.normalizeOrDefault_norm {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (fallback z : E) (hfallback : fallback = 1) :
                                                                      theorem QuantumParallelRepetition.normalizeOrDefault_sub_le {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (fallback u v : E) (hfallback : fallback = 1) (hu : u 0) :
                                                                      noncomputable def QuantumParallelRepetition.dSVCanonicalFailureUnitRankFamily (d : ) (positive : 0 < d) (rank : Fin (d + 1)) :

                                                                      The DSV canonical failure unit rank family construction used in the quantum parallel-repetition argument.

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

                                                                        The DSV uniform density threshold left bob basis construction used in the quantum parallel- repetition argument.

                                                                        Equations
                                                                        Instances For
                                                                          def QuantumParallelRepetition.controlledFiniteTensorLocalUnitary {Ω : Type u_1} {ι : Type u_2} {β : Type u_3} [Fintype Ω] [DecidableEq Ω] [Fintype ι] [DecidableEq ι] [Fintype β] [DecidableEq β] (U : Ωι(Matrix.unitaryGroup β )) :
                                                                          (Matrix.unitaryGroup ((_ : Ω) × (ιβ)) )

                                                                          The unitary operator implementing controlled finite tensor local.

                                                                          Equations
                                                                          • One or more equations did not get rendered due to their size.
                                                                          Instances For
                                                                            theorem QuantumParallelRepetition.controlledFiniteTensorLocalUnitary_apply {Ω : Type u_1} {ι : Type u_2} {β : Type u_3} [Fintype Ω] [DecidableEq Ω] [Fintype ι] [DecidableEq ι] [Fintype β] [DecidableEq β] (U : Ωι(Matrix.unitaryGroup β )) (ω ν : Ω) (q r : ιβ) :
                                                                            (controlledFiniteTensorLocalUnitary U) ω, q ν, r = if ω = ν then i : ι, (U ω i) (q i) (r i) else 0
                                                                            @[reducible, inline]

                                                                            The type used to represent DSV uniform density threshold whole history local index in the exact sampling construction.

                                                                            Equations
                                                                            Instances For
                                                                              @[reducible, inline]

                                                                              The type used to represent DSV uniform density threshold whole history catalyst index in the exact sampling construction.

                                                                              Equations
                                                                              Instances For

                                                                                The finite equivalence encoding DSV uniform density threshold whole history target split.

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

                                                                                  The DSV uniform density alice history spectral copy construction used in the quantum parallel- repetition argument.

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

                                                                                    The DSV uniform density bob history copy basis construction used in the quantum parallel- repetition argument.

                                                                                    Equations
                                                                                    • One or more equations did not get rendered due to their size.
                                                                                    Instances For
                                                                                      noncomputable def QuantumParallelRepetition.commonPurificationSubspace {ι : Type u_1} {d : Type u_2} [Fintype d] [DecidableEq d] (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) :

                                                                                      The common purification subspace construction used in the quantum parallel-repetition argument.

                                                                                      Equations
                                                                                      Instances For
                                                                                        theorem QuantumParallelRepetition.commonPurificationSubspace_finiteDimensional {ι : Type u_1} {d : Type u_2} [Finite ι] [Fintype d] [DecidableEq d] (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) :

                                                                                        The spectral purification filter entry lp construction used in the quantum parallel-repetition argument.

                                                                                        Equations
                                                                                        Instances For
                                                                                          theorem QuantumParallelRepetition.ensemble_spectralPurificationFilterEntryLp_mem_common {ι : Type u_1} {d : Type u_2} [Fintype d] [DecidableEq d] (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) (a : ι) (i j : d) :
                                                                                          theorem QuantumParallelRepetition.mean_spectralPurificationFilterEntryLp_mem_common {ι : Type u_1} {d : Type u_2} [Fintype d] [DecidableEq d] (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) (i j : d) :
                                                                                          noncomputable def QuantumParallelRepetition.ensemblePurificationSubspaceEntry {ι : Type u_1} {d : Type u_2} [Fintype d] [DecidableEq d] (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) (a : ι) (i j : d) :
                                                                                          (commonPurificationSubspace F M positive hM)

                                                                                          The ensemble purification subspace entry construction used in the quantum parallel-repetition argument.

                                                                                          Equations
                                                                                          Instances For
                                                                                            noncomputable def QuantumParallelRepetition.commonPurificationOrthonormalBasis {ι : Type u_1} {d : Type u_2} [Fintype ι] [Fintype d] [DecidableEq d] (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) :

                                                                                            The common purification orthonormal basis construction used in the quantum parallel-repetition argument.

                                                                                            Equations
                                                                                            Instances For
                                                                                              noncomputable def QuantumParallelRepetition.finitePurificationMatrix {ι : Type u_1} {d : Type u_2} [Fintype ι] [Fintype d] [DecidableEq d] (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) (a : ι) :

                                                                                              The matrix representation of finite purification.

                                                                                              Equations
                                                                                              • One or more equations did not get rendered due to their size.
                                                                                              Instances For
                                                                                                noncomputable def QuantumParallelRepetition.meanFinitePurificationMatrix {ι : Type u_1} {d : Type u_2} [Fintype ι] [Fintype d] [DecidableEq d] (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) :

                                                                                                The matrix representation of mean finite purification.

                                                                                                Equations
                                                                                                • One or more equations did not get rendered due to their size.
                                                                                                Instances For
                                                                                                  theorem QuantumParallelRepetition.finitePurificationMatrix_gram_apply {ι : Type u_1} {d : Type u_2} [Fintype ι] [Fintype d] [DecidableEq d] (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) (a : ι) (i j : d) :
                                                                                                  ((finitePurificationMatrix F M positive hM a).conjTranspose * finitePurificationMatrix F M positive hM a) i j = r : d, inner (ensemblePurificationSubspaceEntry F M positive hM a r i) (ensemblePurificationSubspaceEntry F M positive hM a r j)
                                                                                                  theorem QuantumParallelRepetition.ensemblePurificationSubspaceEntry_inner_eq_integral {ι : Type u_1} {d : Type u_2} [Fintype d] [DecidableEq d] (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) (a : ι) (r i j : d) :
                                                                                                  inner (ensemblePurificationSubspaceEntry F M positive hM a r i) (ensemblePurificationSubspaceEntry F M positive hM a r j) = (s : ) in Set.Ioi 0, star (spectralPurificationFilter (F a) s r i) * spectralPurificationFilter (F a) s r j
                                                                                                  theorem QuantumParallelRepetition.finitePurificationMatrix_gram_eq_integral {ι : Type u_1} {d : Type u_2} [Fintype ι] [Fintype d] [DecidableEq d] (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) (a : ι) :
                                                                                                  theorem QuantumParallelRepetition.finitePurificationMatrix_gram {ι : Type u_1} {d : Type u_2} [Fintype ι] [Fintype d] [DecidableEq d] (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) (a : ι) :
                                                                                                  (finitePurificationMatrix F M positive hM a).conjTranspose * finitePurificationMatrix F M positive hM a = F a
                                                                                                  theorem QuantumParallelRepetition.finitePurificationMatrix_difference_gram_eq_integral {ι : Type u_1} {d : Type u_2} [Fintype ι] [Fintype d] [DecidableEq d] (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) (a : ι) :
                                                                                                  theorem QuantumParallelRepetition.weighted_finitePurificationMatrix_difference_gram {ι : Type u_1} {d : Type u_2} [Fintype ι] [Fintype d] [DecidableEq d] (weight : ι) (F : ιMatrix d d ) (M : Matrix d d ) (positive : ∀ (i : ι), (F i).PosSemidef) (hM : M.PosSemidef) :
                                                                                                  a : ι, weight a ((finitePurificationMatrix F M positive hM a - meanFinitePurificationMatrix F M positive hM).conjTranspose * (finitePurificationMatrix F M positive hM a - meanFinitePurificationMatrix F M positive hM)) = (s : ) in Set.Ioi 0, weightedSpectralFilterVariance weight F M positive hM s
                                                                                                  theorem QuantumParallelRepetition.finite_purification_log_entropy_jensen {ι : Type u_1} {d : Type u_2} [Fintype ι] [Fintype d] [DecidableEq d] (weight : ι) (F : ιMatrix d d ) (M : Matrix d d ) (nonnegative : ∀ (i : ι), 0 weight i) (normalized : i : ι, weight i = 1) (mean : i : ι, weight i F i = M) (positive : ∀ (i : ι), (F i).PosSemidef) :
                                                                                                  have hM := ; (i : ι, weight i cfc (fun (z : ) => z * Real.log z) (F i) - cfc (fun (z : ) => z * Real.log z) M - i : ι, weight i ((finitePurificationMatrix F M positive hM i - meanFinitePurificationMatrix F M positive hM).conjTranspose * (finitePurificationMatrix F M positive hM i - meanFinitePurificationMatrix F M positive hM))).PosSemidef
                                                                                                  noncomputable def QuantumParallelRepetition.strategyPurificationVector {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {G : Game X Y A B} (S : Strategy G) :

                                                                                                  The state vector representing strategy purification.

                                                                                                  Equations
                                                                                                  • One or more equations did not get rendered due to their size.
                                                                                                  Instances For
                                                                                                    theorem QuantumParallelRepetition.strategyPurificationVector_norm {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {G : Game X Y A B} (S : Strategy G) :
                                                                                                    theorem QuantumParallelRepetition.reindexedMatrixQuadratic {d : Type u_1} {e : Type u_2} [Fintype d] [Fintype e] [DecidableEq e] (φ : e d) (M : Matrix d d ) (v : d) :
                                                                                                    def QuantumParallelRepetition.purificationAlicePOVM {ι : Type u_1} {d : Type u_2} {k : Type u_3} [Fintype ι] [Fintype d] [Fintype k] [DecidableEq d] [DecidableEq k] (P : POVM ι d) :
                                                                                                    POVM ι (d × k)

                                                                                                    The positive operator-valued measurement implementing purification alice.

                                                                                                    Equations
                                                                                                    Instances For
                                                                                                      theorem QuantumParallelRepetition.strategyPurificationVector_quadratic {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {G : Game X Y A B} (S : Strategy G) (EA : Matrix S.Alice S.Alice ) (EB : Matrix S.Bob S.Bob ) :
                                                                                                      quadraticExpectation (Matrix.toEuclideanCLM (Matrix.kroneckerMap (fun (x1 x2 : ) => x1 * x2) (Matrix.kroneckerMap (fun (x1 x2 : ) => x1 * x2) EA 1) EB)) (strategyPurificationVector S) = (S.state.matrix * Matrix.kroneckerMap (fun (x1 x2 : ) => x1 * x2) EA EB).trace.re
                                                                                                      noncomputable def QuantumParallelRepetition.purifiedStrategy {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {G : Game X Y A B} (S : Strategy G) :

                                                                                                      The strategy implementing purified.

                                                                                                      Equations
                                                                                                      • One or more equations did not get rendered due to their size.
                                                                                                      Instances For
                                                                                                        theorem QuantumParallelRepetition.purifiedStrategy_outcomeProbability {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {G : Game X Y A B} (S : Strategy G) (x : X) (y : Y) (a : A) (b : B) :
                                                                                                        def QuantumParallelRepetition.finiteLocalPurificationJointMatrix {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} {eA : Type u_5} {eB : Type u_6} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {G : Game X Y A B} (S : Strategy G) (KA : Matrix eA S.Alice ) (KB : Matrix eB S.Bob ) :
                                                                                                        Matrix ((eA × S.Alice × S.Bob) × eB) ((S.Alice × S.Alice × S.Bob) × S.Bob)

                                                                                                        The matrix representation of finite local purification joint.

                                                                                                        Equations
                                                                                                        Instances For
                                                                                                          noncomputable def QuantumParallelRepetition.finiteLocalPurificationVector {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} {eA : Type u_5} {eB : Type u_6} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {G : Game X Y A B} (S : Strategy G) (KA : Matrix eA S.Alice ) (KB : Matrix eB S.Bob ) :

                                                                                                          The state vector representing finite local purification.

                                                                                                          Equations
                                                                                                          • One or more equations did not get rendered due to their size.
                                                                                                          Instances For
                                                                                                            theorem QuantumParallelRepetition.finiteLocalPurificationJointMatrix_gram {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} {eA : Type u_5} {eB : Type u_6} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] [Fintype eA] [Fintype eB] {G : Game X Y A B} (S : Strategy G) (KA : Matrix eA S.Alice ) (KB : Matrix eB S.Bob ) :
                                                                                                            theorem QuantumParallelRepetition.finiteLocalPurificationVector_norm_sq {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} {eA : Type u_5} {eB : Type u_6} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] [Fintype eA] [Fintype eB] {G : Game X Y A B} (S : Strategy G) (KA : Matrix eA S.Alice ) (KB : Matrix eB S.Bob ) :
                                                                                                            def QuantumParallelRepetition.dSVUniformDensityPhysicalAsyncSigmaContinuation {ι : Type u_1} {κ : Type u_2} [Fintype ι] [DecidableEq ι] [Fintype κ] [DecidableEq κ] (U V : ι(Matrix.unitaryGroup κ )) (z : EuclideanSpace (((_ : ι) × κ) × (_ : ι) × κ)) :
                                                                                                            EuclideanSpace (((_ : ι) × κ) × (_ : ι) × κ)

                                                                                                            The DSV uniform density physical async sigma continuation construction used in the quantum parallel-repetition argument.

                                                                                                            Equations
                                                                                                            • One or more equations did not get rendered due to their size.
                                                                                                            Instances For
                                                                                                              theorem QuantumParallelRepetition.dSVUniformDensityFirstAcceptFinitePrefix {L : } (s : Finset (Fin L)) (j : Fin L) :
                                                                                                              (if h : s.Nonempty then (s.min' h).succ else 0) = j.succ j s i < j, is
                                                                                                              theorem QuantumParallelRepetition.dSVUniformDensityFirstAcceptControlledTensor_inv_apply {Ω : Type u_1} {ι : Type u_2} {β : Type u_3} [Fintype Ω] [DecidableEq Ω] [Fintype ι] [DecidableEq ι] [Fintype β] [DecidableEq β] (U : Ωι(Matrix.unitaryGroup β )) (ω ν : Ω) (q r : ιβ) :
                                                                                                              (controlledFiniteTensorLocalUnitary U)⁻¹ ω, q ν, r = if ω = ν then i : ι, star ((U ω i) (r i) (q i)) else 0
                                                                                                              theorem QuantumParallelRepetition.dSVUniformDensityPhysicalAsync_doubleProductSum {ι : Type u_1} {β : Type u_2} {γ : Type u_3} [Fintype ι] [DecidableEq ι] [Fintype β] [Fintype γ] (f : ιβγ) :
                                                                                                              x : ιβ, y : ιγ, i : ι, f i (x i) (y i) = i : ι, a : β, b : γ, f i a b
                                                                                                              theorem QuantumParallelRepetition.spectralPartitionPOVM_effect_eq_spectralDiagonal {κ : Type u_1} {ι : Type u_2} [Fintype κ] [DecidableEq κ] [Fintype ι] [DecidableEq ι] (F : Matrix ι ι ) (positive : F.PosSemidef) (bin : ικ) (outcome : κ) :
                                                                                                              (spectralPartitionPOVM F positive bin).effect outcome = (spectralConjugationCLM .eigenvectorUnitary) (Matrix.diagonal fun (i : ι) => if bin i = outcome then 1 else 0)
                                                                                                              theorem QuantumParallelRepetition.dSVUniformDensityPhysicalMatched_doubleTensorSourceFactor {ι : Type u_1} {β : Type u_2} [Fintype ι] [DecidableEq ι] [Fintype β] (A B : ιMatrix β β ) (source : β × β) (a b : ιβ) :
                                                                                                              x : ιβ, y : ιβ, ((∏ i : ι, A i (a i) (x i)) * i : ι, B i (b i) (y i)) * i : ι, source (x i, y i) = i : ι, x : β, y : β, A i (a i) x * B i (b i) y * source (x, y)
                                                                                                              def QuantumParallelRepetition.dSVUniformDensityCorrectedMatchedSigmaWeightedResidual {H : Type u_1} {n : } (history : EuclideanSpace (H × H)) (work : HHEuclideanSpace (Fin n × Fin n)) :
                                                                                                              EuclideanSpace (((_ : H) × Fin n) × (_ : H) × Fin n)

                                                                                                              The DSV uniform density corrected matched sigma weighted residual construction used in the quantum parallel-repetition argument.

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

                                                                                                                The DSV density rational projective threshold bin construction used in the quantum parallel- repetition argument.

                                                                                                                Equations
                                                                                                                • One or more equations did not get rendered due to their size.
                                                                                                                Instances For
                                                                                                                  noncomputable def QuantumParallelRepetition.dSVDensityRationalProjectiveThresholdPOVM {ι : Type u_1} [Fintype ι] [DecidableEq ι] (w : ) (N : ) (k : Fin N) (F : Matrix ι ι ) (positive : F.PosSemidef) :

                                                                                                                  The positive operator-valued measurement implementing DSV density rational projective threshold.

                                                                                                                  Equations
                                                                                                                  • One or more equations did not get rendered due to their size.
                                                                                                                  Instances For
                                                                                                                    theorem QuantumParallelRepetition.dSVDensityRationalProjectiveThresholdPOVM_projective {ι : Type u_1} [Fintype ι] [DecidableEq ι] (w : ) (N : ) (k : Fin N) (F : Matrix ι ι ) (positive : F.PosSemidef) (outcome : Bool) :

                                                                                                                    The positive operator-valued measurement implementing DSV density rational left projective threshold.

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

                                                                                                                      The DSV density rational left projective threshold atom mismatch construction used in the quantum parallel-repetition argument.

                                                                                                                      Equations
                                                                                                                      • One or more equations did not get rendered due to their size.
                                                                                                                      Instances For
                                                                                                                        theorem QuantumParallelRepetition.dSVUniformDensityGridPrefix_le_density {N : } (positive : 0 < N) {a : } (nonnegative : 0 a) (bounded : a 1) :
                                                                                                                        theorem QuantumParallelRepetition.dSVUniformDensityGridPrefix_density_sub_lt {N : } (positive : 0 < N) {a : } (nonnegative : 0 a) (bounded : a 1) :
                                                                                                                        theorem QuantumParallelRepetition.dSVUniformDensityGridPrefix_density_sub_le {N : } (positive : 0 < N) {a : } (nonnegative : 0 a) (bounded : a 1) :

                                                                                                                        The total probability mass of DSV density rational left projective diagonal.

                                                                                                                        Equations
                                                                                                                        • One or more equations did not get rendered due to their size.
                                                                                                                        Instances For
                                                                                                                          theorem QuantumParallelRepetition.dSVRationalSoftPass_ge_density_div_width_add_one {w a : } (width : 0 < w) (nonnegative : 0 a) (bounded : a 1) :