I have a question about conditional distribution. Suppose we have three independent random variables $X_1$, $X_2$, $X_3$.
Then we have mapping $Y_1=g(X_1, X_2)$. The mapping is not necessarily an invertible function, meaning it can be many to one eg. many combinations of $(X_1, X_2)$ have same $Y_1$ value. And we also have another mapping $Y_2=f(X_1,X_2,X_3)$.
My question is can we say the distribution functions follow $$P_{Y_2 \mid X_1,X_2}(y_2)=P_{X_3}(v)=P_{Y_2 \mid Y_1}(w)$$ where $v$ and $w$ are function of $x_1, x_2,y_2$. Please explain the answer. If $Y_1, Y_2$ are invertible function meaning one to one does the answer change?
Edit: Example $$Y_1=X_1+X_2$$ $$Y_2=X_1+X_2+X_3$$ where $X_1,X_2,X_3$ are independent. And $P_{X_3}$ is the distribution function of $X_3$. I think the above relation hold in this case. Does it hold generally? is my question.