I was looking at the book "Asymptotic Theory of statistics and probability, DasGupta A., 2008" and in one point of a proof they use an inequality which I have not been able to understand.
Given that $X_i, i \in \{1,...,n\}$ are independent and identically distributed random variables, with mean $\mu$, and with sample mean $\overline{X}_n $, they state that
$$ \sum_{i=1}^n |X_i - \overline{X}_n|^3 \leq 2³\left( \sum_{i=1}^n |X_i - \mu|^3 + n|\mu - \overline{X}_n|^3 \right)$$
I don't know how the 2³ term appears. I've tried adding and substracting $\mu$ but I have not been able to proof the inequality. It would be perfect if you could lend me a hand.
Thanks
For $a$ and $b$ non-negative you have $$(a+b)^3 \le (2\max(a,b))^3 = 2^3\max(a,b)^3 \le 2^3 (a^3+b^3)$$
So here you can say $$\sum\limits_{i=1}^n \bigg|X_i - \overline{X}_n\bigg|^3 \\ = \sum\limits_{i=1}^n \bigg|(X_i -\mu) + (\mu-\overline{X}_n)\bigg|^3 \\ \le \sum\limits_{i=1}^n \bigg( |X_i -\mu| + |\mu-\overline{X}_n|\bigg)^3 \\ \le \sum\limits_{i=1}^n 2^3\bigg( |X_i -\mu|^3 + |\mu-\overline{X}_n|^3\bigg) \\ = 2^3\bigg(\bigg( \sum\limits_{i=1}^n |X_i -\mu|^3\bigg) + \bigg( \sum\limits_{i=1}^n|\mu-\overline{X}_n|^3\bigg)\bigg)\\ = 2^3\bigg(\bigg( \sum\limits_{i=1}^n |X_i -\mu|^3\bigg) + n|\mu-\overline{X}_n|^3\bigg)$$