If X is a random variable with the following densitiy $f_X(x) = \lambda e^{-\lambda x}$ for $ x \ge 0$ else $0$ (Exponential distribution)
Y is a random variable with density $f_Y(y) = 1$ if $0 \le y \le 1$ else $0$ (Uniform distribution with bounds [0, 1])
Assume X and Y are independent.
Now goal is to compute $f_{X + Y}(z)$.
The solution now has 3 cases.
Case 1: $z < 0$: $f_{X + Y}(z) = ...$
Case 2: $z < 0 \le 1$: $f_{X + Y}(z) = ...$
Case 3: $z \ge 1$: $f_{X + Y}(z) = ...$
What I don't understand is how these 3 bounds ($z < 0$, $z < 0 \le 1$, $z \ge 1$) are chosen.

