I'm working on proving Chebyshev's Inequality. I watched this YouTube video and it almost makes sense. There is one step in the proof I don't understand. Using Markov's Inequality you substitute values and the square both sides to get:
$P((x-\mu)^2\ge\alpha)\le\mathbb{E}[(x-\mu)^2]/\alpha$
That much makes sense. But then they say (I've looked up multiple proofs and they all seem to have this step) that the term $\mathbb{E}[(x-\mu)^2]$ is the same as $\sigma^2$. This is where I get lost. $\sigma^2$ is equal to $\sum_{1}^{N}(x-\mu)^2/N$. Where did the $N$ go? I don't see how those two values are equivalent.