What is the expected minimum euclidean distance between $N$ points uniformly and independently chosen on the shell(sphere) of 3-D ball of radius $R$? Note that the expected minimum distance might be difficult to compute, so a good lower bound is also fine.
My approach I take the approach similar to this question.
Suppose we put $N$ circles of radius $r$ uniformly on the surface of the ball.
Therefore we could compute the expected minimum distance by the following expression
\begin{align}
E[D]=\int_0^\infty P(D>t) dt.
\end{align}
So, it remains to compute $P(D>t)$. Actually, since we are after a lower bound on $E[D]$ it is enought to give a lower bound on $P(D>t)$.
Let $S_i$ be the event that the pair of circles does not intersect which should be given by \begin{align} P(S_i) = \frac{ Surf(R)-Surf(r)}{Surf(R)}= 1-\frac{ \pi r^2}{ 4\pi R^2}=1-\frac{ r^2}{ 4 R^2} \end{align}
Now the probability that euclidean minimum distance $D$ between $N$ balls is bigger than $t$ should be similar to \begin{align} P[ D \ge t] \stackrel{?}{=} P[ \cap S_i] \end{align} However, I think we somehow need to converte from the geodesic distance to euclidean distance but I am not very sure how to do that?