Solved – Probability $X$ is less than mean

expected valueprobability

Let $X$ be a random variable with expected value $\mu$. I need an upper bound on $\Pr( X < \mu )$. All of the bounds I could find deal with something like $\Pr( X < \mu – a)$ and become trivial if $a = 0$.

In the particular case I am interested in $X$ is a finite sum of independent random variables, i.e. $X = \sum_i x_i$, $x_i \in \{0, 1 \}$, where $Pr( x_i = 1) = p_i, Pr( x_i = 0) = 1 – p_i$.

Additionally, I know that $\mu \ge 1$; I don't know if that makes a difference.

Any help would be appreciated.

Best Answer

I think your upper bound is 1 since (by way of contradiction) for any upper bound $p$ less than 1, a Bernoulli($\pi$) random variable, $X$, having $0 < \pi < p$ will have $\mbox{Pr}(X < \mu) > p$.

Related Question