$\newcommand{\Var}{\operatorname{Var}}$Let $X$ be some random veriable. Is the following inequality true $$ \Var(X\mid X\in A) \le \Var(X) $$ where $A \subseteq \mathbb{R}$ is some measurable set. The conditional variance is defined as $$ E[(X-E[X\mid X\in A])^2\mid X\in A] = \Var(X\mid X\in A). $$
For expected value it is easy to find a counter example. For example, take $X = \pm 1$ equally likely. Then, \begin{align} & E[X]=0 \\ & E[X\mid X \in (0,2)]=1 \end{align}
If we do this for variance, we get that \begin{align} E[(X-E[X\mid X\in A])^2\mid X\in A]= 0 \end{align}
This inequality appears to be true for the case when $X$ is normal with variance $\sigma$ and $A$ is an interval. We have that $$ \Var(X\mid X\in [-t,t])= \sigma^2 \rho(t) $$ where $\rho(t) \le 1$. See [wiki][1] for more details
I tried to show this but only got to the following inequality \begin{align} \Var(X\mid X\in A)&= E[(X-E[X\mid X\in A])^2\mid X\in A]\\ & \le E[(X-E[X])^2\mid X\in A] \text{ use $E[X\mid X\in A]$ is minimizer of quadratic term} \\ & = \frac{E[(X-E[X])^2 1_{A}(X)]}{P(X\in A)}\\ & \le \frac{E[(X-E[X])^2 ]}{P(X\in A)}\\ & = \frac{\Var(X)}{P(X\in A)}\\ \end{align} [1]: https://en.wikipedia.org/wiki/Truncated_normal_distribution
Counterexample: $$X \sim \operatorname{Binomial}(n = 3, p = 1/2),$$ then $$\operatorname{Var}[X] = 3/4,$$ but $$Y = (X \mid X \ne \{1, 2\})$$ is a scaled Bernoulli distribution with scaling constant $3$ and $p = 1/2$, thus $$\operatorname{Var}[Y] = 9(1/2)(1-1/2) = \frac{9}{4}.$$