Let $X_{(1)},...,X_{(n)}$ be the order statistics of a set of $n$ independent uniform $(0,1)$ random variables. Find the conditional distribution of $X_{(n)}$ given that $X_{(1)}=s_1,X_{(2)}=s_2....,X_{(n-1)}=s_{n-1}$
I need to find: $P[X_{(n)}\le x_n| X_{(1)}=s_1,X_{(2)}=s_2....,X_{(n-1)}=s_{n-1}]$ which is equal to: $${P[X_{(n)}\le x_n, X_{(1)}=s_1,X_{(2)}=s_2....,X_{(n-1)}=s_{n-1}]\over P[X_{(1)}=s_1,X_{(2)}=s_2....,X_{(n-1)}=s_{n-1}]}$$
but I have no idea how to compute the above probability and also I don´t know how to use the fact that the variables are uniform and independent. I would really appreciate if you can help me with this problem
Given all $n-1$ values of $\mathbf{x}$, the probability of the largest one being smaller than $x_n$, i.e. $P(X_{(n)}\leq x_{n}|\cdots)$ is equal to $1-P(X_{(n)}> x_{n}|\cdots)$. The key point is that if $X_{(n)}$ is larger than $x_{n}$, due to the order statistic we also know that it is larger than all other $x_i$, $i<n$. This says that $$1-P(X_{(n)}> x_{n}|X_{n-1}=x_{n-1},\cdots)=1-P(X_{(n)}> x_{n},X_{n}>x_{n-1},\cdots)$$ $$=1-P(X_{(n)}> x_{n})P(X_{n}>x_{n-1})P(X_{n}>x_{n-2})\cdots$$ $$=1-(1-U(x_n))(1-U(x_{n-1}))(1-U(x_{n-2}))\cdots$$
where $U$ is the uniform c.d.f. The second equality is due to independency.