1. Negation or “Not” → ¬p
True when p is False and False when p is True
2. Conjunction or “AND” → p ^ q
True if both p and q are True, False otherwise
3. Disjunction or “OR”, → p v q
True if at least any of the propositional variables p or q is True.
4. Exclusive OR or “XOR” → p **⊕** q
If both propositional variables p and q are True, then the proposition is False. True if and only if its arguments differ
5. Conditional Statement “if then”, p → q
“If p, then q”. False when p is True and q is False, otherwise True.
6. Biconditional Statement “if and only if”. p ↔ q
True if p and q are the same (both are True or both False)