Stephen Tashi said:
Ok, but what you've presented so far doesn't make sense. If we are doing to do a dx,dy,dz type of argument it has to make sense to a dx,dy,dz type of thinker.
I think the case of Z = X + Y does make sense:
Z_PDF(z)*|dz| = integral wrt x from -inf to inf of X_PDF(x)*|dx| * Y_PDF(z-x)*|dy|
This would produce the right hand side sum:
X_PDF(-inf)*|dx| * Y_PDF(z-(-inf))*|dy| +
X_PDF(-inf+dx)*|dx| * Y_PDF(z-(-inf+dx))*|dy|
X_PDF(-inf+2*dx)*|dx| * Y_PDF(z-(-inf+2*dx))*|dy| +
...
X_PDF(inf)*|dx| * Y_PDF(z-(inf))*|dy|
We get the sum of the probabilities of each infinitesimal point on that infinite line where z is some constant c and the result is Z_PDF(c)*|dz| (the probability that any point OR the others on that line will be the outcome).
Wouldn't the same reasoning work for another dimension of source RV, giving us a plane of points we need to sum the probabilities for? Maybe we don't need to look at the area/volume etc. of the shape, just the probabilities of the points? So we only use the integral signs to produce the coordinates of those points and make sure that the change of the last variable (y = z-x in the above 2D case) keeps the coordinates on that line/place etc.
2D: z = x + y => (x, z-x) are the points on the 1D line where z is constant
3D: w = x + y + z => (x, y, w-x-y) are points on the 2D plane where w is constant
4D: q = x + y + z + w => (x, y, z, q-x-y-z) are points in the 3D volume where q is constant
Hm, is that correct?
Then maybe the area/volume element comes in automatically when dividing the right hand side substituted variable's delta by the left hand side delta. but yes, it feels too speculative.. so maybe we need a more analytic solution that you propose.