Documentation

MIPRE.Background.Repetition.CommutingRepetition.Prerounding.Histories

The Alice-reveal reverse datum (05_prerounding.tex, eq size-biased-partition and following): a two-block partition M₀ = L_X ⊔ L_Y⁺ of the non-core coordinates, a full order of the Bob block L_Y⁺, a cut strictly inside it (whose entry is the live coordinate), and the independent forward Alice-side order and cut.

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

    The Bob-reveal reverse datum (05_prerounding.tex, eq bob-size-biased-partition): the mirror image, with the Alice block carrying the full order and the interior cut.

    Instances For
      @[instance_reducible]
      instance CommutingRepetition.instFintypeBobRevealDatum {n✝ : } {D✝ : Finset (Fin n✝)} :
      Equations
      • One or more equations did not get rendered due to their size.

      The live coordinate i = π_Y[k_Y + 1] (1-indexed manuscript entry = 0-indexed position k_Y).

      Equations
      Instances For
        noncomputable def CommutingRepetition.AliceRevealDatum.law {n : } {D : Finset (Fin n)} (d : AliceRevealDatum n D) :

        The size-biased reverse law (eq size-biased-partition with the uniform order, interior cut, and independent forward variables): 2^{−m}·(2N_A/m) · (1/N_A!) · (1/N_A) · (1/|L_X|!) · (1/(|L_X|+1)), m = n − |D|, N_A = |L_Y⁺|.

        Equations
        Instances For

          The live coordinate i = π_X[k_X + 1].

          Equations
          Instances For
            noncomputable def CommutingRepetition.BobRevealDatum.law {n : } {D : Finset (Fin n)} (d : BobRevealDatum n D) :

            The size-biased reverse law for the Bob-reveal experiment (eq bob-size-biased-partition).

            Equations
            Instances For

              Shared surgery helpers for the pushforward bijections #

              The pushforward maps, as named data #

              @[reducible]

              The forward map of the Alice-reveal pushforward: read off the live coordinate i = π_Y[k_Y+1] and delete it from the Bob-block order.

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

                The forward map matches the laws pointwise (eq forward-outcome-probability).

                theorem CommutingRepetition.AliceRevealDatum.toReveal_πY_of_lt {n : } {D : Finset (Fin n)} (d : AliceRevealDatum n D) (t : Fin d.toReveal.LY.card) (s : Fin d.LYp.card) (hval : t = s) (hlt : s < d.kY) :
                (d.toReveal.πY t) = (d.πY s)

                Below the cut, the surgered Bob-block order agrees with the original order: deleting the live coordinate at the cut fixes the strict prefix.

                @[reducible]

                The forward map of the Bob-reveal pushforward (mirror): read off the live coordinate i = π_X[k_X+1] and delete it from the Alice-block order.

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

                  The forward map matches the laws pointwise (mirror).

                  theorem CommutingRepetition.BobRevealDatum.toReveal_πX_of_lt {n : } {D : Finset (Fin n)} (d : BobRevealDatum n D) (t : Fin d.toReveal.LX.card) (s : Fin d.LXp.card) (hval : t = s) (hlt : s < d.kX) :
                  (d.toReveal.πX t) = (d.πX s)

                  Below the cut, the surgered Alice-block order agrees with the original order (mirror).

                  @[reducible]

                  The reverse map of the Alice-reveal pushforward: re-insert the live coordinate into the Bob-block order at the cut.

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

                    The reverse map of the Bob-reveal pushforward (mirror).

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

                      The Alice-reveal pushforward bijection: delete the live coordinate from the order, with re-insertion at the cut as inverse.

                      Equations
                      Instances For

                        The Bob-reveal pushforward bijection (mirror).

                        Equations
                        Instances For
                          theorem CommutingRepetition.aliceReveal_pushforward_eq (n : ) (D : Finset (Fin n)) :
                          ∃ (e : AliceRevealDatum n D RevealDatum n D), (∀ (d : AliceRevealDatum n D), d.law = (e d).revealLaw) ∀ (d : AliceRevealDatum n D), (e d).i = d.liveIdx (e d).LX = d.LX (e d).LY = d.LYp.erase d.liveIdx (e d).kX = d.kX (e d).kY = d.kY

                          The Alice-reveal reverse experiment has exactly the forward law (node 1.2.8; 05_prerounding.tex, "Both reverse experiments have exactly the forward law", verified against eq forward-outcome-probability): there is a bijection from Alice-reveal reverse data to forward reveal data — read off the live coordinate i = π_Y[k_Y+1], delete it from the order — matching the laws pointwise and the derived public data: the live coordinate, the two blocks, and the two cut values are carried over unchanged. (Order compatibility across the bijection — the prefix structure the martingale filtration consumes — is stated with the operator half of node 1.2.8.)

                          theorem CommutingRepetition.bobReveal_pushforward_eq (n : ) (D : Finset (Fin n)) :
                          ∃ (e : BobRevealDatum n D RevealDatum n D), (∀ (d : BobRevealDatum n D), d.law = (e d).revealLaw) ∀ (d : BobRevealDatum n D), (e d).i = d.liveIdx (e d).LY = d.LY (e d).LX = d.LXp.erase d.liveIdx (e d).kY = d.kY (e d).kX = d.kX

                          The Bob-reveal reverse experiment has exactly the forward law (node 1.2.8, mirror statement).