Let $X$ and $Y$ be two discrete uniform i.i.d random variables distributed over $\{0, 1, 2,\ldots, N\}$. Find the pmf of $Z = \min(X, Y)$.
From what I understand, I have to find the joint $pmf$ first, which is just $1/(N+1)^2$ by independence. Now, I have to find the probability function $P(X_{(1)})$. Is this right? If so, how do I determine $P(X_{(1)})$ for $X_i$ discrete?
From two textbooks I have, I only found $P(X_{(1)} = x_i)$. Is $P(X_{(1)})$ = $P(X_{(1)} = x_i)$ for a generic $x_i$?
Thanks.
$P(Z\le n)=P(X\le n\ or\ Y\le n)=P(X\le n)+P(Y\le n)-P(X\le n \ and\ Y\le n) =\frac{2(n+!)}{N+1}-(\frac{n+1}{N+1})^2$
The last step uses the independence of $X$ and $Y$.
Since the random variables are discrete I am not sure what you would want for a density function.