Let $X, Y$ be independent geometric r.v.'s with paramaters $\lambda$ and $\mu$. Let $Z = \min(X,Y)$ and show that $Z \sim$ Geometric$(\lambda\mu)$. I have seen 5 posts of the same question on this website and yet I cannot get the right answer. This is how I try to prove it. We have $$P(X = i) = (1 - \lambda)^i\lambda \ \text{and} \ P(Y = i) = (1- \mu)^i\mu$$ where $i = 0, 1, 2, \dotsc$ Then $P(Z \geq i) = P(X \geq i)P(Y \geq i)$ by independent of r.v.'s. Since $$P(X \geq i) =1 - \lambda\sum_{j=0}^{i-1}(1-\lambda)^j = 1 - \lambda\left(\frac{1 - (1-\lambda)^i}{1 - (1-\lambda)}\right) = (1-\lambda)^i,$$ we have $P(Z \geq i) = [(1-\lambda)(1-\mu)]^i.$ So, $$P(Z= i) = P(Z \geq i) - P(Z \geq i + 1)$$ which is equal to $$[(1-\lambda)(1-\mu)]^i - [(1-\lambda)(1-\mu)]^{i+1} =[(1-\lambda)(1-\mu)]^i(1 - [(1-\lambda)(1-\mu)]).$$ Hence $$P(Z = i) = \mu + \lambda - \lambda\mu[1 - \mu - \lambda + \lambda\mu]^i.$$ But then this means $Z \sim$ Geometric$(\mu + \lambda - \lambda\mu)$. In the post: If $X,Y$ are independent and geometric, then $Z=\min(X,Y)$ is also geometric , It says as a hint that $$P(Z > t) = (\lambda\mu)^t.$$ This is not what I acquired however. Can someone please point out my mistake?
EDIT: I have tried using $$P(X = i) = \lambda(1 - \lambda)^{i-1}, \ \ \ \text{for} \ i \in \mathbb{N}.$$ Then $$P(X \geq i) = 1 - \lambda\sum_{j=1}^{i-1}(1-\lambda)^{j-1} = 1- \frac{\lambda}{1 - \lambda}\left(\sum_{j=0}^{i-1}(1-\lambda)^j - 1\right) = (1-\lambda)^{i-1}.$$ Using the same calculation as above I obtain $$P(Z = i) = \mu + \lambda - \lambda\mu[1 - \mu - \lambda + \lambda\mu]^{i=1}.$$ I still cannot conclude that $Z \sim$ Geometric($\lambda\mu$) from this result.