change probability in definition of PP
Lets say a separation using exists for if there exists a polynomial probabilistic Turing machine such that:
iff there exists a separation for using (we can use a strong inequality in both cases). We proceed to show that , if there exists a separation for using , then there exists a separation using . Now, given a machine with separation for , lets consider a machine , which starts by tossing an -biased coin. If the outcome is then it accepts, otherwise it simulates on the input and returns it’s answer.
Since we want 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 (this can be done for any , simply use the fact that the simulation runs in expected constant time, and apply Markov’s inequality). If the simulation didn’t halt, accepts. In this case we have:
M_q=ε+(1-ε)α+(1-α)M_p, so:
M_q> ε+(1-ε)α+(1-α)p
M_q< ε+(1-ε)α+(1-α)p This means it is enough to require . Equivalently, .
Since , if we can find a small rational and rational to satisfy this. If you can change to reject when the outcome of the -biased coin is 1. When this equality holds, achieves separation for and we are done.