I am sure this question or similar has been asked but I cannot find it by searching so adding it to make it more accessible: what is the command/environment to add newline linebreak in \sum \prod so the expression is on two rows instead of one line hard to read?

MWE
\documentclass{article}
\usepackage{amsmath,amsfonts}
\begin{document}
$$\sum^{N_{cut}}_{i=1,\newline e_1\in C_i,e_2\not\in C_i} \prod_{j\in C_i} p_j-\sum^{N_{cut}}_{i=1,e_2\in C_i,e_1\not\in C_i} \prod_{j\in C_i} p_j\geq 0$$
\end{document}


\documentclass{...}and ending with\end{document}. – Jul 19 '15 at 16:50$$...$$in LaTeX documents. See http://tex.stackexchange.com/q/503/3954 – Gonzalo Medina Jul 19 '15 at 16:53\[ \sum_{\substack{x<0\\ y>7}}^{8} \]– Sigur Jul 19 '15 at 16:54