The following problem looks familiar and is probably a known result. Consider $N$ independent Bernoulli experiments with probabilities of success $p_i$ such that $\sum_{i=1}^N p_i = 1$.
What are the values of $p_i$ that minimize the probability to have at least one success? What is the minimum probability as $N$ goes to infinity.
My guess is that $p_i = 1/N$ with probability of at least one success $1 - (1 - 1/N)^N$ and the limit is $1 - e^{-1}$.
I presume the experiments are independent.
The probability of at least one success is $1 - (1-p_1)(1-p_2)\cdots(1-p_N)$. If you minimize this with the constraint $\sum_{i=1}^N p_i = 1$ (e.g. using Lagrange multipliers), you will get your guess $p_1 = \cdots = p_N = 1/N$. The rest of your work is then correct.