Let $(X,F,\mu)$ be a probability space. Let $f:X\rightarrow [0,\infty)$ be a random variable (so measurable). The integral $$E=\int_X f \, d\mu$$ is the expectation value of $f$ and $$V=\int_X (f-E)^2 \, d\mu$$ is the variance of $f$.
Show that, if the variance of $f$ is small, $f$ deviates from its expectation value with very small probability. Explicitly, show that the probability that $f$ deviates by $\varepsilon$ from $E$ ($\mu(\{x\in X:|f(x)-E|>\varepsilon\})$) is less than or equal to $\frac{V}{\varepsilon^2}$.
Consider the "random" series $1\pm \frac{1}{2}\pm\frac{1}{4}\pm\frac{1}{8}\pm\cdots$ with the assignment of a $+$ or $-$ in the $n$th term decided by the toss of a coin. Compute its expectation value and variance. (Hint: first show that $2t-1=\sum\limits_{k=1}^\infty \frac{R_k(t)}{2^k}$)
Here's what I have so far:
By Chebyshev's inequality, $\mu(\{x\in X:|f(x)-E|>\varepsilon\})\leq\frac{1}{\varepsilon}\int_X|f(x)-E| \, d\mu$. Edit: then $\mu(\{x\in X:(f(x)-E)^2>\varepsilon^2\})\leq\frac{1}{\varepsilon^2}\int_X(f(x)-E)^2 \, d\mu$.
I'm not sure how to prove the statement in the hint, but given that, we can let $f=2t$, then define simple functions $s_1,s_2$ such that $s_1\leq f\leq s_2$. Somehow I need to choose these functions so their expectation value and variance will be the same, but I don't know how to do that.
By Markov inequality $\Bbb{P}(h(X)\geq c) \leq \frac{\Bbb{E}[h(X)]}{h(c)}$ for a random variable $X$ and a non-negative, monotone, measureable function $h$ you will get the first goal.