Let $X\sim\mathrm{ Uniform}(0,1)$. Consider the sequence $X_n = X^n$. I want to study the convergence in law of this sequence.
I did it using the distribution function, I have: $$F_X(x) = x \mathbb{1}_{[0,1](x)} + \mathbb{1}_{[1,\infty](x)}$$
Then:
$$F_{X_n}(x) = x^{\frac{1}{n}}\mathbb{1}_{[0,1]}(x) + \mathbb{1}_{[1,\infty]}(x)$$
As n goes to infinity, I think I get the following function:
$$G(x) = \mathbb{1}_{[0,\infty]}(x)$$ The theory tells me that this is the distribution function of a random $Y$ variable such as $X_n \to Y$ in law. This may sound stupid, but which random variable has such distribution?
To me it feels like it must be $X = 0$ because deriving $G(x)$ gives me just 0 which should be the density.