Symbol |
Description |
Location |
P∨Q |
Disjunction of propositions |
Definition 1.1.2 |
P∧Q |
Conjunction of propositions |
Definition 1.1.2 |
¬P |
Negation of a proposition |
Definition 1.1.2 |
P⟹Q |
Conditional implication |
Definition 1.2.1 |
P⟺Q |
Biconditional implication |
Definition 1.2.6 |
∀ |
Universal quantifier |
Definition 1.3.1 |
∃ |
Existential quantifier |
Definition 1.3.1 |
∃! |
Unique existential quantifier |
Definition 1.3.3 |
gcd(a,b) |
greatest common divisor of two integers |
Definition 1.7.2 |
⊆ |
subset |
Definition 2.1.3 |
P(A) |
power set |
Definition 2.1.6 |
∪ |
union |
Definition 2.2.1 |
∩ |
intersection |
Definition 2.2.1 |
∖ |
difference |
Definition 2.2.1 |
Ac |
complement of a set A |
Definition 2.2.4 |
⋃A∈AA |
union over a family A |
Definition 2.3.2 |
⋂A∈AA |
intersection over a family A |
Definition 2.3.3 |
N |
Set of natural numbers |
Item |
Z |
Set of integers |
Item |
Q |
Set of rational numbers |
Item |
¯Q |
Set of algebraic numbers |
Item |
R |
Set of real numbers |
Item |
C |
Set of complex numbers |
Item |