The set I want to define for the summation limits would be read: "x in C such that x is in D and x is in E".
Here is my code:
Code: Select all
\begin{algorithm}
\begin{algorithmic}
\STATE $a \gets \sum\limits_{ b \in \left\{ x \in C \mid \begin{array}{c} x \in D \\
\wedge x \in E \end{array} \right\} } b$
\end{algorithmic}
\end{algorithm}