Suppose two players play some game countably many times, where result can be that person $A$ wins or person $B$ wins. Set $\Omega = \{x_A, x_B \}^{\mathbb{N}}$, where $x_A$ means result that $A$ wins and the same for $B$. $\sigma $-algebra $F$ is a product of power set of set $\{x_A,x_B\}$ finitely many times. Person $A$ wins with probability $p$ and person $B$ with probability $(1-p)$. Lets have shift $T: \Omega \to \Omega $ which is $T(x_1, x_2,... )=(x_2, x_3 ,... )$.
Now i have two events: First: $W_A=\{(x_1,x_2,...)∈Ω; x_1=x_A \}$, so that in the first game person $A$ wins and the second is $W_B=\{(x_1,x_2,...)∈Ω;x_1=x_B\}$, so that in the first game person $B$ wins.
I need to show that for every event $C$ in our σ-algebra $F$ it holds: $P(T^{-1}(C)|W_A)=P(T^{−1}(C)|W_B)=P(C)$, where $P$ is probability measure and it is a product of distributions $ \begin{pmatrix} x_a & x_b\\ p & (1-p) \end{pmatrix} $.
Thanks for help.