Let $X_1,X_2,\ldots$ be independent r.v. and uniformly distributed on $[0,1]$. Let $n\in\mathbb N$.
How can I determine the cumulative distribution function (CDF) $F_n$ of the random variables $n \min\{X_1,X_2,\ldots,X_n \}$ and to what CDF does $F_n$ converge for $n \to \infty$?
My attempt: I wasn't sure how to really start because the factor "$n$" is making things difficult so I have a few questions upfront:
When dealing with problems like this, is my strategy to find the probability density function (PDF) first and only then try to figure out the CDF or can I go straight to determining the CDF?
What is the correct notation for the CDF? I am used to seeing $F_X(x)$=$P(X\le x)$ which makes sense to me since it specifies the distribution "$X$" and the value "$x$". Is $F_n$ just an equivalent notation?
For the CDF my guess would be:
$$F_n=\begin{cases}0 & \text{for} & x <0 \\ ? & \text{for} & 0 \le x\le 1 \\ ? & \text{for} & x>1\end{cases} $$
I just don't know how to deal with the $n$ factor.