-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsymbols
More file actions
411 lines (352 loc) · 18 KB
/
symbols
File metadata and controls
411 lines (352 loc) · 18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
List of logic symbols
From Wikipedia, the free encyclopedia
Jump to: navigation, search
This article contains logic symbols. Without proper rendering support, you may
see question marks, boxes, or other symbols instead of logic symbols.
See also: Logical connective
In logic, a set of symbols is commonly used to express logical representation.
As logicians are familiar with these symbols, they are not explained each time
they are used. So, for students of logic, the following table lists many common
symbols together with their name, pronunciation and related field of
mathematics. Additionally, the third column contains an informal definition,
and the fourth column gives a short example.
Be aware that, outside of logic, different symbols have the same meaning, and
the same symbol has, depending on the context, different meanings.
[edit] Basic logic symbols
Name
Symbol Should be read Explanation Examples Unicode HTML LaTeX
as Value Entity symbol
Category
A ⇒ B means if
A is true then
material B is also true;
implication if A is false
then nothing is
said about B. x = 2 ⇒
x^2 = 4 is
→ may mean the true, but
⇒ same as ⇒ (the x^2 = 4 U+21D2
implies; if .. symbol may also ⇒ x = 2 ⇒ \Rightarrow\
→ then indicate the is in U+2192 → Rightarrow
domain and general ⊃ \to\to
⊃ codomain of a false U+2283 \supset\supset
function; see (since x
table of could be
mathematical −2).
propositional symbols).
logic, Heyting
algebra ⊃ may mean the
same as ⇒ (the
symbol may also
mean superset).
material \
equivalence Leftrightarrow
⇔ A ⇔ B means A U+21D4 \
if and only is true if and x + 5 = y ⇔ Leftrightarrow
≡ if; iff only if B is +2 ⇔ x U+2261 ≡ \equiv\equiv
true. + 3 = y ↔ \
↔ propositional U+2194 leftrightarrow
logic \
leftrightarrow
negation The statement ¬
A is true if
and only if A
¬ is false.
not ¬(¬A) ⇔ A U+00AC ¬ \lnot\lnot
˜ A slash placed x ≠ y ⇔ ˜ ˜\sim
through another ¬(x = y) U+02DC ~
! operator is the
propositional same as "¬"
logic placed in
front.
logical
∧ conjunction The statement A n < 4 ∧
∧ B is true if n >2 ⇔ n U+2227 \wedge\wedge
• and A and B are = 3 when ∧ or \land
both true; else n is a U+0026 & \&^[1]
& propositional it is false. natural
logic number.
logical The statement A
disjunction ∨ B is true if n ≥ 4 ∨
∨ A or B (or n ≤ 2 ⇔ n
or both) are true; ≠ 3 when U+2228 ∨ \lor\lor
+ if both are n is a
propositional false, the natural
logic statement is number.
false.
exclusive
disjunction The statement A (¬A) ⊕ A
⊕ B is true is always
⊕ xor when either A true, A ⊕ U+2295 \oplus\oplus
or B, but not A is ⊕ \veebar\veebar
⊻ propositional both, are true. always U+22BB
logic, Boolean A ⊻ B means the false.
algebra same.
Tautology
⊤ top The statement ⊤ A ⇒ ⊤ is
is always U+22A4 T \top\top
T propositional unconditionally true.
logic, Boolean true.
1 algebra
Contradiction
⊥ bottom The statement ⊥ ⊥ ⇒ A is
is always U+22A5 ⊥ \bot\bot
F propositional unconditionally true. F
logic, Boolean false.
0 algebra
universal
quantification ∀ x: P(x) means
∀ for all; for P(x) is true ∀ n ∈ N: n U+2200 & \forall\forall
any; for each for all x. ^2 ≥ n. forall;
predicate
logic
existential ∃ x: P(x) means
quantification there is at ∃ n ∈ N: n
∃ there exists least one x is even. U+2203 ∃ \exists\exists
first-order such that P(x)
logic is true.
uniqueness ∃! x: P(x)
quantification means there is ∃! n ∈ N:
∃! there exists exactly one x n + 5 = 2n U+2203 U+0021 ∃ \exists !\
exactly one such that P(x) . ! exists !
first-order is true.
logic
x := y or x ≡ y
means x is
definition defined to be
another name cosh x :=
for y (but note (1/2)(exp U+2254 : = :=
:= that ≡ can also x + exp (− (U+003A U+003D) := \equiv\equiv
mean other x)) : & \
≡ is defined as things, such as U+2261 equiv; Leftrightarrow
congruence). A XOR B :⇔ ⇔ \
:⇔ (A ∨ B) U+003A U+229C Leftrightarrow
P :⇔ Q means P ∧ ¬(A ∧ B
is defined to )
everywhere be logically
equivalent to Q
.
precedence Perform the (8/4)/2 =
grouping operations 2/2 = 1,
( ) inside the but 8/(4/ U+0028 U+0029 ( ) (~) ( )
parentheses 2) = 8/2 =
everywhere first. 4.
inference
infers or is
derived from x ⊢ y means y A → B ⊢ ¬B
⊢ propositional is derived from → ¬A U+22A2 \vdash\vdash
logic, x.
first-order
logic
[edit] Advanced and rarely used logical symbols
These symbols are sorted by their Unicode value:
• U+00B7 · middle dot, an outdated way for denoting AND^[citation needed],
still in use in electronics; for example "A·B" is the same as "A&B"
• ·: Center dot with a line above it (using HTML style). Outdated way for
denoting NAND, for example "A·B" is the same as "A NAND B" or "A|B" or "¬(A
& B)". See also Unicode U+22C5 ⋅ dot operator.
• U+0305 ̅ combining overline, used as abbreviation for standard numerals.
For example, using HTML style "4̅" is a shorthand for the standard numeral
"SSSS0".
• Overline, is also a rarely used format for denoting Gödel numbers, for
example "AVB" says the Gödel number of "(AVB)"
• Overline is also an outdated way for denoting negation, still in use in
electronics; for example "AVB" is the same as "¬(AVB)"
• U+2191 ↑ upwards arrow or U+007C | vertical line: Sheffer stroke, the
sign for the NAND operator.
• U+2201 ∁ complement
• U+2204 ∄ there does not exist: strike out existential quantifier same as
"¬∃"
• U+2234 ∴ therefore
• U+2235 ∵ because
• U+22A7 ⊧ models: is a model of
• U+22A8 ⊨ true: is true of
• U+22AC ⊬ does not prove: negated ⊢, the sign for "does not prove", for
example T ⊬ P says "P is not a theorem of T"
• U+22AD ⊭ not true: is not true of
• U+22BC ⊼ nand: another NAND operator, can also be rendered as ∧
• U+22BD ⊽ nor: another NOR operator, can also be rendered as V
• U+22C4 ⋄ diamond operator: modal operator for "it is possible that", "it
is not necessarily not" or rarely "it is not provable not" (in most modal
logics it is defined as "¬◻¬")
• U+22C6 ⋆ star operator: usually used for ad-hoc operators
• U+22A5 ⊥ up tack or U+2193 ↓ downwards arrow: Webb-operator or Peirce
arrow, the sign for NOR. Confusingly, "⊥" is also the sign for
contradiction or absurdity.
• U+2310 ⌐ reversed not sign
• U+231C ⌜ top left corner and U+231D ⌝ top right corner: corner quotes,
also called "Quine quotes"; the standard symbol 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. And 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+25FB ◻ white medium square or U+25A1 □ white square: modal operator for
"it is necessary that" (in modal logic), or "it is provable that" (in
provability logic), or "it is obligatory that" (in deontic logic), or "it
is believed that" (in doxastic logic).
Note that the following operators are rarely supported by natively installed
fonts. If you wish to use these in a web page, you should always embed the
necessary fonts so the page viewer can see the web page without having the
necessary fonts installed in their computer.
• U+27E1 ⟡ white concave-sided diamond
• U+27E2 ⟢ white concave-sided diamond with leftwards tick: modal operator
for was never
• U+27E3 ⟣ white concave-sided diamond with rightwards tick: modal operator
for will never be
• U+27E4 ⟤ white square with leftwards tick: modal operator for was always
• U+27E5 ⟥ white square with rightwards tick: modal operator for will always
be
• U+297D ⥽ 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) See here for an image of glyph. Added to
Unicode 3.2.0.
[edit] See also
Logical connectives Hasse diagram.svg Logic portal
• Table of mathematical symbols
• Polish notation
• Logic Alphabet, a suggested set of logical symbols.
• Unicode Mathematical Operators
[edit] Notes
1. ^ Although this character is available in LaTeX, the Mediawiki TeX system
doesn't support this character.
[edit] External links
• Named character entities in HTML 4.0.
v · d · eLogic
Related articles
Argumentation theory · Axiology · Critical thinking ·
Computability theory · Formal semantics · History of logic ·
Academic Informal logic · Logic in computer science · Mathematical logic ·
areas Mathematics · Metalogic · Metamathematics · Model theory ·
Philosophical logic · Philosophy · Philosophy of logic ·
Philosophy of mathematics · Proof theory · Set theory
Abduction · Analytic truth · Antinomy · A priori · Deduction ·
Definition · Description · Entailment · Induction · Inference ·
Foundational Logical consequence · Logical form · Logical implication · Logical
concepts truth · Name · Necessity · Meaning · Paradox · Possible world ·
Presupposition · Probability · Reason · Reasoning · Reference ·
Semantics · Statement · Substitution · Syntax · Truth · Truth
value · Validity
Philosophical logic
Critical Analysis · Ambiguity · Belief · Credibility · Evidence · Explanation
thinking · Explanatory power · Fact · Fallacy · Inquiry · Opinion · Parsimony
and · Premise · Propaganda · Prudence · Reasoning · Relevance · Rhetoric
Informal · Rigor · Vagueness
logic
Theories Constructivism · Dialetheism · Fictionalism · Finitism · Formalism ·
of Intuitionism · Logical atomism · Logicism · Nominalism · Platonic
deduction realism · Pragmatism · Realism
Metalogic and Metamathematics
Cantor's theorem · Church's theorem · Church's thesis · Consistency · Effective
method · Foundations of mathematics · Gödel's completeness theorem · Gödel's
incompleteness theorems · Soundness · Completeness · Decidability ·
Interpretation · Löwenheim–Skolem theorem · Metatheorem · Satisfiability ·
Independence · Type–token distinction · Use–mention distinction
Mathematical logic
Formal language · Formation rule · Formal system · Deductive
system · Formal proof · Formal semantics · Well-formed formula ·
General Set · Element · Class · Classical logic · Axiom · Natural
deduction · Rule of inference · Relation · Theorem · Logical
consequence · Axiomatic system · Type theory · Symbol · Syntax ·
Theory
Traditional Proposition · Inference · Argument · Validity · Cogency ·
logic Syllogism · Square of opposition · Venn diagram
Propositional
calculus Boolean functions · Propositional calculus · Propositional
and Boolean formula · Logical connectives · Quantifiers · Truth tables
logic
Predicate First-order · Quantifiers · Predicate · Second-order · Monadic
predicate calculus
Set · Empty set · Enumeration · Extensionality · Finite set ·
Set theory Function · Subset · Power set · Countable set · Recursive set ·
Domain · Range · Ordered pair · Uncountable set
Model theory Model · Interpretation · Non-standard model · Finite model theory
· Truth value · Validity
Proof theory Formal proof · Deductive system · Formal system · Theorem ·
Logical consequence · Rule of inference · Syntax
Computability Recursion · Recursive set · Recursively enumerable set · Decision
theory problem · Church–Turing thesis · Computable function · Primitive
recursive function
Non-classical logic
Modal logic Alethic · Axiologic · Deontic · Doxastic · Epistemic · Temporal
Intuitionistic logic · Constructive analysis · Heyting
Intuitionism arithmetic · Intuitionistic type theory · Constructive set
theory
Fuzzy logic Degree of truth · Fuzzy rule · Fuzzy set · Fuzzy finite element
· Fuzzy set operations
Substructural Structural rule · Relevance logic · Linear logic
logic
Paraconsistent Dialetheism
logic
Description Ontology · Ontology language
logic
Logicians
Anderson · Aristotle · Averroes · Avicenna · Bain · Barwise · Bernays · Boole ·
Boolos · Cantor · Carnap · Church · Chrysippus · Curry · De Morgan · Frege ·
Geach · Gentzen · Gödel · Hilbert · Kleene · Kripke · Leibniz · Löwenheim ·
Peano · Peirce · Putnam · Quine · Russell · Schröder · Scotus · Skolem ·
Smullyan · Tarski · Turing · Whitehead · William of Ockham · Wittgenstein ·
Zermelo
Lists
Topics Outline of logic · Index of logic articles · Mathematical logic ·
Boolean algebra · Set theory
Other Logicians · Rules of inference · Paradoxes · Fallacies · Logic symbols
Portal · Category · Outline · WikiProject · Talk · changes
Retrieved from "http://en.wikipedia.org/wiki/List_of_logic_symbols"
Categories: Mathematical notation | Logical symbols
Hidden categories: All articles with unsourced statements | Articles with
unsourced statements from November 2010
Personal tools
• Log in / create account
Namespaces
• Article
• Discussion
Variants
Views
• Read
• Edit
• View history
Actions
Search
[ ] Search
Navigation
• Main page
• Contents
• Featured content
• Current events
• Random article
• Donate to Wikipedia
Interaction
• Help
• About Wikipedia
• Community portal
• Recent changes
• Contact Wikipedia
Toolbox
• What links here
• Related changes
• Upload file
• Special pages
• Permanent link
• Cite this page
Print/export
• Create a book
• Download as PDF
• Printable version
Languages
• Latina
• Lietuvių
• Македонски
• 中文
• This page was last modified on 21 June 2011 at 17:44.
• Text is available under the Creative Commons Attribution-ShareAlike License
; additional terms may apply. See Terms of use for details.
Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a
non-profit organization.
• Contact us
• Privacy policy
• About Wikipedia
• Disclaimers
• Wikimedia Foundation
• Powered by MediaWiki