If a is a set
a \leftarrow { b| b must satisfies property}
but if a is an element
a \leftarrow b| b must satisfies property
is this a usual notation? Or what other symbol should I use for the "such that" (|) symbol?
If a is a set
a \leftarrow { b| b must satisfies property}
but if a is an element
a \leftarrow b| b must satisfies property
is this a usual notation? Or what other symbol should I use for the "such that" (|) symbol?
\mid. – egreg Feb 20 '13 at 10:31\midseems to be a good choice. Otherwise, you can try and find the symbol using either Detexify (http://detexify.kirelabs.org/classify.html) or the Comprehensive LaTeX Symbol List (http://mirrors.dotsrc.org/ctan/info/symbols/comprehensive/symbols-a4.pdf). – Svend Tveskæg Feb 20 '13 at 10:48a \leftarrow \argmin \{b \mid b\text{ fulfils } P\}would do. – mafp Feb 20 '13 at 21:23