[solution]
**Step 1: Pointwise convergence.**
For any fixed $x \in (0,1)$, choose $N \in \mathbb{N}$ with $1/N < x$. For all $n > N$, the point $x$ lies outside $(0, 1/n)$, so $u_n(x) = 0$. Thus $u_n(x) \to 0$ for every $x \in (0,1)$, and the sequence converges to zero $\mathcal{L}^1$-almost everywhere.
**Step 2: Strong convergence.**
We compute $\|u_n\|_{L^1(U)} = \int_0^1 n\, \mathbb{1}_{(0,1/n)} \, d\mathcal{L}^1 = n \cdot \frac{1}{n} = 1$. If $u_n \to u$ strongly, the limit must agree with the pointwise limit almost everywhere, forcing $u = 0$. But $\|u_n - 0\|_{L^1} = 1 \not\to 0$, so strong convergence fails.
**Step 3: Weak convergence.**
The dual of $L^1(U)$ is $L^\infty(U)$. Testing against the constant function $g \equiv 1 \in L^\infty(U)$,
\begin{align*}
\int_0^1 u_n \cdot 1 \, d\mathcal{L}^1 = 1 \quad \text{for all } n.
\end{align*}
Were $u_n \rightharpoonup 0$ weakly, this integral should converge to $0$. Since $1 \neq 0$, weak convergence to zero fails. Moreover, zero is the only possible weak limit (any other candidate $u \in L^1$ would have to equal the pointwise limit $0$ almost everywhere, by testing against indicators of intervals and using a density argument). Hence $u_n$ does not converge weakly in $L^1(U)$.
The mass concentrates at the origin rather than dispersing — a signature of the non-reflexivity of $L^1$. The [Weak Sequential Compactness](/theorems/214) theorem does not apply because $L^1$ is not reflexive. By contrast, the [Banach-Alaoglu theorem](/theorems/212) guarantees that $u_n$, viewed as a bounded sequence in $(C_0(U))^*$ via the Riesz-Markov theorem, has a weak* convergent subsequence. The limit is the Dirac mass $\delta_0$, which is a measure but not an $L^1$ function — the mass has escaped $L^1$ entirely.
[/solution]