I was wondering if there was a symbol for "and"? For example, I want to say something like
$\therefore a = b \, \text{and} \, c = d $
Then can I replace "and" with a symbol?
Thanks!
"And": The logical symbol for and is given by $ \land$ (known as the "wedge" symbol). And for future reference, the logical symbol for or is given by $\lor$, sometimes called "vee".
In your case, you can express $a = b\;\; \text{and}\;\; c = d$ as: $$a = b\, \land\, c = d$$
P \land Q or by P \wedge Q.
– amWhy
Aug 17 '13 at 15:05
Yeah. The symbol $\land$ is the most common. You can look at all types of logic symbols here: http://en.wikipedia.org/wiki/List_of_logic_symbols
\wedgetakes more effort to type in LaTeX thanand. Benefits: 1. Could potentially result in a better line break. 2. Looks more mathsy (useful for grant writing). Anything I've missed? – Douglas S. Stones Aug 17 '13 at 15:21