Hash-cell occupancy amplification #
This module transfers the constant one-hash occupancy gap to exponentially small error using strict majority over independent affine-hash seeds.
A seed belongs to the amplified positive event exactly when the occupancy test returns true.
A seed belongs to the amplified negative event exactly when the occupancy test returns false.
Seeds returning false are the complement of seeds returning true.
If the mean target-cell size is at least 8, the amplified occupancy test
returns true with probability at least 1 - 2^-errorBits.
If the mean target-cell size is at least 8, the amplified occupancy test
returns false with probability at most 2^-errorBits.
If the mean target-cell size is at most 1/8, the amplified occupancy test
returns true with probability at most 2^-errorBits.