I'm trying to prove the hypergeometric distribution the alternative way using algebra from this link http://www.math.uah.edu/stat/urn/Hypergeometric.html stated as where n is the sample size, r is the subset of total population m.
$P(Y=y)=\frac{\binom{n}{y}r^{y}(m-r)^{n-y}}{m^n} $
I can prove this using bernoulli trials, however this requires independent with replacement.
The above website gives an explanation regarding drawing from ordered sequences, if you're drawing from ordered sequences then selecting one $P(Y=1)=\binom{n}{1}\frac{r}{m}^{1}(1-\frac{r}{m})^{n-1} $ From here I can derive the hypergeometric in the 'binomial' alternative definition.
but this I think is not right because what about without replacement in the model?
Any help will be great.
thank you