Please assist with this problem.
Suppose 3 (distinct) points are uniformly and independently distributed on a circle of unit length (smaller than a unit circle!). This is really circle and not disc. Call one of these points $B$. Let $M$ be the minimum distance between any 2 of the points.
Find the pdf of $M$. (Well there's no measure theory for this problem, but I assume this pdf exists. Of course we can see for ourselves by computing the cdf $F_M(m)= P(M \le m)$ 1st and then hope the cdf is absolutely continuous.)
My model: The circle is bijective with $[0,1)$, so let's call these 3 points $A,B,C$ s.t. they are iid $\sim \ Unif(0,1)$ (or $[0,1)$ or whatever).
Question: Well, I hope to find the pdf of $M$ via its cdf, which I think I'm able to compute if I know what $M$ is. What is $M$?
I think $M=\min\{X,Y,1-Y,1-X$ $,|X-Y|,1-|X-Y|\}$, where $X$ and $Y$ are the anti-clockwise distances from $B$ to, resp, $A$ and $C$. Somehow $X$ and $Y$ are iid Unif(0,1).
How would I compute $M$'s distribution?
These questions are all related, but I hope I made each self-contained

Three points on a circle divide it in three arcs. One from the arcs is the shortest one. Let its length be $m$. Where can we place the third point? It cannot be closer than $m$ to any of both points. It means it cannot be on the shorter arc connecting the points, and it cannot be on the parts of the larger arc which are closer than $m$ to one of the two first points. Hence in total the arc of the length $3m$ is not accessible for the third point and there remains only the arc of $1-3m$ for it. Therefore the pdf for the shortest distance is: $$\rho(m)= \begin{cases} a(1-3m),&m<\frac13\\ 0,&m>\frac13 \end{cases} $$ The simplest way to compute the constant $a$ is to use the condition: $$ \int_0^1\rho(m)\,dm=1 $$ which results in the value $a=6$.