The revealed-set one-sided weight (generalizing the signed
RevealDatum.xWeight, review #9): the S-revealed conditioned
unnormalized law of Alice's full question word — consistency with the
reference on the revealed set S, times the pinned-Bob halves of the
free coordinates' joint laws.
Equations
- CommutingRepetition.setWeightX S μ xref yref w = if CommutingRepetition.agreesOn S w xref then ∏ j ∈ Sᶜ, μ (w j) (yref j) else 0
Instances For
The revealed-set one-sided weight for Bob's word.
Equations
- CommutingRepetition.setWeightY S μ xref yref v = if CommutingRepetition.agreesOn S v yref then ∏ j ∈ Sᶜ, μ (xref j) (v j) else 0
Instances For
The revealed-set Alice effect
𝔼[E^{a_D} ∣ X revealed on R₀, Bob's word] (05_prerounding.tex, the
conditional expectations of eq alice-reveal-martingale, general
revealed set): the setWeightX-average of the core effects.
Equations
- S.setEffectA D R₀ μ xref yref zA = CommutingRepetition.weightedAvg (CommutingRepetition.setWeightX R₀ μ xref yref) fun (w : Fin n → X) => S.coreEffectA D w zA
Instances For
The revealed-set Bob effect (mirror).
Equations
- S.setEffectB D R₀ μ xref yref zB = CommutingRepetition.weightedAvg (CommutingRepetition.setWeightY R₀ μ xref yref) fun (v : Fin n → Y) => S.coreEffectB D v zB
Instances For
effectiveH is the revealed-set effect at {i} ∪ C_X (the signed
node-1.2.4 encoding, re-expressed; definitional).
effectiveK is the revealed-set effect at {i} ∪ C_Y
(definitional).
One-step reveal identity, Alice side (the tower property making
eq alice-reveal-martingale a martingale): revealing one more
coordinate c is averaging over its conditional law μ(·∣yref c).
Junk-safe: at a vanishing conditional marginal both sides are 0.
One-step reveal identity, Bob side (the tower property of eq bob-reveal-martingale).
The first j entries of the reverse Bob-block order π_Y, as a
set: the progressively revealed coordinates of eq
alice-reveal-martingale.
Equations
Instances For
The forward Alice-block prefix π_X^{≤ k_X} carried by the reverse
datum, as a set.
Equations
Instances For
The reveal prefix grows by exactly the live coordinate at the cut:
π_Y[1..k_Y+1] = {π_Y[k_Y+1]} ∪ π_Y[1..k_Y] (aux).
The first j entries of the reverse Alice-block order π_X, as a
set (eq bob-reveal-martingale).
Equations
Instances For
The forward Bob-block prefix π_Y^{≤ k_Y} carried by the reverse
datum, as a set.
Equations
Instances For
The reveal prefix grows by exactly the live coordinate at the cut (aux, mirror).
The Alice reveal martingale F_{j,z}(U_A)
(05_prerounding.tex, eq alice-reveal-martingale): the revealed-set
Alice effect after the background D ∪ L_X plus the first j entries
of the Bob-block order.
Equations
- S.revealMartA d μ xref yref zA j = S.setEffectA D (D ∪ d.LX ∪ d.revealPrefix j) μ xref yref zA
Instances For
The Bob reveal martingale G_{j,z}(U_B) (eq
bob-reveal-martingale, mirror).
Equations
- S.revealMartB d μ xref yref zB j = S.setEffectB D (D ∪ d.LY ∪ d.revealPrefix j) μ xref yref zB
Instances For
Live increment, Alice side, lower cut (node 1.2.8;
05_prerounding.tex, eq alice-live-increment first identity):
F_{k_Y,z} = H̄_{r,Y_i} — at the cut, the reveal martingale is the
bar-averaged effective effect of the forward datum. The forward datum
r is pinned by the signed pushforward carryover (review #11) plus
the order-compatibility facts deferred to this operator half.
Live increment, Alice side, upper cut (eq alice-live-increment
second identity): F_{k_Y+1,z} = H_{r,X_i} — one step past the cut,
the reveal martingale is the effective effect itself.
The fixed Bob effect under the Alice-reveal background (eq
alice-fixed-bob-effect with eq alice-live-increment third identity):
K_z(U_A) = 𝔼[F^{b_D} ∣ U_A] = K_{r,Y_i} — Bob's word is revealed on
D ∪ L_Y⁺ ∪ π_X^{≤k_X}, which is exactly the forward {i} ∪ C_Y.
Live increment, Bob side, lower cut (eq bob-live-increment
first identity): G_{k_X,z} = K̄_{r,X_i}.
Live increment, Bob side, upper cut (eq bob-live-increment
second identity): G_{k_X+1,z} = K_{r,Y_i}.
The fixed Alice effect under the Bob-reveal background (eq
bob-live-increment third identity): H_z(U_B) = H_{r,X_i}.
Strengthened pushforwards (review-#14 note N3) #
The signed pushforward statements (review #11) carry the live
coordinate, the blocks, and the cut values, and defer order
compatibility; the wiring identities above take that compatibility as
prefix-set hypotheses. The strengthened forms below expose exactly
those prefix conjuncts, so the arena invocation (node 1.2.11) can
discharge the wiring hypotheses from one bijection. Provable by the
same order surgery as the signed aliceReveal_pushforward_eq /
bobReveal_pushforward_eq (deleting at the cut preserves the strict
prefix and the untouched forward-side order).
Alice-reveal pushforward, strengthened carryover (node 1.2.8; 05_prerounding.tex "Both reverse experiments have exactly the forward law", with the order compatibility deferred by review #11 now explicit): the datum bijection matches laws pointwise and carries over the live coordinate, blocks, cut values, AND both prefix sets.
Bob-reveal pushforward, strengthened carryover (mirror).