Consider the triangular hat function:
\begin{equation} \varphi(x) = \begin{cases} 1 - |x|, & \text{if } x \in [-1, 1], \\ 0, & \text{otherwise.} \end{cases} \end{equation}
It is well known that $\varphi$ is the pdf $$Y = X_1 + X_2 - 1,$$ where each $X_i$ is a uniformly distributed random variable on $[0,1]$.
I am interested in the following question: is it possible to find a sequence of random variables, $X_n$, with smooth pdf supported $[-1,1]$ such that the pdfs of $X_n$ converges to the pdf of $Y$?
Edit: The motivation is that this function has shown up in a different non-probabilistic problem. In that context, I am looking for a preferably smooth function approximating $\varphi$. The motivation to find a sequence is that I can use concentration inequalities to sharply bound error estimates.
Let $Z$ have a smooth pdf concenetarted on $(-1,1)$, independent of $Y$ and consider $U_n=1_{|Y| \le 1-\frac 1n }Y+\frac Z n$. Then $U_n$ is absolutely continuous simply because $Z$ is absolutely continuous and independent of $1_{|Y| \le 1-\frac 1n }Y$. Clearly, $U_n \to Y$ a.s. and $|U_n| \le 1$. Since convolution is a smoothing operation, the distribution of $U_n$ as smooth as the distribution of $Z$. This construction does not depend on the specific pdf $\varphi$.