Calculate simple bound on coupon collector

190 Views Asked by At

I came across this paper which gives bounds on weighted coupon collector problem. This paper, in short, tries to prove various lower and upper bounds for the expected number of draws till we see all coupons. U1 is one of the upper bounds for the expectations. Page 451 contains a table where reference to U1 is given as 'folklore'. I presume this is trivial to follow from the definition but I can't see the logic behind this. Does anyone have hints for me? I tried to get this bound by taking the limit of probability that some coupon is not found after n tries but that needs n to be infinity.

1

There are 1 best solutions below

0
On

$\frac{\log n}{p_1}$ is not an upper bound for the expected number of coupons drawn, since it's zero for $n=1$.

However, replacing $\log n$ by $H_n$ yields $\frac{H_n}{p_1}$, which is an upper bound since it's the expected number of coupons drawn if we reduce the drawing probability of all coupons to $p_1$.