What is the interpretation/logic of this formula:
It's probability density function $f$, for $a<x<b$, is given by
$$ f(x;\mu,\sigma^2,a,b) = P(x|a<x<b) = \frac{p(x, a<x<b)}{P(a<x<b)}=\frac{p(x)}{P(a<x<b)} \\ = \frac{\tfrac{1}{\sqrt{2\pi}\sigma} \exp\{-\tfrac{(x-\mu)^2}{2\sigma^2}\}}{\Phi(\tfrac{b-\mu}{\sigma}) -\Phi(\tfrac{a-\mu}{\sigma})} = \frac{\tfrac{1}{\sigma} \phi(\tfrac{x-\mu}{\sigma})}{\Phi(\tfrac{b-\mu}{\sigma}) -\Phi(\tfrac{a-\mu}{\sigma})} $$
EDIT: I was confused with what goes in the numerator and denominator and the rationale behind it in order to be able to explaint it to myself. I was reading about conditional probability P(B|A) formula and I was confused because I thought that numerator equals Probability of X being in the range [a, b] times probability of X given its in the range.
Since I am learning this all by myself there are lots of things I am confused with and have no one to ask, except you guys here. As a result, this was the cause of a vague question at first.