List of logic symbols
Updated: 11/6/2025, 12:53:24 AM Wikipedia source
In logic, a set of symbols is commonly used to express logical representation. The following table lists many common symbols, together with their name, how they should be read out loud, and the related field of mathematics. Additionally, the subsequent columns contains an informal explanation, a short example, the Unicode location, the name for use in HTML documents, and the LaTeX symbol.
Tables
· Basic logic symbols
material conditional (material implication)
material conditional (material implication)
Symbol
⇒→⊃
Unicodevalue(hexadecimal)
U+21D2U+2192U+2283
HTMLcodes
⇒→⊃
⇒→⊃
LaTeXsymbol
⇒
{\displaystyle \Rightarrow }
\Rightarrow
⟹
{\displaystyle \implies }
\implies
→
{\displaystyle \to }
\to or \rightarrow
⊃
{\displaystyle \supset }
\supset
Logic Name
material conditional (material implication)
Read as
implies, if P then Q, it is not the case that P and not Q
Category
propositional logic, Boolean algebra, Heyting algebra
Explanation
A
⇒
B
{\displaystyle A\Rightarrow B}
is false when A is true and B is false but true otherwise.In other mathematical contexts, see glossary of mathematical symbols,
→
{\displaystyle \rightarrow }
may indicate the domain and codomain of a function and
⊃
{\displaystyle \supset }
may mean superset.
Examples
x
=
2
⇒
x
2
=
4
{\displaystyle x=2\Rightarrow x^{2}=4}
is true, but
x
2
=
4
⇒
x
=
2
{\displaystyle x^{2}=4\Rightarrow x=2}
is in general false (since x could be −2).
material biconditional (material equivalence)
material biconditional (material equivalence)
Symbol
⇔↔≡
Unicodevalue(hexadecimal)
U+21D4U+2194U+2261
HTMLcodes
⇔↔≡
⇔↔≡
LaTeXsymbol
⇔
{\displaystyle \Leftrightarrow }
\Leftrightarrow
⟺
{\displaystyle \iff }
\iff
↔
{\displaystyle \leftrightarrow }
\leftrightarrow
≡
{\displaystyle \equiv }
\equiv
Logic Name
material biconditional (material equivalence)
Read as
if and only if, iff, xnor
Category
propositional logic, Boolean algebra
Explanation
A
⇔
B
{\displaystyle A\Leftrightarrow B}
is true only if both A and B are false, or both A and B are true. Whether a symbol means a material biconditional or a logical equivalence, depends on the author’s style.
Examples
x
+
5
=
y
+
2
⇔
x
+
3
=
y
{\displaystyle x+5=y+2\Leftrightarrow x+3=y}
negation
negation
Symbol
¬~!
′
Unicodevalue(hexadecimal)
U+00ACU+007EU+0021U+2032
HTMLcodes
¬˜!′
¬˜!′
LaTeXsymbol
¬
{\displaystyle \neg }
\lnot or \neg
∼
{\displaystyle \sim }
\sim
′
{\displaystyle '}
'
Logic Name
negation
Read as
not
Category
propositional logic, Boolean algebra
Explanation
The statement
¬
A
{\displaystyle \lnot A}
is true if and only if A is false.A slash placed through another operator is the same as
¬
{\displaystyle \neg }
placed in front.
The prime symbol is placed after the negated thing, e.g.
p
′
{\displaystyle p'}
Examples
¬
(
¬
A
)
⇔
A
{\displaystyle \neg (\neg A)\Leftrightarrow A}
x
≠
y
⇔
¬
(
x
=
y
)
{\displaystyle x\neq y\Leftrightarrow \neg (x=y)}
logical conjunction
logical conjunction
Symbol
∧·&
Unicodevalue(hexadecimal)
U+2227U+00B7U+0026
HTMLcodes
∧·&
∧·&
LaTeXsymbol
∧
{\displaystyle \wedge }
\wedge or \land
⋅
{\displaystyle \cdot }
\cdot
&
{\displaystyle \&}
\&
Logic Name
logical conjunction
Read as
and
Category
propositional logic, Boolean algebra
Explanation
The statement A ∧ B is true if A and B are both true; otherwise, it is false.
Examples
n < 4 ∧ n >2 ⇔ n = 3 when n is a natural number.
logical (inclusive) disjunction
logical (inclusive) disjunction
Symbol
∨+∥
Unicodevalue(hexadecimal)
U+2228U+002BU+2225
HTMLcodes
∨+∥
∨+∥
LaTeXsymbol
∨
{\displaystyle \lor }
\lor or \vee
∥
{\displaystyle \parallel }
\parallel
Logic Name
logical (inclusive) disjunction
Read as
or
Category
propositional logic, Boolean algebra
Explanation
The statement A ∨ B is true if A or B (or both) are true; if both are false, the statement is false.
Examples
n ≥ 4 ∨ n ≤ 2 ⇔ n ≠ 3 when n is a natural number.
exclusive disjunction
exclusive disjunction
Symbol
⊕⊻↮≢
Unicodevalue(hexadecimal)
U+2295U+22BBU+21AEU+2262
HTMLcodes
⊕⊻↮≢
⊕⊻—≢
LaTeXsymbol
⊕
{\displaystyle \oplus }
\oplus
⊻
{\displaystyle \veebar }
\veebar
≢
{\displaystyle \not \equiv }
\not\equiv
Logic Name
exclusive disjunction
Read as
xor, either ... or ... (but not both)
Category
propositional logic, Boolean algebra
Explanation
The statement
A
⊕
B
{\displaystyle A\oplus B}
is true when either A or B, but not both, are true. This is equivalent to ¬(A ↔ B), hence the symbols
↮
{\displaystyle \nleftrightarrow }
and
≢
{\displaystyle \not \equiv }
.
Examples
¬
A
⊕
A
{\displaystyle \lnot A\oplus A}
is always true and
A
⊕
A
{\displaystyle A\oplus A}
is always false (if vacuous truth is excluded).
true (tautology)
true (tautology)
Symbol
⊤T1
Unicodevalue(hexadecimal)
U+22A4
HTMLcodes
⊤
⊤
LaTeXsymbol
⊤
{\displaystyle \top }
\top
Logic Name
true (tautology)
Read as
top, truth, tautology, verum, full clause
Category
propositional logic, Boolean algebra, first-order logic
Explanation
⊤
{\displaystyle \top }
denotes a proposition that is always true.
Examples
The proposition
⊤
∨
P
{\displaystyle \top \lor P}
is always true since at least one of the two is unconditionally true.
false (contradiction)
false (contradiction)
Symbol
⊥F0
Unicodevalue(hexadecimal)
U+22A5
HTMLcodes
⊥
⊥
LaTeXsymbol
⊥
{\displaystyle \bot }
\bot
Logic Name
false (contradiction)
Read as
bottom, falsity, contradiction, falsum, empty clause
Category
propositional logic, Boolean algebra, first-order logic
Explanation
⊥
{\displaystyle \bot }
denotes a proposition that is always false. The symbol ⊥ may also refer to perpendicular lines.
Examples
The proposition
⊥
∧
P
{\displaystyle \bot \wedge P}
is always false since at least one of the two is unconditionally false.
universal quantification
universal quantification
Symbol
∀()
Unicodevalue(hexadecimal)
U+2200
HTMLcodes
∀
∀
LaTeXsymbol
∀
{\displaystyle \forall }
\forall
Logic Name
universal quantification
Read as
given any, for all, for every, for each, for any
Category
first-order logic
Explanation
∀
x
{\displaystyle \forall x}
P
(
x
)
{\displaystyle P(x)}
or
(
x
)
{\displaystyle (x)}
P
(
x
)
{\displaystyle P(x)}
says “given any
x
{\displaystyle x}
,
x
{\displaystyle x}
has property
P
{\displaystyle P}
.”
Examples
∀
n
∈
N
:
n
2
≥
n
.
{\displaystyle \forall n\in \mathbb {N} :n^{2}\geq n.}
existential quantification
existential quantification
Symbol
∃
Unicodevalue(hexadecimal)
U+2203
HTMLcodes
∃
∃
LaTeXsymbol
∃
{\displaystyle \exists }
\exists
Logic Name
existential quantification
Read as
there exists, for some
Category
first-order logic
Explanation
∃
x
{\displaystyle \exists x}
P
(
x
)
{\displaystyle P(x)}
says “there exists an
x
{\displaystyle x}
(at least one) such that
x
{\displaystyle x}
has property
P
{\displaystyle P}
.”
Examples
∃
n
∈
N
:
{\displaystyle \exists n\in \mathbb {N} :}
n is even.
uniqueness quantification
uniqueness quantification
Symbol
∃!
Unicodevalue(hexadecimal)
U+2203 U+0021
HTMLcodes
∃ !
∃!
LaTeXsymbol
∃
!
{\displaystyle \exists !}
\exists !
Logic Name
uniqueness quantification
Read as
there exists exactly one
Category
first-order logic (abbreviation)
Explanation
∃
!
x
{\displaystyle \exists !x}
P
(
x
)
{\displaystyle P(x)}
says “there exists exactly one
x
{\displaystyle x}
such that
x
{\displaystyle x}
has property
P
{\displaystyle P}
.” Only
∀
{\displaystyle \forall }
and
∃
{\displaystyle \exists }
are part of formal logic.
∃
!
x
{\displaystyle \exists !x}
P
(
x
)
{\displaystyle P(x)}
is an abbreviation for
∃
x
∀
y
(
P
(
y
)
↔
y
=
x
)
{\displaystyle \exists x\forall y(P(y)\leftrightarrow y=x)}
Examples
∃
!
n
∈
N
:
n
+
5
=
2
n
.
{\displaystyle \exists !n\in \mathbb {N} :n+5=2n.}
precedence grouping
precedence grouping
Symbol
( )
Unicodevalue(hexadecimal)
U+0028 U+0029
HTMLcodes
( )
( )
LaTeXsymbol
(
)
{\displaystyle (~)}
( )
Logic Name
precedence grouping
Read as
parentheses; brackets
Category
almost all logic syntaxes, as well as metalanguage
Explanation
Perform the operations inside the parentheses first.
Examples
(8 ÷ 4) ÷ 2 = 2 ÷ 2 = 1, but 8 ÷ (4 ÷ 2) = 8 ÷ 2 = 4.
domain of discourse
domain of discourse
Symbol
D
{\displaystyle \mathbb {D} }
Unicodevalue(hexadecimal)
U+1D53B
HTMLcodes
𝔻
𝔻
LaTeXsymbol
\mathbb{D}
Logic Name
domain of discourse
Read as
domain of discourse
Category
metalanguage (first-order logic semantics)
Examples
D
:
R
{\displaystyle \mathbb {D} \mathbb {:} \mathbb {R} }
syntactic consequence
syntactic consequence
Symbol
⊢
Unicodevalue(hexadecimal)
U+22A2
HTMLcodes
⊢
⊢
LaTeXsymbol
⊢
{\displaystyle \vdash }
\vdash
Logic Name
syntactic consequence
Read as
proves, syntactically entails
(single) turnstile
Category
metalanguage (metalogic)
Explanation
A
⊢
B
{\displaystyle A\vdash B}
says “
B
{\displaystyle B}
is a theorem of
A
{\displaystyle A}
”. In other words,
A
{\displaystyle A}
proves
B
{\displaystyle B}
via a deductive system.
Examples
(
A
→
B
)
⊢
(
¬
B
→
¬
A
)
{\displaystyle (A\rightarrow B)\vdash (\lnot B\rightarrow \lnot A)}
(eg. by using natural deduction)
semantic consequence
or satisfaction
semantic consequence
or satisfaction
Symbol
⊨
Unicodevalue(hexadecimal)
U+22A8
HTMLcodes
⊨
⊨
LaTeXsymbol
⊨
{\displaystyle \vDash }
\vDash, \models
Logic Name
semantic consequence
or satisfaction
Read as
(semantically) entails
or satisfies, models
double turnstile
Category
metalanguage (metalogic)
Explanation
A
⊨
B
{\displaystyle A\vDash B}
says “in every model, it is not the case that
A
{\displaystyle A}
is true and
B
{\displaystyle B}
is false”.
M
,
σ
⊨
B
{\displaystyle {\mathcal {M}},\sigma \vDash B}
says a formula
B
{\displaystyle B}
is true in a model
M
{\displaystyle {\mathcal {M}}}
with
variable assignment
σ
{\displaystyle \sigma }
.
Examples
(
A
→
B
)
⊨
(
¬
B
→
¬
A
)
{\displaystyle (A\rightarrow B)\vDash (\lnot B\rightarrow \lnot A)}
(eg. by using truth tables)
logical equivalence
logical equivalence
Symbol
≡⟚⇔
Unicodevalue(hexadecimal)
U+2261U+27DAU+21D4
HTMLcodes
≡
—⇔
≡
—
⇔
LaTeXsymbol
≡
{\displaystyle \equiv }
\equiv
⇔
{\displaystyle \Leftrightarrow }
\Leftrightarrow
Logic Name
logical equivalence
Read as
is logically equivalent to
Category
metalanguage (metalogic)
Explanation
It’s when
A
⊨
B
{\displaystyle A\vDash B}
and
B
⊨
A
{\displaystyle B\vDash A}
. Whether a symbol means a material biconditional or a logical equivalence, depends on the author’s style.
Examples
(
A
→
B
)
≡
(
¬
A
∨
B
)
{\displaystyle (A\rightarrow B)\equiv (\lnot A\lor B)}
necessity (in a model)
necessity (in a model)
Symbol
□
Unicodevalue(hexadecimal)
U+25A1
LaTeXsymbol
◻
{\displaystyle \Box }
\Box
Logic Name
necessity (in a model)
Read as
box; it is necessary that
Category
modal logic
Explanation
modal operator for “it is necessary that”in alethic logic, “it is provable that”in provability logic, “it is obligatory that”in deontic logic, “it is believed that”in doxastic logic.
Examples
◻
∀
x
P
(
x
)
{\displaystyle \Box \forall xP(x)}
says “it is necessary that everything has property
P
{\displaystyle P}
”
possibility (in a model)
possibility (in a model)
Symbol
◇
Unicodevalue(hexadecimal)
U+25C7
LaTeXsymbol
◊
{\displaystyle \Diamond }
\Diamond
Logic Name
possibility (in a model)
Read as
diamond;it is possible that
Category
modal logic
Explanation
modal operator for “it is possible that”, (in most modal logics it is defined as “¬□¬”, “it is not necessarily not”).
Examples
◊
∃
x
P
(
x
)
{\displaystyle \Diamond \exists xP(x)}
says “it is possible that something has property
P
{\displaystyle P}
”
therefore
therefore
Symbol
∴
Unicodevalue(hexadecimal)
U+2234
LaTeXsymbol
∴\therefore
Logic Name
therefore
Read as
therefore
Category
metalanguage
Explanation
abbreviation for “therefore”.
because
because
Symbol
∵
Unicodevalue(hexadecimal)
U+2235
LaTeXsymbol
∵\because
Logic Name
because
Read as
because
Category
metalanguage
Explanation
abbreviation for “because”.
definition
definition
Symbol
≔≜≝
Unicodevalue(hexadecimal)
U+2254U+225CU+225D
HTMLcodes
≔
≔
LaTeXsymbol
≔ \coloneqq
:=
{\displaystyle :=}
:=
≜
{\displaystyle \triangleq }
\triangleq
=
d
e
f
{\displaystyle {\stackrel {\scriptscriptstyle \mathrm {def} }{=}}}
\stackrel{
\scriptscriptstyle \mathrm{def}}{=}
Logic Name
definition
Read as
is defined as
Category
metalanguage
Explanation
a
:=
b
{\displaystyle a:=b}
means "from now on,
a
{\displaystyle a}
is defined to be another name for
b
{\displaystyle b}
." This is a statement in the metalanguage, not the object language. The notation
a
≡
b
{\displaystyle a\equiv b}
may occasionally be seen in physics, meaning the same as
a
:=
b
{\displaystyle a:=b}
.
Examples
cosh
x
:=
e
x
+
e
−
x
2
{\displaystyle \cosh x:={\frac {e^{x}+e^{-x}}{2}}}
Sheffer stroke, NAND
Sheffer stroke, NAND
Symbol
↑|
⊼
Unicodevalue(hexadecimal)
U+2191U+007C
U+22BC
LaTeXsymbol
↑
{\displaystyle \uparrow }
\uparrow
Logic Name
Sheffer stroke, NAND
Read as
NAND, not both
up arrow
Category
Propositional logic
Explanation
NAND is the negation of conjunction so
A
↑
B
{\displaystyle A\uparrow B}
is true if and only if it's not the case that both A and B are true.
See also NAND gate
Peirce Arrow, NOR
Peirce Arrow, NOR
Symbol
↓
⊽
Unicodevalue(hexadecimal)
U+2193
U+22BC
LaTeXsymbol
↓
{\displaystyle \downarrow }
\downarrow
Logic Name
Peirce Arrow, NOR
Read as
nor
down arrow
Category
Propositional logic
Explanation
NOR is the negation of conjunction so
A
↓
B
{\displaystyle A\downarrow B}
is true if and only if both A and B are false.
See also NOR gate
| Symbol | Unicodevalue(hexadecimal) | HTMLcodes | LaTeXsymbol | Logic Name | Read as | Category | Explanation | Examples |
| ⇒→⊃ | U+21D2U+2192U+2283 | ⇒→⊃ ⇒→⊃ | ⇒ {\displaystyle ightarrow } ightarrow ⟹ {\displaystyle \implies } \implies → {\displaystyle \to } \to or ightarrow ⊃ {\displaystyle \supset } \supset | material conditional (material implication) | implies, if P then Q, it is not the case that P and not Q | propositional logic, Boolean algebra, Heyting algebra | A ⇒ is false when A is true and B is false but true otherwise.In other mathematical contexts, see glossary of mathematical symbols, → {\displaystyle ightarrow } may indicate the domain and codomain of a function and ⊃ {\displaystyle \supset } may mean superset. | x = 2 ⇒ x 2 = 4 {\displaystyle x=2 ightarrow x^{2}=4} is true, but x 2 = 4 ⇒ x = 2 {\displaystyle x^{2}=4 ightarrow x=2} is in general false (since x could be −2). |
| ⇔↔≡ | U+21D4U+2194U+2261 | ⇔↔≡ ⇔↔≡ | ⇔ {\displaystyle \Leftrightarrow } \Leftrightarrow ⟺ {\displaystyle \iff } \iff ↔ {\displaystyle \leftrightarrow } \leftrightarrow ≡ {\displaystyle \equiv } \equiv | material biconditional (material equivalence) | if and only if, iff, xnor | propositional logic, Boolean algebra | A ⇔ is true only if both A and B are false, or both A and B are true. Whether a symbol means a material biconditional or a logical equivalence, depends on the author’s style. | x + 5 = y + 2 ⇔ x + 3 = |
| ¬~! ′ | U+00ACU+007EU+0021U+2032 | ¬˜!′ ¬˜!′ | ¬ {\displaystyle eg } \lnot or eg ∼ {\displaystyle \sim } \sim ′ {\displaystyle '} ' | negation | not | propositional logic, Boolean algebra | The statement ¬ is true if and only if A is false.A slash placed through another operator is the same as ¬ {\displaystyle eg } placed in front. The prime symbol is placed after the negated thing, e.g. p ′ {\displaystyle p'} | ¬ ( ¬ A ) ⇔ x ≠ y ⇔ ¬ ( x = y ) {\displaystyle x eq y\Leftrightarrow eg (x=y)} |
| ∧·& | U+2227U+00B7U+0026 | ∧·& ∧·& | ∧ {\displaystyle \wedge } \wedge or \land ⋅ {\displaystyle \cdot } \cdot & {\displaystyle \&} \& | logical conjunction | and | propositional logic, Boolean algebra | The statement A ∧ B is true if A and B are both true; otherwise, it is false. | n < 4 ∧ n >2 ⇔ n = 3 when n is a natural number. |
| ∨+∥ | U+2228U+002BU+2225 | ∨+∥ ∨+∥ | ∨ {\displaystyle \lor } \lor or \vee ∥ {\displaystyle \parallel } \parallel | logical (inclusive) disjunction | or | propositional logic, Boolean algebra | The statement A ∨ B is true if A or B (or both) are true; if both are false, the statement is false. | n ≥ 4 ∨ n ≤ 2 ⇔ n ≠ 3 when n is a natural number. |
| ⊕⊻↮≢ | U+2295U+22BBU+21AEU+2262 | ⊕⊻↮≢ ⊕⊻—≢ | ⊕ {\displaystyle \oplus } \oplus ⊻ {\displaystyle \veebar } \veebar ≢ {\displaystyle ot \equiv } ot\equiv | exclusive disjunction | xor, either ... or ... (but not both) | propositional logic, Boolean algebra | The statement A ⊕ is true when either A or B, but not both, are true. This is equivalent to ¬(A ↔ B), hence the symbols ↮ {\displaystyle leftrightarrow } and ≢ {\displaystyle ot \equiv } . | ¬ A ⊕ is always true and A ⊕ is always false (if vacuous truth is excluded). |
| ⊤T1 | U+22A4 | ⊤ ⊤ | ⊤ {\displaystyle \top } \top | true (tautology) | top, truth, tautology, verum, full clause | propositional logic, Boolean algebra, first-order logic | ⊤ {\displaystyle \top } denotes a proposition that is always true. | The proposition ⊤ ∨ is always true since at least one of the two is unconditionally true. |
| ⊥F0 | U+22A5 | ⊥ ⊥ | ⊥ {\displaystyle \bot } \bot | false (contradiction) | bottom, falsity, contradiction, falsum, empty clause | propositional logic, Boolean algebra, first-order logic | ⊥ {\displaystyle \bot } denotes a proposition that is always false. The symbol ⊥ may also refer to perpendicular lines. | The proposition ⊥ ∧ is always false since at least one of the two is unconditionally false. |
| ∀() | U+2200 | ∀ ∀ | ∀ {\displaystyle \forall } \forall | universal quantification | given any, for all, for every, for each, for any | first-order logic | ∀ P ( x ) {\displaystyle P(x)} or ( x ) {\displaystyle (x)} P ( x ) {\displaystyle P(x)} says “given , has .” | ∀ n ∈ N : n 2 ≥ :n^{2}\geq n.} |
| ∃ | U+2203 | ∃ ∃ | ∃ {\displaystyle \exists } \exists | existential quantification | there exists, for some | first-order logic | ∃ P ( x ) {\displaystyle P(x)} says “there (at least one) has .” | ∃ n ∈ :} n is even. |
| ∃! | U+2203 U+0021 | ∃ ! ∃! | ∃ ! {\displaystyle \exists !} \exists ! | uniqueness quantification | there exists exactly one | first-order logic (abbreviation) | ∃ ! P ( x ) {\displaystyle P(x)} says “there such has .” Only ∀ {\displaystyle \forall } and ∃ {\displaystyle \exists } are part of formal logic. ∃ ! P ( x ) {\displaystyle P(x)} is an abbreviation for ∃ x ∀ y ( P ( y ) ↔ y = x ) {\displaystyle \exists x\forall y(P(y)\leftrightarrow y=x)} | ∃ ! n ∈ N : n + 5 = 2 :n+5=2n.} |
| ( ) | U+0028 U+0029 | ( ) ( ) | ( ) {\displaystyle (~)} ( ) | precedence grouping | parentheses; brackets | almost all logic syntaxes, as well as metalanguage | Perform the operations inside the parentheses first. | (8 ÷ 4) ÷ 2 = 2 ÷ 2 = 1, but 8 ÷ (4 ÷ 2) = 8 ÷ 2 = 4. |
| } | U+1D53B | 𝔻 𝔻 | \mathbb{D} | domain of discourse | domain of discourse | metalanguage (first-order logic semantics) | \mathbb {:} \mathbb {R} } | |
| ⊢ | U+22A2 | ⊢ ⊢ | ⊢ {\displaystyle \vdash } \vdash | syntactic consequence | proves, syntactically entails (single) turnstile | metalanguage (metalogic) | A ⊢ says “ is ”. proves via a deductive system. | ( A → B ) ⊢ ( ¬ B → ¬ A ) {\displaystyle (A ightarrow B)\vdash (\lnot B ightarrow \lnot A)} (eg. by using natural deduction) |
| ⊨ | U+22A8 | ⊨ ⊨ | ⊨ {\displaystyle \vDash } \vDash, \models | semantic consequence or satisfaction | (semantically) entails or satisfies, models double turnstile | metalanguage (metalogic) | A ⊨ says “in is is false”. M , σ ⊨ },\sigma \vDash B} is }} with variable assignment σ {\displaystyle \sigma } . | ( A → B ) ⊨ ( ¬ B → ¬ A ) {\displaystyle (A ightarrow B)\vDash (\lnot B ightarrow \lnot A)} (eg. by using truth tables) |
| ≡⟚⇔ | U+2261U+27DAU+21D4 | ≡ —⇔ ≡ — ⇔ | ≡ {\displaystyle \equiv } \equiv ⇔ {\displaystyle \Leftrightarrow } \Leftrightarrow | logical equivalence | is logically equivalent to | metalanguage (metalogic) | It’s when A ⊨ and B ⊨ . Whether a symbol means a material biconditional or a logical equivalence, depends on the author’s style. | ( A → B ) ≡ ( ¬ A ∨ B ) {\displaystyle (A ightarrow B)\equiv (\lnot A\lor B)} |
| ⊬ | U+22AC | ⊬ vdash | does not syntactically entail (does not prove) | metalanguage (metalogic) | A ⊬ says “ is ”. is via a deductive system. | A ∨ B ⊬ A ∧ | ||
| ⊭ | U+22AD | ⊭ vDash | does not semantically entail | metalanguage (metalogic) | A ⊭ says “ does ”. does true. | A ∨ B ⊭ A ∧ | ||
| □ | U+25A1 | ◻ {\displaystyle \Box } \Box | necessity (in a model) | box; it is necessary that | modal logic | modal operator for “it is necessary that”in alethic logic, “it is provable that”in provability logic, “it is obligatory that”in deontic logic, “it is believed that”in doxastic logic. | ◻ ∀ x P ( x ) {\displaystyle \Box \forall xP(x)} says “it ” | |
| ◇ | U+25C7 | ◊ {\displaystyle \Diamond } \Diamond | possibility (in a model) | diamond;it is possible that | modal logic | modal operator for “it is possible that”, (in most modal logics it is defined as “¬□¬”, “it is not necessarily not”). | ◊ ∃ x P ( x ) {\displaystyle \Diamond \exists xP(x)} says “it ” | |
| ∴ | U+2234 | ∴\therefore | therefore | therefore | metalanguage | abbreviation for “therefore”. | ||
| ∵ | U+2235 | ∵\because | because | because | metalanguage | abbreviation for “because”. | ||
| ≔≜≝ | U+2254U+225CU+225D | ≔ ≔ | ≔ \coloneqq := {\displaystyle :=} := ≜ {\displaystyle \triangleq } \triangleq = }{=}}} \stackrel{ \scriptscriptstyle \mathrm{def}}{=} | definition | is defined as | metalanguage | a := means "from is ." This is a statement in the metalanguage, not the object language. The notation a ≡ may occasionally be seen in physics, meaning the same as a := . | cosh x := e x + e − +e^{-x}}{2}}} |
| ↑| ⊼ | U+2191U+007C U+22BC | ↑ {\displaystyle \uparrow } \uparrow | Sheffer stroke, NAND | NAND, not both up arrow | Propositional logic | NAND is the negation of conjunction so A ↑ is true if and only if it's not the case that both A and B are true. See also NAND gate | ||
| ↓ ⊽ | U+2193 U+22BC | ↓ {\displaystyle \downarrow } \downarrow | Peirce Arrow, NOR | nor down arrow | Propositional logic | NOR is the negation of conjunction so A ↓ is true if and only if both A and B are false. See also NOR gate |
· Advanced or rarely used logical symbols
| Symbol | Unicodevalue(hexadecimal) | HTMLvalue(decimal) | HTMLentity(named) | LaTeXsymbol | Logic Name | Read as | Category | Explanation |
| ⥽ | U+297D | \strictif | right fish tail | Sometimes used for “relation”, also used for denoting various ad hoc relations (for example, for denoting “witnessing” in the context of Rosser's trick). ⥽ q ≡ ◻ ( p → q ) {\displaystyle q\equiv \Box (p ightarrow q)} . | ||||
| ̅ | U+0305 | combining overline | Used format for denoting Gödel numbers. Using HTML style “4̅” is an abbreviation for the standard numeral “SSSS0”. It may also denote a negation (used primarily in electronics). | |||||
| ⌜⌝ | U+231CU+231D | \ulcorner \urcorner | top left cornertop right corner | Corner quotes, also called “Quine quotes”; for quasi-quotation, i.e. quoting specific context of unspecified (“variable”) expressions; also used for denoting Gödel number; for example “⌜G⌝” denotes the Gödel number of G. (Typographical note: although the quotes appears as a “pair” in unicode (231C and 231D), they are not symmetrical in some fonts. In some fonts (for example Arial) they are only symmetrical in certain sizes. Alternatively the quotes can be rendered as ⌈ and ⌉ (U+2308 and U+2309) or by using a negation symbol and a reversed negation symbol ⌐ ¬ in superscript mode.) | ||||
| ∄ | U+2204 | exists | there does not exist | Strike out existential quantifier. “¬∃” used some times instead. | ||||
| ⊙ | U+2299 | \odot | circled dot operator | A sign for the XNOR operator (material biconditional and XNOR are the same operation). | ||||
| ⟛ | U+27DB | left and right tack | “Proves and is proved by”. | |||||
| ⊩ | U+22A9 | forces | One of this symbol’s uses is to mean “truthmakes” in the truthmaker theory of truth. It is also used to mean “forces” in the set theory method of forcing. | |||||
| ⟡ | U+27E1 | white concave-sided diamond | never | modal operator | ||||
| ⟢ | U+27E2 | white concave-sided diamond with leftwards tick | was never | modal operator | ||||
| ⟣ | U+27E3 | white concave-sided diamond with rightwards tick | will never be | modal operator | ||||
| ⟤ | U+25A4 | white square with leftwards tick | was always | modal operator | ||||
| ⟥ | U+25A5 | white square with rightwards tick | will always be | modal operator | ||||
| ⋆ | U+22C6 | star operator | May sometimes be used for ad-hoc operators. | |||||
| ⌐ | U+2310 | reversed not sign | ||||||
| ⨇ | U+2A07 | two logical AND operator |
References
- HTML 5.1 Nightlyhttps://www.w3.org/html/wg/drafts/html/master/syntax.html#named-character-references
- Virtually all Turkish high school math textbooks use p' for negation due to the books handed out by the Ministry of Nati
- Although this character is available in LaTeX, the MediaWiki TeX system does not support it.
- Quine, W.V. (1981): Mathematical Logic, §6
- The Principles of Mathematics Revisitedhttps://books.google.com/books?id=JHBnE0EQ6VgC&pg=PA113