Omnium Gatherum
Consider
k
threads accessing concurrently a data structure with
n
entries. The probability that at least one thread access a particular entry is one minus the probability that every thread accesses an entry other than that:
Utile theorema .
When
, this is approximately
.
Ratio demonstrandi .
When
k
= 1, this is exact:
Considering
k
= 2 and
k
= 3 gives the general idea of an argument. We first reärrange
and then expand:
Here we can see the origin of the
term, and it appears that simply applying the binomial theorem will suffice.
to-do finish proof and remark this can be used to calculate chance of collision