I am having difficulties understanding how it is possible to create, given one binary symmetric channel (BSC) with crossover probability $p<\frac{1}{2}$, an equivalent BSC with crossover probability $p'>\frac{1}{2}$, while maintaining reliability of the underlying transmission.
To allow discussion of reliability w.r.t BSC, I want to introduce transmission schemes. Let us suppose we are dealing with the transmission scheme described in the following figure:
The current question places the given BSC as the channel in the middle, and also ensures us the existence of an encoder-decoder pair, denoted $(E,D)$, that allows for reliable transmission. Let us denote this transmission scheme $T_1$.
I want to build a new transmission scheme, denoted $T_2$, with its own encoder-decoder pair, $(E',D')$, that builds on $T_1$, and for which the crossover probability is $p'>\frac{1}{2}$.
According to Wikipedia, the receiver can use bit-flip on top of the existing BSC. I am trying to translate this into a formal answer. I have:
- The encoder stays the same. Thus, $E' = E$. .
- The bit-flip is an preliminary operation performed by the old channel decoder. Let us denote the bit-flip operation as $BF$. Then, we have $D' = D\circ BF$.
But here as where I come across the following difficulty: Since I used bit-flip, and it is the only difference between the two transmission schemes, how is it possible that reliability is maintained?
Formally:
- Let $T_1$ be the original transmission scheme with crossover probability $p$, and encoder-decoder pair $(E,D)$. It has output $\hat{W_1}$, with high probability.
- Let $T_2$ be the new transmission scheme with crossover probability $p'$, and encoder-decoder pair $(E',D')$. It has output $\hat{W_2}$, with high probability.
But, since, the transmission schemes are different in and only in the bit-flip step, we have $\hat{W_1} \neq \hat{W_2}$, with high probability.
Then, let $c$ is the noise induced by the original channel, which is unchanged in both $T_1,T_2$. We know that $T_1$ is reliable, and so, with high probability: $$W = \hat{W_1} = D(E(W)+c)$$
But since $\hat{W_1} \neq \hat{W_2}$, we also have, with high probability: $$W\neq \hat{W_2} = D'(E'(W)+c)$$
So how is the new transmission still reliable?
Edit:
I did not understand the following:
- A binary symmetric channel is actually a set of channels, with a parameter that is changeable.
- The function of a decoder.
- If I know one transmission scheme satisfies what I want, I do not have to take the channel from it "as-is" to create a new transmission scheme. I might need to take the encoder of the decoder of that transmission scheme.
Thank you!

With respect to the question I had: