Let $X_1, X_2, ..., X_n$ be independent continuous random variables each with cumulative distribution function $F$. Show that the joint cdf of $X_{(1)}$ and $X_{(n)}$ is
$$ F(x, y) = F^n(y) - [F(y) - F(x)]^n, \quad x \leq y $$
My attempt: $$ F_{X_{(1)}}(x) = 1 - [1 - F(x)]^n , \quad F_{X_{(n)}}(y) = F^n(y) $$
$$ F(x, y) = F_{X_{(1)}}(x)F_{X_{(n)}}(y) = \{1 - [1 - F(x)]^n\}[F^n(y)] $$
$$ = F^n(y) - F^n(y)[1 - F(x)]^n$$
The only problem is that $$F^n(y)[1 - F(x)]^n \neq [F(y) - F(x)]^n.$$