How can I prove this statement?
If $X\sim \textbf{Laplace}(0,\lambda^{-1})$. Prove that $|X|\sim \textbf{Exp}(\lambda)$
My approach: Since that $X\sim \textbf{Laplace}(0,\lambda)$, so the density function is $$f_{X}(x)=\frac{1}{2\lambda^{-1}}e^{-\frac{|x-0|}{\lambda^{-1}}}, x\in \mathbb{R}, \lambda>0$$
Now, let $Y=|X|$, so we have that $Y$ is $\nearrow$ in $[0,\infty)$ and $y=x$, $x\in [0,\infty)$.
So, by transformation theorem and taking $h^{-1}(y)=y$, we have that $$f_{Y}(y)=\frac{1}{2\lambda^{-1}}e^{-\frac{|y|}{\lambda^{-1}}},\quad x\geq 0 $$
and similar, we have that $$f_{Y}(y)=\frac{1}{2\lambda^{-1}}e^{-\frac{|-y|}{\lambda^{-1}}},\quad x<0$$
So, we have that $$f_{|X|}(x)=\frac{1}{2\lambda^{-1}}e^{-\frac{|x|}{\lambda^{-1}}}, x\in \mathbb{R}, \lambda>0$$
But, I think that I can't conclude with that information that $|X|\sim \textbf{Exp}(\lambda)$.
The PDF of $Y,f_Y(y)$ has to depend on $y$, not $x$. Since $Y=|X|$ is not a bijection, you run into an issue.
The distribution function of $Y$ is$$F_Y(y)=P(Y\le y)=P(|X|\le y)=\begin{cases}0,&y\le0\\P(-y\le X\le y),&y>0\end{cases}$$The PDF of $Y$ is $0$ for $y<0$. Using $P(-y\le X\le y)=F_X(y)-F_X(-y)$ where $F_X(x)$ is the distribution function of $X$, we get for $y>0$,$$f_Y(y)=f_X(y)+f_x(-y)=2f_x(y)$$which is the PDF of exponential distribution.