← 返回数学题库
074概率困难derivationlong

Parity Bit Breaks Four-Wise Independence

题目

Let Ω={0,1,,15}\Omega = \{0,1,\ldots,15\} with uniform probability, representing all 44-bit binary strings b1b2b3b4b_1 b_2 b_3 b_4. Define four events: Ai={ωΩ:bi(ω)=1}A_i = \{\omega \in \Omega : b_i(\omega) = 1\} for i=1,2,3i = 1,2,3, and A4={ωΩ:b1b2b3=1}A_4 = \{\omega \in \Omega : b_1 \oplus b_2 \oplus b_3 = 1\} where \oplus denotes XOR. (a) Show that each AiA_i has probability 1/21/2. (b) Prove that {A1,A2,A3,A4}\{A_1, A_2, A_3, A_4\} is 33-wise independent: for every subset of size 33, the intersection has probability (1/2)3(1/2)^3. (c) Compute P(A1A2A3A4)P(A_1 \cap A_2 \cap A_3 \cap A_4) and show that 44-wise independence fails. (d) Explain why the parity event A4A_4 is fundamentally constrained by A1,A2,A3A_1, A_2, A_3.

解题计时

0:00

提交作答时记录,用于后续平均用时统计。

你的答案