If we have two random variables X and Y with a joint density function $f_{XY}(x,y)$. How can I express the marginal density functions $f_{X}(x)$ and $f_{Y}(y)$ using the Lebesgue integral? I know that
$f_{X}(x) = \int^\infty_{-\infty}f_{XY}(x,y)dy$
$f_{Y}(y) = \int^\infty_{-\infty}f_{XY}(x,y)dx$
but how can I express these integrations using the Lebesgue integration without using the Lebesgue measure and without using the change of variable formula?
Thanks