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
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
Equations
- One or more equations did not get rendered due to their size.
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 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 #
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).
Below the cut, the surgered Bob-block order agrees with the original order: deleting the live coordinate at the cut fixes the strict prefix.
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).
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
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
- CommutingRepetition.aliceRevealEquiv n D = { toFun := CommutingRepetition.AliceRevealDatum.toReveal, invFun := CommutingRepetition.RevealDatum.toAliceReveal, left_inv := ⋯, right_inv := ⋯ }
Instances For
The Bob-reveal pushforward bijection (mirror).
Equations
- CommutingRepetition.bobRevealEquiv n D = { toFun := CommutingRepetition.BobRevealDatum.toReveal, invFun := CommutingRepetition.RevealDatum.toBobReveal, left_inv := ⋯, right_inv := ⋯ }
Instances For
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.)
The Bob-reveal reverse experiment has exactly the forward law (node 1.2.8, mirror statement).