In https://lucatrevisan.github.io/teaching/bwca17/lectures/lecture02.pdf (Lemma 6), the professor claimed that:
"With high probability over the choice of $G$ from $G_{n,\frac{1}{2}}$, the greedy algorithm finds a cut of size $\frac{n^2}{8}+\Omega(n^{1.5})$."
The proof of the lemma is clear except one detail:
Let the cut we construct in the $i-1$th loop in the greedy algorithm be $E(S,T)$. When we process node $v_i$ in the $i$-th loop, let the the number of edges between nodes in $S$/$T$ and $v_i$ be $X_i$/$Y_i$, the proof just directly claimed that the expectation of $|X_i-Y_i|$ is $\Omega(\sqrt{i})$ and the variance is $O(i)$.
I think this is not trivial. Is there any proof for the detail mentioned above?