Suppose I have encoded a set of cardinality n in a standard Bloom filter (m bits, k hash functions).
I randomly select p bits from the Bloom filter and run the membership query with those p bits only.
What will the false positive/false negative rates be?
This has certainly been studied before in the literature: Could someone provide me with the relevant link?