I am trying to compute the probability of none the events occurs where the probability for each event is $Pr[A_i]=\frac{1}{n-1}$ for all i and these events are independent.
What is the $\prod_{i=3}^{n} \frac{1}{n-1}$ when n >= 3
I know that the Pr(none event occur) = 1 - Pr(at least one occur)
= 1 - $\prod_{i=3}^{n} \frac{1}{n-1}$
I want to proof that the probability that none of them occur is ≥1/8