Let $T \sim Unif(0, 1)$. Then, $f_T(t) = 1 \text{ for } t \text{ in [0, 1] (0 elsewhere)}$.
How do we formally compute $f_{T \mid T > 0.5}$?
Intuitively, $f_{T \mid T > 0.5}(t) = 2 \text{ for } t \text{ in [0.5, 1] (0 elsewhere)}$, because we know that $\int_{0.5}^1 f_{T \mid T > 0.5}(t)dt$ must be 1, because T can't be greater than 1, and we are given that T is greater than 0.5, and so T must be between 0.5 and 1. Thus, the integral of the PDF over that range must add up to 1. In addition, we also know that $T \sim Unif(0, 1)$, which is just a flat line. Thus, it makes sense that $f_{T \mid T > 0.5}$ must also be a flat line. The only flat line that integrates to 1 over the range of 0.5 to 1 is $f_{T \mid T > 0.5}(t) = 2$.
This distribution is simple enough that I can just figure this out in my head. However, I'm struggling to figure out the formal math behind how to do this in general.
For example, how would you compute $f_{X \mid X > 1}(x)$ if $X \sim \mathcal{N}(0, 1)$? I can't as easily reason about the normal distribution as I can about the uniform distribution, so I do not know how to approach this.
In general, how do you compute the PDF of a conditional distribution?