Let $X_1, X_2,..., X_n$ be a random sample from an infinite population with density function $f(x)$ and distribution function $F(x).$ Let $Y_{(1)}$ be the smallest value in the sample (the first order statistic). Express the density of $Y_{(1)}$ in terms of $n, f,$ and $F.$ This is for a homework problem.
I know that I wanna use the distribution function method in order to solve this.
$P(Y_{(1)}\le y)= 1 -P(Y_{(1)}\gt y)$
$= 1 -P(X_1,X_2,...X_n\gt y)$
$= 1 -P(X_1\gt y)P(X_2\gt y)\ ...P(X_n\gt y)$
$= 1 - [F(y)]^n $
Now where do I go from here?