I am trying to type long expression by using parenthesis inserting some sentences, as an example I have a expression like product of
\documentclass{12 pt}{article}
\begin{document}
\begin{multline}
(product of (A\times_{c} B) by C)\times_{c} D) by E.
\end{multline}
\end{document}
I am using multline environment but I have problem with breaking into different lines. Is there any easy way to break the lines?

\documentclass{...}and ending with\end{document}. – Torbjørn T. Apr 23 '13 at 05:43\left(and\right). These cannot be broken across lines; if you need both large parentheses and line breaks, you will need to select their sizes manually. See this answer, for example, for a list of sizes. – Ryan Reich Apr 23 '13 at 05:49\left(...\right. \\ \left. ... \right)? That would work, wouldn't it? – jub0bs Apr 23 '13 at 08:38\bigl(product of (A\times_{c} B) by C\bigr)\times_{c} D by E.(where i deleted your unbalanced paranthesis afterD) and used the slightly bigger braces fromamsmathwhich still fit into one line. – Ronny Apr 23 '13 at 08:38...expression has the same height/depth. – Andrew Swann Apr 23 '13 at 10:46