Ho do we prove that the standard deviation is greater than or equal to the mean deviation about the arithmetic mean ?
$$ \sqrt\frac{\sum_{i=1}^{n}(x_i-\bar{x})^2}{n}\geq\frac{\sum_{i=1}^{n}|x_i-\bar{x}|}{n} $$
and under what conditions we get the equality ?
I think i understand that it is because of the squaring in standard deviation which tends to give more weightage to the data far from the central tendency.
The Cauchy Schwarz inequality
taking $a_i=|x_i-\bar{x}|$ and $b_i=1/n$,
$$ \bigg(\sum_{i=1}^{n}|x_i-\bar{x}|^2\bigg).\bigg(\sum_{i=1}^{n}\tfrac{1}{n^2}\bigg)\ge \bigg(\sum_{i=1}^{n}|x_i-\bar{x}|.\tfrac{1}{n}\bigg)^2\\ \bigg(\sum_{i=1}^{n}(x_i-\bar{x})^2\bigg).\bigg(n.\tfrac{1}{n^2}\bigg)\ge \bigg(\frac{\sum_{i=1}^{n}|x_i-\bar{x}|}{{n}}\bigg)^2\\ \frac{\sum_{i=1}^n(x_i-\bar{x})^2}{n}\ge \bigg(\frac{\sum_{i=1}^n|x_i-\bar{x}|}{n}\bigg)^2\\ \sqrt\frac{\sum_{i=1}^n(x_i-\bar{x})^2}{n}\ge\frac{\sum_{i=1}^n|x_i-\bar{x}|}{n}\\ S.D\ge M.D $$