Let $A_1, A_2, A_3, ..., A_n (n>1)$ be independent events such that $P(A_i)=\frac{1}{i}$. What is the smallest possible size of $\Omega$? And what if $P(A_i)=\frac{1}{e^i}$?
I imagine this as tossing $n$ unfair coins, where the first one always lands heads and the others can land either heads or tails, hence there would be $2^{n-1}$ possible outcomes and that is the size of $\Omega$.
If $P(A_i)=\frac{1}{e^i}$, then the situation is the same, but the first coin can also land either heads or tails, hence the answer is $2^n$.
Is this correct? A similar question was asked here, but in my case one event has a probability of $1$.