Let $X_1 \sim \text{exp} \left( {\lambda}_1 \right)$ & $X_2 \sim \text{exp} \left( {\lambda}_2 \right)$, and they are independent.
Now consider the random variable $Y = \min \left[X_1, X_2 \right]$.
I need to estimate the $\mathbb{P} \left[Y = X_1 \right]$.
I can calculate the random variable $Y \sim \text{exp} \left( {\lambda}_1 + {\lambda}_2 \right)$
But how can I calculate above probability? Initially I thought that probability is zero given that we are having continuous distribution, but that assertion does not seem to be correct.
I am looking for a general framework for this type of problem.