Some probabilistic inequalities
Here is the list of few probabilistic results. Markov’s inequality If \(X\) is a nonnegative random variable and \(a>0\), then the probabilty that \(X\) is at least \(a\) is at most the expectation of \(X\) divided by \(a\): $$P(X\geq a) \leq \frac{E(X)}{a}.$$ Proof $$ \begin{aligned} E(X) &= \int_{-\infty}^\infty f(x)xdx = \int_0^\infty f(x)xdx\\ &= \int_0^a f(x)xdx + \int_a^\infty f(x)xdx\\ &\geq \int_a^\infty f(x)xdx \\ &\geq \int_a^\infty f(x)dx \\ &=a\int_a^\infty f(x)dx \\ &= aP(X\geq a), \end{aligned} $$ which, as you can see, is quite weak bound and proof itself is quite a troll....