I was wondering what are the difference between the $\land$ and $\begin{cases} \\ \\ \end{cases}$ symbol. As I know, they both mean "and". So far, I've noticed the $\land $ on statements (not sure if it's the correct word) like : $$\forall x\in\Bbb R, \exp(x)\in\Bbb R\land \exp(x)>0$$
But I've seen braces on only multiple equation systems like : $$\begin{cases} x+y=0 \\ x-y=1 \\ \end{cases}$$ or in function definitions: $$|x|=\begin{cases} -x, & x<0 \\ x, & x>0 \\ \end{cases}$$ But only this difference seems too weak to have two different notations.
\exp, or, if you need an operator name for which there isn't a predefined command, you can use\operatorname{name}. There's an edit link underneath the question. – joriki May 04 '13 at 16:33