This question comes from what I asked in a comment here, although I realized that I don't actually care about which input is less than the other, if they're different.
Alice and Bob have n-bit strings, and want to figure out if they're equal while doing little communication. $\:$ They can use a randomized solution, but there must be zero chance of getting the wrong answer.
Parametrized by $n$, how much communication is needed to for a protocol that:
- outputs one of {NO,MAYBE,YES}
- for all input pairs, the probability of the protocol outputting MAYBE on that pair is at most 1/2
- the protocol never outputs YES on unequal inputs, and never outputs NO on equal inputs ?
Since this falls between the deterministic and the standard randomized cases, the bounds for those are upper and lower bounds, respectively, for this question.