i had a exercise in which i had to conclude the law of large numbers. I couldnt solve it, because they used the following equivalence:
$|x| = x^2$
To be morce specific: Let be $X_{n} \sim bin(n,p)$ with $X_{n} \sim Z_{1}+..+Z_{n}$. and let be $Z_{1},Z_{2}...$ a continued p-coin flip and $\epsilon > 0$ $P(|\frac{Z_{1}+..+Z_{n}}{n}-p| \geq \epsilon)=P((\frac{X_{n}}{n}-p)^2 \geq \epsilon)\leq\frac{1}{\epsilon}\frac{pq}{n} => lim_{n\to\infty}\frac{1}{\epsilon}\frac{pq}{n} = 0$
My question now, in which case is $|x| = x^2$ correct and why?
This is not an answer, but the formulae in the question are bothersome to me.
Chebyshev's inequality states that for a random variable $X$ with finite expectation $\mu $, finite variance $\operatorname{var} X$ and $\epsilon>0$ that $P[|X-\mu| \ge \epsilon] \le { \operatorname{var} X \over \epsilon^2} $.
If $Z_k$ are independent coin flips with probability $p$ of getting a head then $\mu= E Z_k = p$ and $\operatorname{var} Z_k = p(1-p)$.
Then $E [{1 \over n}(Z_1+\cdots+Z_n)] = \mu = p$ and $\operatorname{var} {1 \over n}(Z_1+\cdots+Z_n) = {1 \over n}\operatorname{var} Z_k = {p (1-p) \over n} $.
Now substitute into Chebyshev's inequality to get $P[|{1 \over n}(Z_1+\cdots+Z_n) - p| \ge \epsilon] \le {{p (1-p) \over n} \over \epsilon^2}$ and we see that $\lim_{n \to \infty} P[|{1 \over n}(Z_1+\cdots+Z_n) - p| \ge \epsilon] = 0$