Documentation

LeanPool.QuantumParallelRepetition.Part05

Quantum parallel repetition, part 05 #

noncomputable def QuantumParallelRepetition.exactFixedBobQuestionMass {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) (n : ) (fixed : Finset (Fin n)) (xs : Fin nX) (known : Fin nY) :

The total probability mass of exact fixed bob question.

Equations
Instances For
    noncomputable def QuantumParallelRepetition.exactFixedAliceQuestionMass {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) (n : ) (fixed : Finset (Fin n)) (known : Fin nX) (ys : Fin nY) :

    The total probability mass of exact fixed alice question.

    Equations
    Instances For
      theorem QuantumParallelRepetition.exactFixedBobQuestionMass_eq_product {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) (n : ) (fixed : Finset (Fin n)) (xs : Fin nX) (known : Fin nY) :
      exactFixedBobQuestionMass G n fixed xs known = j : Fin n, if j fixed then G.questionWeight (xs j) (known j) else G.marginalX (xs j)
      theorem QuantumParallelRepetition.exactFixedAliceQuestionMass_eq_product {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) (n : ) (fixed : Finset (Fin n)) (known : Fin nX) (ys : Fin nY) :
      exactFixedAliceQuestionMass G n fixed known ys = j : Fin n, if j fixed then G.questionWeight (known j) (ys j) else G.marginalY (ys j)
      theorem QuantumParallelRepetition.exactFixedBobQuestionMass_insert {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) (n : ) (fixed : Finset (Fin n)) (j : Fin n) (fresh : jfixed) (xs : Fin nX) (known : Fin nY) (y : Y) :
      exactFixedBobQuestionMass G n (insert j fixed) xs (Function.update known j y) = G.conditionalYGivenX (xs j) y * exactFixedBobQuestionMass G n fixed xs known
      theorem QuantumParallelRepetition.exactFixedAliceQuestionMass_insert {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) (n : ) (fixed : Finset (Fin n)) (j : Fin n) (fresh : jfixed) (known : Fin nX) (ys : Fin nY) (x : X) :
      exactFixedAliceQuestionMass G n (insert j fixed) (Function.update known j x) ys = G.conditionalXGivenY (ys j) x * exactFixedAliceQuestionMass G n fixed known ys

      The exact reverse left side construction used in the quantum parallel-repetition argument.

      Equations
      Instances For

        The exact reverse right side construction used in the quantum parallel-repetition argument.

        Equations
        Instances For
          theorem QuantumParallelRepetition.exactRemainingReverse_relativeEntropy_budget {n : } (D : Finset (Fin n)) (remaining : 0 < (Finset.univ \ D).card) (increment : (s : Finset (SourceRemainingCoordinate D)) → Fin s.card) {cost : } (nonnegative_cost : 0 cost) (budget : ∀ (s : Finset (SourceRemainingCoordinate D)), k : Fin s.card, increment s k cost) :
          s : Finset (SourceRemainingCoordinate D), reversePartitionWeight s * ((∑ k : Fin s.card, increment s k) / s.card) 2 * cost / (Finset.univ \ D).card
          def QuantumParallelRepetition.exactHistoryAccepted {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) (n : ) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) :

          The exact history accepted construction used in the quantum parallel-repetition argument.

          Equations
          Instances For
            theorem QuantumParallelRepetition.exactHistoryCode_accepted_iff {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) (n : ) (D : Finset (Fin n)) (q : ExactJointOutcome X Y A B D) :
            theorem QuantumParallelRepetition.exactLocallySampleableLaw_zero_of_not_accepted {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (i : SourceRemainingCoordinate D) (x : X) (y : Y) (r : ExactHistoryFlag X Y A B D) (not_accepted : ¬exactHistoryAccepted G n D r) :
            @[reducible, inline]
            abbrev QuantumParallelRepetition.ExactGlobalHistoryLocalIndex {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) :
            Type (max (max (max u_1 u_2) u_3) u_4)

            The type used to represent exact global history local index in the exact sampling construction.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              noncomputable def QuantumParallelRepetition.exactGlobalHistoryVector {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (z : EuclideanSpace (ExactPaddedLocalIndex G n S D r × ExactPaddedLocalIndex G n S D r)) :

              The state vector representing exact global history.

              Equations
              Instances For
                theorem QuantumParallelRepetition.exactGlobalHistoryVector_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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (z : EuclideanSpace (ExactPaddedLocalIndex G n S D r × ExactPaddedLocalIndex G n S D r)) :
                theorem QuantumParallelRepetition.exactGlobalHistoryVector_sub {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (u v : EuclideanSpace (ExactPaddedLocalIndex G n S D r × ExactPaddedLocalIndex G n S D r)) :
                theorem QuantumParallelRepetition.exactGlobalHistoryLocalIndex_card_pos {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) :

                The exact global history fin reindex 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.exactGlobalHistoryFinGamma {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) :

                  The exact global history fin gamma 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.exactGlobalHistoryFinPhi {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (y : Y) :

                    The exact global history fin phi 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.exactGlobalHistoryFinPsi {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) (y : Y) :

                      The exact global history fin psi 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.exactGlobalHistoryFinGamma_sub_Psi_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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) (y : Y) :
                        (exactGlobalHistoryFinGamma G n S D r x) - (exactGlobalHistoryFinPsi G n S D r x y) = exactGamma G n S D r x - exactPsi G n S D r x y
                        @[reducible, inline]
                        abbrev QuantumParallelRepetition.ExactSourceGlobalState {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) :

                        The type used to represent exact source global state in the exact sampling construction.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          noncomputable def QuantumParallelRepetition.exactSourceTuplePsi {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (t : ExactLocallySampleableTuple X Y A B D) :

                          The exact source tuple psi construction used in the quantum parallel-repetition argument.

                          Equations
                          Instances For
                            noncomputable def QuantumParallelRepetition.exactSourceTupleGamma {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (t : ExactLocallySampleableTuple X Y A B D) :

                            The exact source tuple gamma construction used in the quantum parallel-repetition argument.

                            Equations
                            Instances For
                              noncomputable def QuantumParallelRepetition.exactSourceTuplePhi {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (t : ExactLocallySampleableTuple X Y A B D) :

                              The exact source tuple phi construction used in the quantum parallel-repetition argument.

                              Equations
                              Instances For
                                theorem QuantumParallelRepetition.exactSourceTuplePsi_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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (t : ExactLocallySampleableTuple X Y A B D) :
                                theorem QuantumParallelRepetition.exactSourceTupleGamma_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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (t : ExactLocallySampleableTuple X Y A B D) :
                                def QuantumParallelRepetition.ExactSourceStateDistanceBound {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (η : ) :

                                The numerical bound for exact source state distance.

                                Equations
                                • One or more equations did not get rendered due to their size.
                                Instances For
                                  theorem QuantumParallelRepetition.exactPsiPhi_BornWeighted_normalized_distance {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) (y : Y) :
                                  exactUnnormalizedPsi G n S D r x y ^ 2 * exactPsi G n S D r x y - exactPhi G n S D r y ^ 2 4 * exactUnnormalizedPsi G n S D r x y - exactUnnormalizedPhi G n S D r y ^ 2
                                  theorem QuantumParallelRepetition.exactGammaPsi_BornWeighted_normalized_distance {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) (y : Y) :
                                  exactUnnormalizedPsi G n S D r x y ^ 2 * exactGamma G n S D r x - exactPsi G n S D r x y ^ 2 4 * exactUnnormalizedGamma G n S D r x - exactUnnormalizedPsi G n S D r x y ^ 2
                                  theorem QuantumParallelRepetition.exactSourceEquationTwentyOne_of_fifteen {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (positive : 0 < repeatedPostselectionMass G n S D) (η : ) (distance : ExactSourceStateDistanceBound G n S D η) :
                                  noncomputable def QuantumParallelRepetition.exactFairAliceHistoryEntropyIncrement {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) :

                                  The information increment contributed by exact fair alice history entropy.

                                  Equations
                                  Instances For
                                    noncomputable def QuantumParallelRepetition.exactFairBobHistoryEntropyIncrement {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) :

                                    The information increment contributed by exact fair bob history entropy.

                                    Equations
                                    Instances For
                                      noncomputable def QuantumParallelRepetition.exactFairHistoryPriorWeight {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) (n : ) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) :

                                      The probability weight for exact fair history prior.

                                      Equations
                                      Instances For
                                        theorem QuantumParallelRepetition.exactFairHistoryPriorWeight_nonneg {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) (n : ) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) :
                                        noncomputable def QuantumParallelRepetition.exactSourceClassicalInformationRate {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) :

                                        The error rate associated with exact source classical information.

                                        Equations
                                        • One or more equations did not get rendered due to their size.
                                        Instances For
                                          def QuantumParallelRepetition.ExactSourceClassicalInformationBound {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (base : ExactHistoryFlag X Y A B D) :

                                          The numerical bound for exact source classical information.

                                          Equations
                                          • One or more equations did not get rendered due to their size.
                                          Instances For
                                            theorem QuantumParallelRepetition.exactFiniteRelativeEntropy_equiv {ι : Type u_5} {κ : Type u_6} [Fintype ι] [Fintype κ] (e : ι κ) (p q : ι) :
                                            (Pinsker.finiteRelativeEntropy (fun (k : κ) => p (e.symm k)) fun (k : κ) => q (e.symm k)) = Pinsker.finiteRelativeEntropy p q

                                            The finite equivalence encoding exact alice information.

                                            Equations
                                            • One or more equations did not get rendered due to their size.
                                            Instances For
                                              def QuantumParallelRepetition.exactBobInformationEquiv {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {n : } (D : Finset (Fin n)) :

                                              The finite equivalence encoding exact bob information.

                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              Instances For
                                                noncomputable def QuantumParallelRepetition.exactAliceInformationPosterior {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) :

                                                The exact alice information posterior 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.exactAliceInformationReference {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (base : ExactHistoryFlag X Y A B D) :

                                                  The exact alice information reference 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.exactBobInformationPosterior {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) :

                                                    The exact bob information posterior construction used in the quantum parallel-repetition argument.

                                                    Equations
                                                    Instances For
                                                      noncomputable def QuantumParallelRepetition.exactBobInformationReference {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (base : ExactHistoryFlag X Y A B D) :

                                                      The exact bob information reference 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.exactSourcePinskerRate {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) :

                                                        The error rate associated with exact source pinsker.

                                                        Equations
                                                        Instances For
                                                          theorem QuantumParallelRepetition.exact_source_alice_pinsker_of_classical_information {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (remaining : 0 < (Finset.univ \ D).card) (positive : 0 < repeatedPostselectionMass G n S D) (base : ExactHistoryFlag X Y A B D) (information : ExactSourceClassicalInformationBound G n S D base) :
                                                          theorem QuantumParallelRepetition.exact_source_bob_pinsker_of_classical_information {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (remaining : 0 < (Finset.univ \ D).card) (positive : 0 < repeatedPostselectionMass G n S D) (base : ExactHistoryFlag X Y A B D) (information : ExactSourceClassicalInformationBound G n S D base) :
                                                          theorem QuantumParallelRepetition.exactSeedCoordinateFiber_sum {M : Type u_1} [Fintype M] [DecidableEq M] (coordinate : M) :
                                                          partition : MBool, leftOrder : Equiv.Perm (exactLeft coordinate partition), rightOrder : Equiv.Perm (exactRight coordinate partition), leftCut : Fin ((exactLeft coordinate partition).card + 1), rightCut : Fin ((exactRight coordinate partition).card + 1), exactSeedWeight { coordinate := coordinate, partition := partition, leftOrder := leftOrder, rightOrder := rightOrder, leftCut := leftCut, rightCut := rightCut } = 1 / (Fintype.card M)
                                                          theorem QuantumParallelRepetition.exactSeedWeight_coordinate_sum {M : Type u_1} [Fintype M] [DecidableEq M] (f : M) :
                                                          seed : ExactForwardSeed M, exactSeedWeight seed * f seed.coordinate = i : M, 1 / (Fintype.card M) * f i
                                                          def QuantumParallelRepetition.exactSourcePrefixFlagEquiv {Ω : Type u_5} {V : Type u_6} {Z : Type u_7} {h : } :
                                                          (Ω × (Fin hV)) × Z (Ω × Z) × (Fin hV)

                                                          The finite equivalence encoding exact source prefix flag.

                                                          Equations
                                                          • One or more equations did not get rendered due to their size.
                                                          Instances For
                                                            def QuantumParallelRepetition.exactAliceQuestionPriorMarginal {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) (x : X) :

                                                            The marginal distribution of exact alice question prior.

                                                            Equations
                                                            Instances For
                                                              def QuantumParallelRepetition.exactBobQuestionPriorMarginal {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) (y : Y) :

                                                              The marginal distribution of exact bob question prior.

                                                              Equations
                                                              Instances For
                                                                theorem QuantumParallelRepetition.exactGroupedMass_decidableEq_irrel {Ω : Type u_5} {κ : Type u_6} [Fintype Ω] (first second : DecidableEq κ) (projection : Ωκ) (mass : Ω) :
                                                                theorem QuantumParallelRepetition.exactGroupedMass_congr {Ω : Type u_5} {κ : Type u_6} [Fintype Ω] (first second : DecidableEq κ) (projection₁ projection₂ : Ωκ) (mass₁ mass₂ : Ω) (projection_eq : projection₁ = projection₂) (mass_eq : mass₁ = mass₂) :
                                                                ClassicalInformation.groupedMass projection₁ mass₁ = ClassicalInformation.groupedMass projection₂ mass₂

                                                                Grouped masses agree when their projections and source weights agree, independently of the chosen decidable-equality implementations on the target.

                                                                noncomputable def QuantumParallelRepetition.exactAliceSourceMarginalInformation {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (base : ExactHistoryFlag X Y A B D) :

                                                                The exact alice source marginal information 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.exactBobSourceMarginalInformation {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (base : ExactHistoryFlag X Y A B D) :

                                                                  The exact bob source marginal information 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.exactAliceSourceConditionalInformation {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (base : ExactHistoryFlag X Y A B D) :

                                                                    The exact alice source conditional information 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.exactBobSourceConditionalInformation {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (base : ExactHistoryFlag X Y A B D) :

                                                                      The exact bob source conditional information construction used in the quantum parallel- repetition argument.

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

                                                                        The rank map for exact reverse left.

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

                                                                          The rank map for exact reverse right.

                                                                          Equations
                                                                          • One or more equations did not get rendered due to their size.
                                                                          Instances For
                                                                            def QuantumParallelRepetition.exactOrderedSidePrefix {M : Type u_1} [DecidableEq M] (side : Finset M) (rank : side Fin side.card) (cut : Fin (side.card + 1)) :

                                                                            The exact ordered side prefix construction used in the quantum parallel-repetition argument.

                                                                            Equations
                                                                            Instances For
                                                                              theorem QuantumParallelRepetition.exactOrderedSidePrefix_mem_iff {M : Type u_1} [DecidableEq M] (side : Finset M) (rank : side Fin side.card) (cut : Fin (side.card + 1)) (j : M) :
                                                                              j exactOrderedSidePrefix side rank cut ∃ (hj : j side), (rank j, hj) < cut

                                                                              The information retained when decoding one side of a reverse seed.

                                                                              • otherSide : Finset M

                                                                                The coordinates on the opposite side of the partition.

                                                                              • sideRank : side Fin side.card

                                                                                The rank equivalence for the decoded side.

                                                                              • otherRank : self.otherSide Fin self.otherSide.card

                                                                                The rank equivalence for the opposite side.

                                                                              • otherCut : Fin (self.otherSide.card + 1)

                                                                                The reveal cut on the opposite side.

                                                                              • ignoredBit : Bool

                                                                                The partition bit omitted by the reverse encoding.

                                                                              • otherSide_eq_complement : self.otherSide = Finset.univ \ side
                                                                              Instances For
                                                                                @[instance_reducible]
                                                                                instance QuantumParallelRepetition.instFintypeExactReverseSideContext {M✝ : Type u_1} {inst✝ : Fintype M✝} {inst✝¹ : DecidableEq M✝} {side✝ : Finset M✝} [Fintype M✝] :
                                                                                Equations
                                                                                • One or more equations did not get rendered due to their size.

                                                                                The exact reverse context other prefix construction used in the quantum parallel-repetition argument.

                                                                                Equations
                                                                                Instances For

                                                                                  The data context recording exact reverse alice.

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

                                                                                    The data context recording exact reverse bob.

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

                                                                                      The data context recording exact default reverse side.

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

                                                                                        The exact reverse alice context at construction used in the quantum parallel-repetition argument.

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

                                                                                          The exact reverse bob context at construction used in the quantum parallel-repetition argument.

                                                                                          Equations
                                                                                          • One or more equations did not get rendered due to their size.
                                                                                          Instances For
                                                                                            @[reducible, inline]
                                                                                            abbrev QuantumParallelRepetition.ExactReverseAliceFixedInformation (X : Type u_5) (Y : Type u_6) {n : } (D : Finset (Fin n)) (side : Finset (SourceRemainingCoordinate D)) :
                                                                                            Type (max u_5 u_6)

                                                                                            The type used to represent exact reverse alice fixed information in the exact sampling construction.

                                                                                            Equations
                                                                                            • One or more equations did not get rendered due to their size.
                                                                                            Instances For
                                                                                              @[reducible, inline]
                                                                                              abbrev QuantumParallelRepetition.ExactReverseBobFixedInformation (X : Type u_5) (Y : Type u_6) {n : } (D : Finset (Fin n)) (side : Finset (SourceRemainingCoordinate D)) :
                                                                                              Type (max u_6 u_5)

                                                                                              The type used to represent exact reverse bob fixed information in the exact sampling construction.

                                                                                              Equations
                                                                                              • One or more equations did not get rendered due to their size.
                                                                                              Instances For
                                                                                                noncomputable def QuantumParallelRepetition.exactReverseAliceSourceProjection {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} {n : } (D : Finset (Fin n)) (side : Finset (SourceRemainingCoordinate D)) :
                                                                                                ExactJointOutcome X Y A B DExactReverseAliceFixedInformation X Y D side × (Fin side.cardY)

                                                                                                The projection associated with exact reverse alice source.

                                                                                                Equations
                                                                                                • One or more equations did not get rendered due to their size.
                                                                                                Instances For
                                                                                                  noncomputable def QuantumParallelRepetition.exactReverseBobSourceProjection {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} {n : } (D : Finset (Fin n)) (side : Finset (SourceRemainingCoordinate D)) :
                                                                                                  ExactJointOutcome X Y A B DExactReverseBobFixedInformation X Y D side × (Fin side.cardX)

                                                                                                  The projection associated with exact reverse bob source.

                                                                                                  Equations
                                                                                                  • One or more equations did not get rendered due to their size.
                                                                                                  Instances For
                                                                                                    def QuantumParallelRepetition.exactReverseContextPrefixBefore {M : Type u_5} [Fintype M] [DecidableEq M] {side : Finset M} (context : ExactReverseSideContext M side) (position : Fin side.card) :

                                                                                                    The exact reverse context prefix before construction used in the quantum parallel-repetition argument.

                                                                                                    Equations
                                                                                                    Instances For
                                                                                                      def QuantumParallelRepetition.exactPrefixNextCode {Ω : Type u_1} {V : Type u_2} {h : } (default : V) (k : Fin h) :
                                                                                                      Ω × (Fin hV) → (Ω × (Fin hV)) × V

                                                                                                      The finite encoding of exact prefix next.

                                                                                                      Equations
                                                                                                      Instances For
                                                                                                        theorem QuantumParallelRepetition.exactPrefixNextCode_comp {Ω : Type u_1} {V : Type u_2} {h : } (default : V) (k : Fin h) :
                                                                                                        theorem QuantumParallelRepetition.exactPrefixNext_relativeEntropy_eq {Ω : Type u_1} {V : Type u_2} [Fintype Ω] [Fintype V] {h : } (joint prior : Ω × (Fin hV)) (joint_nonnegative : ∀ (t : Ω × (Fin hV)), 0 joint t) (prior_nonnegative : ∀ (t : Ω × (Fin hV)), 0 prior t) (absolute_continuity : ∀ (t : Ω × (Fin hV)), prior t = 0joint t = 0) (default : V) (k : Fin h) :
                                                                                                        theorem QuantumParallelRepetition.exactPrefixEntropyIncrement_eq_conditional {Ω : Type u_1} {V : Type u_2} [Fintype Ω] [Fintype V] {h : } (joint prior : Ω × (Fin hV)) (joint_nonnegative : ∀ (t : Ω × (Fin hV)), 0 joint t) (prior_nonnegative : ∀ (t : Ω × (Fin hV)), 0 prior t) (absolute_continuity : ∀ (t : Ω × (Fin hV)), prior t = 0joint t = 0) (joint_normalized : t : Ω × (Fin hV), joint t = 1) (prior_normalized : t : Ω × (Fin hV), prior t = 1) (default : V) (k : Fin h) :
                                                                                                        theorem QuantumParallelRepetition.exactReverseAlicePartitionFiber_card {M : Type u_1} [Fintype M] [DecidableEq M] (side : Finset M) (coordinate : M) (member : coordinate side) :
                                                                                                        Fintype.card { partition : MBool // insert coordinate (exactLeft coordinate partition) = side } = 2
                                                                                                        theorem QuantumParallelRepetition.exactReverseBobPartitionFiber_card {M : Type u_1} [Fintype M] [DecidableEq M] (side : Finset M) (coordinate : M) (member : coordinate side) :
                                                                                                        Fintype.card { partition : MBool // insert coordinate (exactRight coordinate partition) = side } = 2
                                                                                                        theorem QuantumParallelRepetition.exactFiniteIndicator_sum {T : Type u_1} [Fintype T] (predicate : TProp) [DecidablePred predicate] (weight : ) :
                                                                                                        (∑ t : T, if predicate t then weight else 0) = (Fintype.card { t : T // predicate t }) * weight
                                                                                                        theorem QuantumParallelRepetition.exactReverseAlicePartitionFiber_sum {M : Type u_1} [Fintype M] [DecidableEq M] (side : Finset M) (coordinate : M) (member : coordinate side) (weight : ) :
                                                                                                        (∑ partition : MBool, if insert coordinate (exactLeft coordinate partition) = side then weight else 0) = 2 * weight
                                                                                                        theorem QuantumParallelRepetition.exactReverseBobPartitionFiber_sum {M : Type u_1} [Fintype M] [DecidableEq M] (side : Finset M) (coordinate : M) (member : coordinate side) (weight : ) :
                                                                                                        (∑ partition : MBool, if insert coordinate (exactRight coordinate partition) = side then weight else 0) = 2 * weight
                                                                                                        theorem QuantumParallelRepetition.exactReversePartition_orderCut_sum {M : Type u_1} [Fintype M] [DecidableEq M] (coordinate : M) (partition : MBool) :
                                                                                                        leftOrder : Equiv.Perm (exactLeft coordinate partition), rightOrder : Equiv.Perm (exactRight coordinate partition), leftCut : Fin ((exactLeft coordinate partition).card + 1), rightCut : Fin ((exactRight coordinate partition).card + 1), exactSeedWeight { coordinate := coordinate, partition := partition, leftOrder := leftOrder, rightOrder := rightOrder, leftCut := leftCut, rightCut := rightCut } = 1 / (Fintype.card M) * (1 / (Fintype.card (MBool)))
                                                                                                        theorem QuantumParallelRepetition.exactReverseAlicePartition_orderCut_fiber_sum {M : Type u_1} [Fintype M] [DecidableEq M] (side : Finset M) (coordinate : M) (partition : MBool) :
                                                                                                        (∑ leftOrder : Equiv.Perm (exactLeft coordinate partition), rightOrder : Equiv.Perm (exactRight coordinate partition), leftCut : Fin ((exactLeft coordinate partition).card + 1), rightCut : Fin ((exactRight coordinate partition).card + 1), if exactReverseLeftSide { coordinate := coordinate, partition := partition, leftOrder := leftOrder, rightOrder := rightOrder, leftCut := leftCut, rightCut := rightCut } = side then exactSeedWeight { coordinate := coordinate, partition := partition, leftOrder := leftOrder, rightOrder := rightOrder, leftCut := leftCut, rightCut := rightCut } else 0) = if insert coordinate (exactLeft coordinate partition) = side then 1 / (Fintype.card M) * (1 / (Fintype.card (MBool))) else 0
                                                                                                        theorem QuantumParallelRepetition.exactReverseBobPartition_orderCut_fiber_sum {M : Type u_1} [Fintype M] [DecidableEq M] (side : Finset M) (coordinate : M) (partition : MBool) :
                                                                                                        (∑ leftOrder : Equiv.Perm (exactLeft coordinate partition), rightOrder : Equiv.Perm (exactRight coordinate partition), leftCut : Fin ((exactLeft coordinate partition).card + 1), rightCut : Fin ((exactRight coordinate partition).card + 1), if exactReverseRightSide { coordinate := coordinate, partition := partition, leftOrder := leftOrder, rightOrder := rightOrder, leftCut := leftCut, rightCut := rightCut } = side then exactSeedWeight { coordinate := coordinate, partition := partition, leftOrder := leftOrder, rightOrder := rightOrder, leftCut := leftCut, rightCut := rightCut } else 0) = if insert coordinate (exactRight coordinate partition) = side then 1 / (Fintype.card M) * (1 / (Fintype.card (MBool))) else 0

                                                                                                        The probability weight for exact reverse alice conditional seed.

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

                                                                                                          The probability weight for exact reverse bob conditional seed.

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

                                                                                                            The finite probability law for exact reverse alice conditional seed.

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

                                                                                                              The finite probability law for exact reverse bob conditional seed.

                                                                                                              Equations
                                                                                                              • One or more equations did not get rendered due to their size.
                                                                                                              Instances For
                                                                                                                def QuantumParallelRepetition.reweightedSeedPriorEventLaw {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} [Fintype K] (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) :

                                                                                                                The finite probability law for reweighted seed prior event.

                                                                                                                Equations
                                                                                                                • One or more equations did not get rendered due to their size.
                                                                                                                Instances For
                                                                                                                  noncomputable def QuantumParallelRepetition.reweightedSeedWinEvent {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} [Fintype K] (G : Game X Y A B) (n : ) (D : Finset (Fin n)) :
                                                                                                                  Finset (K × ExactOutcome X Y A B n)

                                                                                                                  The reweighted seed win event 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.reweightedSeedWinEventMass {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} [Fintype K] (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) :
                                                                                                                    noncomputable def QuantumParallelRepetition.reweightedSeedPosterior {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} [Fintype K] (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) :
                                                                                                                    K × ExactOutcome X Y A B n

                                                                                                                    The reweighted seed posterior 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.reweightedSeedPosterior_eq_product {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} [Fintype K] (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (q : K × ExactOutcome X Y A B n) :
                                                                                                                      reweightedSeedPosterior seedLaw G n S D q = seedLaw.weight q.1 * repeatedConditionedOutcomeLaw G n S D q.2
                                                                                                                      theorem QuantumParallelRepetition.reweightedSeedProjection_relativeEntropy_le {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {U : Type u_6} [Fintype K] [Fintype U] (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (positive : 0 < repeatedPostselectionMass G n S D) (projection : K × ExactOutcome X Y A B nU) :
                                                                                                                      noncomputable def QuantumParallelRepetition.reweightedSeedFlaggedProjectionLaw {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {U : Type u_6} {Z : Type u_7} [Fintype K] (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (projection : K × ExactOutcome X Y A B nU) (flag : K × ExactOutcome X Y A B nZ) :
                                                                                                                      U × Z

                                                                                                                      The finite probability law for reweighted seed flagged projection.

                                                                                                                      Equations
                                                                                                                      • One or more equations did not get rendered due to their size.
                                                                                                                      Instances For
                                                                                                                        theorem QuantumParallelRepetition.reweightedSeedFlaggedProjectionLaw_firstMarginal {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {U : Type u_6} {Z : Type u_7} [Fintype K] [Finite U] [Fintype Z] (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (projection : K × ExactOutcome X Y A B nU) (flag : K × ExactOutcome X Y A B nZ) :
                                                                                                                        theorem QuantumParallelRepetition.reweightedSeed_flagged_projection_relativeEntropy_le {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {U : Type u_6} {Z : Type u_7} [Fintype K] [Fintype U] [Fintype Z] (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (positive : 0 < repeatedPostselectionMass G n S D) (flag_positive : 0 < Fintype.card Z) (projection : K × ExactOutcome X Y A B nU) (flag : K × ExactOutcome X Y A B nZ) :
                                                                                                                        theorem QuantumParallelRepetition.reweightedSeed_source_equation_twenty_five {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {U : Type u_6} [Fintype K] [Fintype U] (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (positive : 0 < repeatedPostselectionMass G n S D) (projection : K × ExactOutcome X Y A B nU) :
                                                                                                                        noncomputable def QuantumParallelRepetition.reweightedSeedPrefixJoint {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {Ω : Type u_6} {V : Type u_7} [Fintype K] {h : } (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (projection : K × ExactOutcome X Y A B nΩ × (Fin hV)) :
                                                                                                                        (Ω × ConditionedAnswerFlag A B D) × (Fin hV)

                                                                                                                        The reweighted seed prefix joint 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.reweightedSeedPrefixPrior {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {Ω : Type u_6} {V : Type u_7} [Fintype K] {h : } (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (projection : K × ExactOutcome X Y A B nΩ × (Fin hV)) :
                                                                                                                          (Ω × ConditionedAnswerFlag A B D) × (Fin hV)

                                                                                                                          The reweighted seed prefix prior 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.reweightedSeedPrefixJoint_nonneg {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {Ω : Type u_6} {V : Type u_7} [Fintype K] {h : } (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (positive : 0 < repeatedPostselectionMass G n S D) (projection : K × ExactOutcome X Y A B nΩ × (Fin hV)) (t : (Ω × ConditionedAnswerFlag A B D) × (Fin hV)) :
                                                                                                                            0 reweightedSeedPrefixJoint seedLaw G n S D projection t
                                                                                                                            theorem QuantumParallelRepetition.reweightedSeedPrefixPrior_nonneg {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {Ω : Type u_6} {V : Type u_7} [Fintype K] {h : } (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (positive : 0 < repeatedPostselectionMass G n S D) (projection : K × ExactOutcome X Y A B nΩ × (Fin hV)) (t : (Ω × ConditionedAnswerFlag A B D) × (Fin hV)) :
                                                                                                                            0 reweightedSeedPrefixPrior seedLaw G n S D projection t
                                                                                                                            noncomputable def QuantumParallelRepetition.reweightedSeedPrefixEntropyIncrement {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {Ω : Type u_6} {V : Type u_7} [Fintype K] [Fintype Ω] [Fintype V] {h : } (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (projection : K × ExactOutcome X Y A B nΩ × (Fin hV)) (default : V) (k : Fin h) :

                                                                                                                            The information increment contributed by reweighted seed prefix entropy.

                                                                                                                            Equations
                                                                                                                            • One or more equations did not get rendered due to their size.
                                                                                                                            Instances For
                                                                                                                              theorem QuantumParallelRepetition.reweightedSeed_source_equation_twenty_six {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {Ω : Type u_6} {V : Type u_7} [Fintype K] [Fintype Ω] [Fintype V] {h : } (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (positive : 0 < repeatedPostselectionMass G n S D) (projection : K × ExactOutcome X Y A B nΩ × (Fin hV)) (default : V) :
                                                                                                                              k : Fin h, reweightedSeedPrefixEntropyIncrement seedLaw G n S D projection default k postselectionLogCost G n S D + answerLogCost D
                                                                                                                              theorem QuantumParallelRepetition.reweightedSeedPrefixJoint_sum {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {Ω : Type u_6} {V : Type u_7} [Fintype K] [Fintype Ω] [Fintype V] {h : } (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (positive : 0 < repeatedPostselectionMass G n S D) (projection : K × ExactOutcome X Y A B nΩ × (Fin hV)) :
                                                                                                                              t : (Ω × ConditionedAnswerFlag A B D) × (Fin hV), reweightedSeedPrefixJoint seedLaw G n S D projection t = 1
                                                                                                                              theorem QuantumParallelRepetition.reweightedSeedPrefixPrior_sum {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {Ω : Type u_6} {V : Type u_7} [Fintype K] [Fintype Ω] [Fintype V] {h : } (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (positive : 0 < repeatedPostselectionMass G n S D) (projection : K × ExactOutcome X Y A B nΩ × (Fin hV)) :
                                                                                                                              t : (Ω × ConditionedAnswerFlag A B D) × (Fin hV), reweightedSeedPrefixPrior seedLaw G n S D projection t = 1
                                                                                                                              theorem QuantumParallelRepetition.reweightedSeedPrefix_absolute_continuity {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {Ω : Type u_6} {V : Type u_7} [Fintype K] [Finite Ω] [Finite V] {h : } (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (positive : 0 < repeatedPostselectionMass G n S D) (projection : K × ExactOutcome X Y A B nΩ × (Fin hV)) (t : (Ω × ConditionedAnswerFlag A B D) × (Fin hV)) :
                                                                                                                              reweightedSeedPrefixPrior seedLaw G n S D projection t = 0reweightedSeedPrefixJoint seedLaw G n S D projection t = 0
                                                                                                                              theorem QuantumParallelRepetition.reweightedSeedPrefixEntropyIncrement_eq_conditional {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {K : Type u_5} {Ω : Type u_6} {V : Type u_7} [Fintype K] [Fintype Ω] [Fintype V] {h : } (seedLaw : FiniteEventLaw K) (G : Game X Y A B) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (positive : 0 < repeatedPostselectionMass G n S D) (projection : K × ExactOutcome X Y A B nΩ × (Fin hV)) (default : V) (k : Fin h) :

                                                                                                                              The finite encoding of exact reverse alice marker.

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

                                                                                                                                The finite encoding of exact reverse bob marker.

                                                                                                                                Equations
                                                                                                                                • One or more equations did not get rendered due to their size.
                                                                                                                                Instances For
                                                                                                                                  noncomputable def QuantumParallelRepetition.exactReverseAliceMarkerDecode {M : Type u_1} [Fintype M] [DecidableEq M] (side : Finset M) (context : ExactReverseSideContext M side) (marker : Fin side.card) :

                                                                                                                                  The exact reverse alice marker decode 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.exactReverseBobMarkerDecode {M : Type u_1} [Fintype M] [DecidableEq M] (side : Finset M) (context : ExactReverseSideContext M side) (marker : Fin side.card) :

                                                                                                                                    The exact reverse bob marker decode construction used in the quantum parallel-repetition argument.

                                                                                                                                    Equations
                                                                                                                                    • One or more equations did not get rendered due to their size.
                                                                                                                                    Instances For
                                                                                                                                      @[simp]
                                                                                                                                      theorem QuantumParallelRepetition.exactReverseAliceMarkerDecode_coordinate {M : Type u_1} [Fintype M] [DecidableEq M] (side : Finset M) (context : ExactReverseSideContext M side) (marker : Fin side.card) :
                                                                                                                                      (exactReverseAliceMarkerDecode side context marker).coordinate = (context.sideRank.symm marker)
                                                                                                                                      @[simp]
                                                                                                                                      theorem QuantumParallelRepetition.exactReverseBobMarkerDecode_coordinate {M : Type u_1} [Fintype M] [DecidableEq M] (side : Finset M) (context : ExactReverseSideContext M side) (marker : Fin side.card) :
                                                                                                                                      (exactReverseBobMarkerDecode side context marker).coordinate = (context.sideRank.symm marker)
                                                                                                                                      @[simp]
                                                                                                                                      @[simp]
                                                                                                                                      theorem QuantumParallelRepetition.exactReverseBobMarkerDecode_side {M : Type u_1} [Fintype M] [DecidableEq M] (side : Finset M) (context : ExactReverseSideContext M side) (marker : Fin side.card) :
                                                                                                                                      @[simp]
                                                                                                                                      theorem QuantumParallelRepetition.exactReverseAliceMarkerDecode_ignoredBit {M : Type u_1} [Fintype M] [DecidableEq M] (side : Finset M) (context : ExactReverseSideContext M side) (marker : Fin side.card) :
                                                                                                                                      (exactReverseAliceMarkerDecode side context marker).partition (context.sideRank.symm marker) = context.ignoredBit
                                                                                                                                      @[simp]
                                                                                                                                      theorem QuantumParallelRepetition.exactReverseBobMarkerDecode_ignoredBit {M : Type u_1} [Fintype M] [DecidableEq M] (side : Finset M) (context : ExactReverseSideContext M side) (marker : Fin side.card) :
                                                                                                                                      (exactReverseBobMarkerDecode side context marker).partition (context.sideRank.symm marker) = context.ignoredBit
                                                                                                                                      theorem QuantumParallelRepetition.exactSigmaFinCutTransport {M : Type u_1} (source target : Finset M) (same : source = target) (cut : Fin (target.card + 1)) :
                                                                                                                                      source, (finCongr ) cut = target, cut
                                                                                                                                      theorem QuantumParallelRepetition.exactSigmaSideRankTransport {M : Type u_1} (source target : Finset M) (same : source = target) (rank : target Fin target.card) :
                                                                                                                                      source, (Equiv.subtypeEquivRight ).trans (rank.trans (finCongr )) = target, rank

                                                                                                                                      The finite equivalence encoding exact reverse alice weighted marker.

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

                                                                                                                                        The finite equivalence encoding exact reverse bob weighted marker.

                                                                                                                                        Equations
                                                                                                                                        • One or more equations did not get rendered due to their size.
                                                                                                                                        Instances For
                                                                                                                                          theorem QuantumParallelRepetition.exactUniformFiniteMarkedAverage_sum (n : ) (weight : ) (statistic : Fin n) :
                                                                                                                                          _marker : Fin n, weight * ((∑ position : Fin n, statistic position) / n) = marker : Fin n, weight * statistic marker
                                                                                                                                          theorem QuantumParallelRepetition.exactReverseAliceUniformMarkedSeed_sum {M : Type u_1} [Fintype M] [DecidableEq M] (nonempty : 0 < Fintype.card M) (statistic : (side : Finset M) → ExactReverseSideContext M sideFin side.card) :
                                                                                                                                          theorem QuantumParallelRepetition.exactReverseBobUniformMarkedSeed_sum {M : Type u_1} [Fintype M] [DecidableEq M] (nonempty : 0 < Fintype.card M) (statistic : (side : Finset M) → ExactReverseSideContext M sideFin side.card) :
                                                                                                                                          noncomputable def QuantumParallelRepetition.exactReverseAliceFilterOperatorMarkerEntropy {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (side : Finset (SourceRemainingCoordinate D)) (context : ExactReverseSideContext (SourceRemainingCoordinate D) side) (marker : Fin side.card) :

                                                                                                                                          The entropy quantity for exact reverse alice filter operator marker.

                                                                                                                                          Equations
                                                                                                                                          • One or more equations did not get rendered due to their size.
                                                                                                                                          Instances For
                                                                                                                                            noncomputable def QuantumParallelRepetition.exactReverseBobFilterOperatorMarkerEntropy {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (side : Finset (SourceRemainingCoordinate D)) (context : ExactReverseSideContext (SourceRemainingCoordinate D) side) (marker : Fin side.card) :

                                                                                                                                            The entropy quantity for exact reverse bob filter operator marker.

                                                                                                                                            Equations
                                                                                                                                            • One or more equations did not get rendered due to their size.
                                                                                                                                            Instances For
                                                                                                                                              noncomputable def QuantumParallelRepetition.exactFairAliceHistoryHighOperatorPotential {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) :

                                                                                                                                              The potential function controlling exact fair alice history high operator.

                                                                                                                                              Equations
                                                                                                                                              • One or more equations did not get rendered due to their size.
                                                                                                                                              Instances For
                                                                                                                                                noncomputable def QuantumParallelRepetition.exactFairAliceHistoryLowOperatorPotential {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) :

                                                                                                                                                The potential function controlling exact fair alice history low operator.

                                                                                                                                                Equations
                                                                                                                                                • One or more equations did not get rendered due to their size.
                                                                                                                                                Instances For
                                                                                                                                                  noncomputable def QuantumParallelRepetition.exactFairBobHistoryHighOperatorPotential {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) :

                                                                                                                                                  The potential function controlling exact fair bob history high operator.

                                                                                                                                                  Equations
                                                                                                                                                  • One or more equations did not get rendered due to their size.
                                                                                                                                                  Instances For
                                                                                                                                                    noncomputable def QuantumParallelRepetition.exactFairBobHistoryLowOperatorPotential {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) :

                                                                                                                                                    The potential function controlling exact fair bob history low operator.

                                                                                                                                                    Equations
                                                                                                                                                    • One or more equations did not get rendered due to their size.
                                                                                                                                                    Instances For
                                                                                                                                                      noncomputable def QuantumParallelRepetition.exactReverseAliceFilterHighOperatorPotential {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (side : Finset (SourceRemainingCoordinate D)) (context : ExactReverseSideContext (SourceRemainingCoordinate D) side) (marker : Fin side.card) :

                                                                                                                                                      The potential function controlling exact reverse alice filter high operator.

                                                                                                                                                      Equations
                                                                                                                                                      • One or more equations did not get rendered due to their size.
                                                                                                                                                      Instances For
                                                                                                                                                        noncomputable def QuantumParallelRepetition.exactReverseAliceFilterLowOperatorPotential {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (side : Finset (SourceRemainingCoordinate D)) (context : ExactReverseSideContext (SourceRemainingCoordinate D) side) (marker : Fin side.card) :

                                                                                                                                                        The potential function controlling exact reverse alice filter low operator.

                                                                                                                                                        Equations
                                                                                                                                                        • One or more equations did not get rendered due to their size.
                                                                                                                                                        Instances For
                                                                                                                                                          noncomputable def QuantumParallelRepetition.exactReverseBobFilterHighOperatorPotential {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (side : Finset (SourceRemainingCoordinate D)) (context : ExactReverseSideContext (SourceRemainingCoordinate D) side) (marker : Fin side.card) :

                                                                                                                                                          The potential function controlling exact reverse bob filter high operator.

                                                                                                                                                          Equations
                                                                                                                                                          • One or more equations did not get rendered due to their size.
                                                                                                                                                          Instances For
                                                                                                                                                            noncomputable def QuantumParallelRepetition.exactReverseBobFilterLowOperatorPotential {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (side : Finset (SourceRemainingCoordinate D)) (context : ExactReverseSideContext (SourceRemainingCoordinate D) side) (marker : Fin side.card) :

                                                                                                                                                            The potential function controlling exact reverse bob filter low operator.

                                                                                                                                                            Equations
                                                                                                                                                            • One or more equations did not get rendered due to their size.
                                                                                                                                                            Instances For
                                                                                                                                                              theorem QuantumParallelRepetition.exactReverseAliceFilterOperatorMarkerEntropy_eq_sub {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (side : Finset (SourceRemainingCoordinate D)) (context : ExactReverseSideContext (SourceRemainingCoordinate D) side) (marker : Fin side.card) :
                                                                                                                                                              theorem QuantumParallelRepetition.exactReverseBobFilterOperatorMarkerEntropy_eq_sub {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (side : Finset (SourceRemainingCoordinate D)) (context : ExactReverseSideContext (SourceRemainingCoordinate D) side) (marker : Fin side.card) :
                                                                                                                                                              exactReverseBobFilterOperatorMarkerEntropy G n S D side context marker = exactReverseBobFilterHighOperatorPotential G n S D side context marker - exactReverseBobFilterLowOperatorPotential G n S D side context marker
                                                                                                                                                              theorem QuantumParallelRepetition.exactFixedQuestionPrefix_insert_iff {T : Type u_5} {n : } (fixed : Finset (Fin n)) (j : Fin n) (fresh : jfixed) (candidate known : Fin nT) (value : T) :
                                                                                                                                                              (∀ kinsert j fixed, candidate k = Function.update known j value k) candidate j = value kfixed, candidate k = known k
                                                                                                                                                              theorem QuantumParallelRepetition.exactRevealCode_splitAt_independent {X : Type u_1} {Y : Type u_2} [Fintype X] [Fintype Y] {n : } (D : Finset (Fin n)) (seed : ExactRemainingSeed D) (x x' : X) (y y' : Y) (tailX : { j : Fin n // j seed.coordinate }X) (tailY : { j : Fin n // j seed.coordinate }Y) :
                                                                                                                                                              exactRevealCode D seed ((Equiv.funSplitAt (↑seed.coordinate) X).symm (x, tailX), (Equiv.funSplitAt (↑seed.coordinate) Y).symm (y, tailY)) = exactRevealCode D seed ((Equiv.funSplitAt (↑seed.coordinate) X).symm (x', tailX), (Equiv.funSplitAt (↑seed.coordinate) Y).symm (y', tailY))
                                                                                                                                                              theorem QuantumParallelRepetition.exactRepeatedQuestionWeight_splitAt_joint {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) (n : ) (i : Fin n) (x : X) (y : Y) (tailX : { j : Fin n // j i }X) (tailY : { j : Fin n // j i }Y) :
                                                                                                                                                              (G.repeat n).questionWeight ((Equiv.funSplitAt i X).symm (x, tailX)) ((Equiv.funSplitAt i Y).symm (y, tailY)) = G.questionWeight x y * j : { j : Fin n // j i }, G.questionWeight (tailX j) (tailY j)
                                                                                                                                                              theorem QuantumParallelRepetition.exactJointQuestionMass_sum {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) (n : ) (D : Finset (Fin n)) (seed : ExactRemainingSeed D) (history : ExactRevealHistory X Y D seed) :
                                                                                                                                                              x : X, y : Y, exactJointQuestionMass G n D seed history x y = exactRevealMass G n D seed history
                                                                                                                                                              theorem QuantumParallelRepetition.exactJointQuestionMass_eq_reveal_mul_question {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) (n : ) (D : Finset (Fin n)) (seed : ExactRemainingSeed D) (history : ExactRevealHistory X Y D seed) (x : X) (y : Y) :
                                                                                                                                                              exactJointQuestionMass G n D seed history x y = exactRevealMass G n D seed history * G.questionWeight x y
                                                                                                                                                              noncomputable def QuantumParallelRepetition.exactFairConditionedAnswerBornMass {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) (y : Y) :

                                                                                                                                                              The total probability mass of exact fair conditioned answer born.

                                                                                                                                                              Equations
                                                                                                                                                              • One or more equations did not get rendered due to their size.
                                                                                                                                                              Instances For
                                                                                                                                                                theorem QuantumParallelRepetition.exactFiberQuestionWeight_eq_zero_of_mass_zero {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) (n : ) (D : Finset (Fin n)) (seed : ExactRemainingSeed D) (history : ExactRevealHistory X Y D seed) (x : X) (y : Y) (zero : exactFiberQuestionMass G n D seed history x y = 0) (xs : Fin nX) (ys : Fin nY) :
                                                                                                                                                                exactFiberQuestionWeight G n D seed history x y xs ys = 0
                                                                                                                                                                theorem QuantumParallelRepetition.exactFairConditionedAnswerBornMass_eq_fiber_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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) (y : Y) :
                                                                                                                                                                theorem QuantumParallelRepetition.exactFairConditionedAnswerBornMass_eq_reveal_question_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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) (y : Y) :
                                                                                                                                                                theorem QuantumParallelRepetition.exactLocallySampleableCode_fixedSeed_fiber_iff {X : Type u_1} {Y : Type u_2} {A : Type u_3} {B : Type u_4} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] {n : } (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) (y : Y) (o : ExactOutcome X Y A B n) :
                                                                                                                                                                exactLocallySampleableCode D (r.seed, o) = (r.seed.coordinate, x, y, r) exactRevealCode D r.seed (o.1, o.2.1) = r.history o.1 r.seed.coordinate = x o.2.1 r.seed.coordinate = y (∀ (j : D), o.2.2.1 j = r.aliceAnswer j) ∀ (j : D), o.2.2.2 j = r.bobAnswer j
                                                                                                                                                                noncomputable def QuantumParallelRepetition.exactFairFullOutcomeBornMass {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) (y : Y) :

                                                                                                                                                                The total probability mass of exact fair full outcome born.

                                                                                                                                                                Equations
                                                                                                                                                                • One or more equations did not get rendered due to their size.
                                                                                                                                                                Instances For
                                                                                                                                                                  theorem QuantumParallelRepetition.exactFairFullOutcomeBornMass_eq_conditioned {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) (y : Y) :
                                                                                                                                                                  theorem QuantumParallelRepetition.exactFairFullOutcomeBornMass_eq_reveal_question_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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) (y : Y) :
                                                                                                                                                                  theorem QuantumParallelRepetition.exactLocallySampleableLaw_eq_fair_born {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) (y : Y) :
                                                                                                                                                                  theorem QuantumParallelRepetition.exactGlobalHistoryFinPsi_sub_Phi_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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (r : ExactHistoryFlag X Y A B D) (x : X) (y : Y) :
                                                                                                                                                                  (exactGlobalHistoryFinPsi G n S D r x y) - (exactGlobalHistoryFinPhi G n S D r y) = exactPsi G n S D r x y - exactPhi G n S D r y
                                                                                                                                                                  theorem QuantumParallelRepetition.exactLocallySampleableLaw_zero_of_coordinate_mismatch {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (i : SourceRemainingCoordinate D) (x : X) (y : Y) (r : ExactHistoryFlag X Y A B D) (different : i r.seed.coordinate) :
                                                                                                                                                                  theorem QuantumParallelRepetition.exactFairPosteriorExpectation_reindex {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (f : ExactLocallySampleableTuple X Y A B D) :
                                                                                                                                                                  t : ExactLocallySampleableTuple X Y A B D, exactLocallySampleableLaw G n S D t * f t = r : ExactHistoryFlag X Y A B D, y : Y, x : X, exactLocallySampleableLaw G n S D (r.seed.coordinate, x, y, r) * f (r.seed.coordinate, x, y, r)
                                                                                                                                                                  noncomputable def QuantumParallelRepetition.exactFairAcceptedAliceEntropy {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) :

                                                                                                                                                                  The entropy quantity for exact fair accepted alice.

                                                                                                                                                                  Equations
                                                                                                                                                                  • One or more equations did not get rendered due to their size.
                                                                                                                                                                  Instances For
                                                                                                                                                                    noncomputable def QuantumParallelRepetition.exactFairAcceptedBobEntropy {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) :

                                                                                                                                                                    The entropy quantity for exact fair accepted bob.

                                                                                                                                                                    Equations
                                                                                                                                                                    • One or more equations did not get rendered due to their size.
                                                                                                                                                                    Instances For
                                                                                                                                                                      def QuantumParallelRepetition.ExactFairOperatorEntropyBound {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (η : ) :

                                                                                                                                                                      The numerical bound for exact fair operator entropy.

                                                                                                                                                                      Equations
                                                                                                                                                                      • One or more equations did not get rendered due to their size.
                                                                                                                                                                      Instances For
                                                                                                                                                                        theorem QuantumParallelRepetition.exactSourceStateDistanceBound_of_fair_operator_entropy {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) (n : ) (S : Strategy (G.repeat n)) (D : Finset (Fin n)) (η : ) (positive : 0 < repeatedPostselectionMass G n S D) (entropy : ExactFairOperatorEntropyBound G n S D η) :