Let $X_1,...,X_n$ be independent uniform $(0, 1)$ random variables. Find the conditional density of $X_1$ given that it is not the smallest of the $n$ values.
Here is my idea:
Let $Y$ denote that $X_1$ is not the smallest value
By intuition, $F_{X_1|Y}(x_1|y)=\frac{F_{X_1}(x_1)\cdot F_Y(y)}{F_Y(y)}=F_{X_1}(x_1)=\int_{0}^{x_1}1 \mathrm{d}x_1=x_1$
But I wonder if $Y$ and $X_1$ are independent and how to prove it strictly
Let $Y=X_{(1)}$ be the minimum of the $X_i$. For $t\in(0,1)$ we have \begin{align} \mathbb P(Y\leqslant t) &= 1-\mathbb P(Y > t)\\ &= 1 - \mathbb P\left(\bigcap_{i=1}^n \{X_i>t\} \right)\\ &= 1 - \prod_{i=1}^n\mathbb P(X_i>t)\\ &= 1- \mathbb P(X_1>t)^n\\ &= 1-(1-t)^n, \end{align} and so the density of $Y$ is $f_Y(t)=n(1-t)^{n-1}\mathsf 1_{(0,1)}(t)$.
Let $E=\{X_1=Y\}$, then the distribution of $X_1$ conditioned on $E$ is the same as the distribution of $Y$. By the law of total probability, we have for $t\in(0,1)$ $$ 1 = f_{X_1}(t) =f_{X_1}(t\mid E)\mathbb P(E) + f_{X_1}(t\mid E^c)\mathbb P(E^c) = f_{X_1}(t\mid E)\frac 1n +f_{X_1}(t\mid E^c)\frac{n-1}n. $$ It follows that $$ f_{X_1}(t\mid E^c) = \left(\frac n{n-1}\right)\left(1 - f_{X_1}(t\mid E)\frac1n \right)=\left(\frac n{n-1}\right) (1-(1-t)^{n-1})\mathsf 1_{(0,1)}(t). $$