Symbol: Name Explanation Examples Read As Category
Symbol: Name Explanation Examples Read As Category
⊃ ⊃ may mean the same as ⇒ (the symbol may also mean superset).
material implication
implies; if .. then
⇔
≡
↔ material equivalence
if and only if; iff; means the
same as
A ⇔ B is true only if both A and B are false, or
propositional logic both A and B are true. x+5=y+2 ⇔ x+3=y
negation
x ≠ y ⇔ ¬(x = y)
∧
· logical conjunction
and
⊕ exclusive disjunction
xor
⊤
Tautology
T Tautology
top, verum
⊥
F Contradiction
∀ universal quantification
for all; for any; for each
() first-order logic ∀ x: P(x) or (x) P(x) means P(x) is true for all x. ∀ n ∈ ℕ: n2 ≥ n.
existential quantification
there exists
∃ x: P(x) means there is at least one x such
∃ first-order logic that P(x) is true. ∃ n ∈ ℕ: n is even.
uniqueness quantification
:⇔ is defined as
everywhere
precedence grouping
parentheses, brackets
Perform the operations inside the parentheses (8 ÷ 4) ÷ 2 = 2 ÷ 2 = 1, but 8 ÷ (4 ÷ 2) = 8 ÷
() everywhere first. 2 = 4.
Turnstile
provable