Common Mathematical Sets
- N = natural numbers
- Z = all integers
- Z+ = positive integers
- Z− = negative integers
- Q = rational numbers
- R = real numbers
- C = complex numbers
- {} or ∅ = empty or null set
Symbol Cheat Sheet
Symbol | LaTeX | Meaning |
---|
{} | \{ \} | set |
∪ | \cup | union |
∩ | \cap | intersection |
∖ | \setminus | difference |
⊕ | \oplus | symmetric difference |
∈ | \in | is a member of |
∈/ | \notin | is not a member of |
⊆ | \subseteq | is a subset of |
⊆ | \not\subseteq | is not a subset of |
⊇ | \supseteq | is a superset |
⊃ | \not\supseteq | is a not superset |
⊂ | \subset | is a proper / strict subset of |
⊃ | \supset | is a proper / strict superset of |
P | \mathscr{P} | power set |
∃ | \exists | there exists at least one |
∃! | \exists! | there exists one and only one |
∄ | \nexists | there is no |
∀ | \forall | for all |