Is it okay to divide something by a random variable that can take on the value of 0 with probability greater than 0?
For example, we know that, by using Slutsky's Theorem, If $\hat{p^*} = \frac{Y}{n}, Y \sim Bin(n,p)$,
then $\frac{\hat{p^*}-p}{\sqrt{\hat{p^*}(1-\hat{p^*})/n}} \rightarrow^d N(0,1) $
(i.e. $\frac{\hat{p^*}-p}{\sqrt{\hat{p^*}(1-\hat{p^*})/n}}$ converges in distribution to $N(0,1)$ ).
But here, $\hat{p^*}$ is a random variable that can take on the value of $0$ with probability greater than $0$, which means that the probability that $\sqrt{\hat{p^*}(1-\hat{p^*})/n}$ is equal to $0$ is also greater than $0$. so I am not sure whether it is indeed mathematically okay to write an expression like $\frac{\hat{p^*}-p}{\sqrt{\hat{p^*}(1-\hat{p^*})/n}}$ , because we are not supposed to have $0$ in denominator of a fraction.
So to summarize, is it okay to have an expression like $\frac{c}{Y}$,
where
$c=$ constant, and
$Y=$ a random variable that can take on the value of 0 with a probability greater than $0$.
I hope my question makes sense.
Thank you,
It stems from an asymptotic result (De-Moivre-Laplace theorem). If $X_1, X_2,...$ are i.i.d Bernoulli r.v.s with $p$, then for $n\to \infty$ you have $$ \frac{\sum_{i=1}^n X_i - np}{\sqrt{np(1-p)}} \xrightarrow{D} \mathcal{N}(0,1). $$ Namely, you are right that for any finite $n$ (even very large ones) $$ \mathbb{P}(n^{-1}\sum_{i=1}^n X_i = 0) >0. $$ However, for $n\to \infty$ and $p\in(0,1)$, $$ \lim_{n\to \infty} \mathbb{P}(n^{-1}\sum_{i=1}^n X_i = 0) =0. $$ In other words, the sample variance of $\hat{p}$ that is written as $n^{-1}\hat{p}( 1 - \hat{p})$ converges in probability (in this case, you got the almost surely converges as well due to SLLN) to $p(1-p) > 0$. And $\sqrt{n}(\bar{X}_n - p) \xrightarrow{D} \mathcal{N}(0, p(1-p))$, hence you can use Slutsky and the continuous mapping to get $$ \frac{\sqrt{n}(\bar{X}_n - p)}{\sqrt{\hat{p}(1-\hat{p}}} \xrightarrow{D} \frac{1}{\sqrt{ p(1-p) }}\mathcal{N}(0, p(1-p)) = \mathcal{N}(0,1). $$ Meaning that every use of this result for finite sample sizes is just an approximation, hence it "is not OK" in this sens to divide by such a r.v. However if you ever took a course in advanced econometrics or any other applied math or stats course, then you see tones of approximations and different rule of thumbs that "abused" the mathematical foundations for practical reasons.