Let $X,Y$ be two independent r.v's with geometric distribution: parameters $\lambda, \mu $, respectively. Let $Z = \min(X, Y) $. Show $Z$ is geometric with parameter $\lambda \mu $.
$$Attempt $$
By hypothesis, I know $P^X( A \in X) = \sum_{j \in A} \lambda^j (1-\lambda) $ and $P^Y(B \in Y) = \sum_{j \in B} \mu^j(1 - \mu) $. Next, I have
$$ P^Z(Z \in C) = \sum_{j \in C} P(Z = j ) = \sum_{j \in C} P( \min(X,Y) = j) $$
We know $X,Y \geq \min(X,Y) $, therefore, $P( \min(X,Y) =j ) = P(X \geq j, Y \geq j ) $ and since $X,Y$ are independent, we have $P(X \geq j, Y \geq j ) = P(X \geq j) P(Y \geq j )$. Here is where I am stuck. Am I on the right track ?