Two uniform draws, their minimum and their maximum. How tightly do the two ends move together?
solvedmedium1 min
Let X1 and X2 be independent, each uniform on [0,1], with Y=min(X1,X2) and
Z=max(X1,X2). For y,z∈[0,1], what is P(Y≥y∣Z≤z)? What is the
correlation of Y and Z?
The max is at most z exactly when both draws are, an event of probability z2. Asking in
addition that the min be at least y forces both draws into [y,z], an event of probability
(z−y)2 when y≤z. The conditional probability is their ratio,
P(Y≥y∣Z≤z)=z2(z−y)2,0≤y≤z,(1)
and it is 1 when y≤0 and 0 when y>z.
Both draws below z make the lower-left square of area z^2. Demanding both also above y shrinks it to the inner square of area (z-y)^2, so the conditional probability is the ratio of the two.
For any two numbers the smaller times the larger is just their product, so YZ=X1X2 at
every outcome. Independence then hands over the mixed moment directly,