This question is derived from this one about the ".632 Rule." I am writing with particular reference to user603's answer/notation to the extent it simplifies matters.
That answer begins with a sample of size $n,$ with replacement, from $n$ distinct items in collection (call) it N. The probability that the $i^{th}$ sample $s_i$ is different from a particular element $m$ of N is then $(1 - 1/n).$
In that answer all elements of N have an equal chance of being randomly drawn.
My question is this: suppose instead that in the above question the items to be drawn are such that they are normally distributed. That is, we subdivide the standard normal curve from $Z = -4$ to $Z = 4$ into (say) 100 equal-length subintervals. Each of the 100 items in N has a probability of being drawn that is equal to the area subtended by the curve in its respective interval.
My thinking was as follows:
The reasoning is similar to that in the linked answer I think. The probability that $s_i \ne m$, with $m$ an element of N, is $P(s_i \neq m) = (1 - F_i)$ in which $F_i$ is the probability of drawing $s_i.$
The probability that a particular element m is in the sample S of size n is
$$P(m \in S) = 1 - P(m \notin S) = 1 - \prod_1^n P(s_i \neq m)$$ $$ = 1 - \prod_1^n(1 - F_i). $$
A calculation seems to show that as the length of the subintervals gets small the answer converges to the same number as in the first case (probabilities of $s_i$ all equal).
This seems counterintuitive (to me) because the construction seems to throw in elements of N which are rare, so I would expect a number smaller than .632.
Also, if this is correct, I guess we would have
$$ \lim_{n \to \infty} \prod_1^n(1 - F_i) =\lim (1- 1/n)^n = 1/e, $$
which I don't know to be true or false yet.
Edit: If it's true it would probably generalize some.
Thanks for any insights.