change probability in definition of PP

Lets say a separation using pQ exists for LΣ if there exists a polynomial probabilistic Turing machine M such that:

xLPr[M accepts x]>p xLPr[M accepts x]<p

LPP iff there exists a separation for L using 12 (we can use a strong inequality in both cases). We proceed to show that p,q(0,1)Q, if there exists a separation for L using p, then there exists a separation using q. Now, given a machine Mp with separation p for L, lets consider a machine Mq, which starts by tossing an α-biased coin. If the outcome is 1 then it accepts, otherwise it simulates Mp on the input and returns it’s answer.

Since we want Mq to be polynomial in the worst case, we restrict the simulation of the α-biased coin to a certain number of iterations, such that the simulation halts with probability 1ϵ (this can be done for any ϵ>0, simply use the fact that the simulation runs in expected constant time, and apply Markov’s inequality). If the simulation didn’t halt, Mq accepts. In this case we have:

Extra \left or missing \rightM_qacceptsx=ε+(1-ε)α+(1-α)M_pacceptsx, so:

Extra \left or missing \rightM_qacceptsx> ε+(1-ε)α+(1-α)p

Extra \left or missing \rightM_qacceptsx< ε+(1-ε)α+(1-α)p This means it is enough to require q=ϵ+(1ϵ)(α+(1α)p). Equivalently, α=qpϵ(1p)1ϵ.

Since p,q(0,1)Q, if q>p we can find a small rational ϵ and rational α(0,1) to satisfy this. If p>q you can change Mq to reject when the outcome of the α-biased coin is 1. When this equality holds, Mq achieves q separation for L and we are done.