Let's consider some discrete random variable $\xi$, which has it pdf as $p_{\xi}(x), \ x \in A \subset \mathbb{N}$.
And let's call $p^{u}_{\xi}(x)$ - censored distribution (upper), which is
$p_{\xi}^u(x) = \left\{ \begin{array}{rcl} p_{\xi}(x), & \ x \in A \cap \{x \in \mathbb{N} | x < x_{censored\_value}\} \\ Const, & \ x = x_{censored\_value} \end{array}\right.$
For example, for Poisson distribution: $p_{\xi}(x) = \frac{\lambda^{x}}{x!} \cdot e^{-\lambda}, \ x \in \{0, 1, 2, \dots \}$
and $p_{\xi}^u(x) = \left\{ \begin{array}{rcl} \frac{\lambda^{x}}{x!} \cdot e^{-\lambda}, \ x \in \{0, 1, \dots, x_{censored\_value}-1 \} \\ 1 - \sum\limits_{x < x_{censored\_value}} \frac{\lambda^{x}}{x!} \cdot e^{-\lambda}, \ x = x_{censored\_value} \end{array}\right.$
Question: Is that true in general, that a censored distribution always has lower variance than original one?
It is true in general. Let's suppose you have a a random variable $X$ and an upper censoring point $x_c$ with the censored random variable being $Y$. Let:
so $q_\le \le 0$ and $q_> \ge 0$ and $r_\le \ge q_\le^2$ and $r_> \ge q_>^2$.
We can then say
so $Var(X)-Var(Y)= (1-p)r_> - 2pq_\le(1-p)q_> -((1-p)q_>)^2$ which is non-negative because
making $Var(X) \ge Var(Y)$ as intuitively expected.