Exclusive or explained
Exclusive or |
Other Titles: | XOR |
Venn Diagram: | Venn0110.svg |
Truth Table: |
|
Logic Gate: | XOR_ANSI.svg |
Dnf: | \overline{x} ⋅ y+x ⋅ \overline{y}
|
Cnf: | (\overline{x}+\overline{y}) ⋅ (x+y)
|
Zhegalkin: |
|
0-Preserving: | yes |
1-Preserving: | no |
Monotone: | no |
Affine: | yes |
Self-Dual: | no |
Exclusive or, exclusive disjunction, exclusive alternation, logical non-equivalence, or logical inequality is a logical operator whose negation is the logical biconditional. With two inputs, XOR is true if and only if the inputs differ (one is true, one is false). With multiple inputs, XOR is true if and only if the number of true inputs is odd.[1]
It gains the name "exclusive or" because the meaning of "or" is ambiguous when both operands are true. XOR excludes that case. Some informal ways of describing XOR are "one or the other but not both", "either one or the other", and "A or B, but not A and B".
It is symbolized by the prefix operator
[2] and by the
infix operators
XOR (or),
EOR,
EXOR,
,
,
,
⩛,
,
, and
.Definition
The truth table of
shows that it outputs true whenever the inputs differ:
Equivalences, elimination, and introduction
Exclusive disjunction essentially means 'either one, but not both nor none'. In other words, the statement is true if and only if one is true and the other is false. For example, if two horses are racing, then one of the two will win the race, but not both of them. The exclusive disjunction
, also denoted by
or
, can be expressed in terms of the
logical conjunction ("logical and",
), the
disjunction ("logical or",
), and the
negation (
) as follows:
\begin{matrix}
p\nleftrightarrowq&=&(p\lorq)\landlnot(p\landq)
\end{matrix}
The exclusive disjunction
can also be expressed in the following way:
\begin{matrix}
p\nleftrightarrowq&=&(p\landlnotq)\lor(lnotp\landq)
\end{matrix}
This representation of XOR may be found useful when constructing a circuit or network, because it has only one
operation and small number of
and
operations. A proof of this identity is given below:
\begin{matrix}
p\nleftrightarrowq&=&(p\landlnotq)&\lor&(lnotp\landq)\\[3pt]
&=&((p\landlnotq)\lorlnotp)&\land&((p\landlnotq)\lorq)\\[3pt]
&=&((p\lorlnotp)\land(lnotq\lorlnotp))&\land&((p\lorq)\land(lnotq\lorq))\\[3pt]
&=&(lnotp\lorlnotq)&\land&(p\lorq)\\[3pt]
&=&lnot(p\landq)&\land&(p\lorq)
\end{matrix}
It is sometimes useful to write
in the following way:
\begin{matrix}
p\nleftrightarrowq&=&lnot((p\landq)\lor(lnotp\landlnotq))
\end{matrix}
or:
\begin{matrix}
p\nleftrightarrowq&=&(p\lorq)\land(lnotp\lorlnotq)
\end{matrix}
This equivalence can be established by applying De Morgan's laws twice to the fourth line of the above proof.
The exclusive or is also equivalent to the negation of a logical biconditional, by the rules of material implication (a material conditional is equivalent to the disjunction of the negation of its antecedent and its consequence) and material equivalence.
In summary, we have, in mathematical and in engineering notation:
\begin{matrix}
p\nleftrightarrowq&=&(p\landlnotq)&\lor&(lnotp\landq)&=&p\overline{q}+\overline{p}q\\[3pt]
&=&(p\lorq)&\land&(lnotp\lorlnotq)&=&(p+q)(\overline{p}+\overline{q})\\[3pt]
&=&(p\lorq)&\land&lnot(p\landq)&=&(p+q)(\overline{pq})
\end{matrix}
Negation of the operator
By applying the spirit of De Morgan's laws, we get:
Relation to modern algebra
(
conjunction) and
(
disjunction) are very useful in logic systems, they fail a more generalizable structure in the following way:
The systems
and
are
monoids, but neither is a
group. This unfortunately prevents the combination of these two systems into larger structures, such as a
mathematical ring.
However, the system using exclusive or
is an
abelian group. The combination of operators
and
over elements
produce the well-known
two-element field
. This field can represent any logic obtainable with the system
and has the added benefit of the arsenal of algebraic analysis tools for fields.
More specifically, if one associates
with 0 and
with 1, one can interpret the logical "AND" operation as multiplication on
and the "XOR" operation as addition on
:
\begin{matrix}
r=p\landq&\Leftrightarrow&r=p ⋅ q\pmod2\\[3pt]
r=p ⊕ q&\Leftrightarrow&r=p+q\pmod2\\
\end{matrix}
The description of a Boolean function as a polynomial in
, using this basis, is called the function's
algebraic normal form.
[3] Exclusive or in natural language
Disjunction is often understood exclusively in natural languages. In English, the disjunctive word "or" is often understood exclusively, particularly when used with the particle "either". The English example below would normally be understood in conversation as implying that Mary is not both a singer and a poet.[4] [5]
1. Mary is a singer or a poet.
However, disjunction can also be understood inclusively, even in combination with "either". For instance, the first example below shows that "either" can be felicitously used in combination with an outright statement that both disjuncts are true. The second example shows that the exclusive inference vanishes away under downward entailing contexts. If disjunction were understood as exclusive in this example, it would leave open the possibility that some people ate both rice and beans.[4]
2. Mary is either a singer or a poet or both.
3. Nobody ate either rice or beans.
Examples such as the above have motivated analyses of the exclusivity inference as pragmatic conversational implicatures calculated on the basis of an inclusive semantics. Implicatures are typically cancellable and do not arise in downward entailing contexts if their calculation depends on the Maxim of Quantity. However, some researchers have treated exclusivity as a bona fide semantic entailment and proposed nonclassical logics which would validate it.
This behavior of English "or" is also found in other languages. However, many languages have disjunctive constructions which are robustly exclusive such as French soit... soit.
Alternative symbols
The symbol used for exclusive disjunction varies from one field of application to the next, and even depends on the properties being emphasized in a given context of discussion. In addition to the abbreviation "XOR", any of the following symbols may also be seen:
was used by
George Boole in 1847.
[6] Although Boole used
mainly on classes, he also considered the case that
are propositions in
, and at the time
is a connective. Furthermore, Boole used it exclusively. Although such use does not show the relationship between inclusive disjunction (for which
is almost fixedly used nowadays) and exclusive disjunction, and may also bring about confusions with its other uses, some classical and modern textbooks still keep such use.
[7] [8]
was used by
Christine Ladd-Franklin in 1883.
[9] Strictly speaking, Ladd used
A\operatorname{\overline{\vee}}B
to express "
is-not
" or "No
is
", i.e., used
as exclusions, while implicitly
has the meaning of exclusive disjunction since the article is titled as "On the Algebra of Logic".
, denoting the negation of
equivalence, was used by
Ernst Schröder in 1890,
[10] Although the usage of
as equivalence could be dated back to
George Boole in 1847,
[6] during the 40 years after Boole, his followers, such as
Charles Sanders Peirce,
Hugh MacColl,
Giuseppe Peano and so on, did not use
as non-equivalence literally which is possibly because it could be defined from negation and equivalence easily.
was used by
Giuseppe Peano in 1894: "
. The sign
corresponds to Latin
aut; the sign
to
vel."
[11] Note that the Latin word "aut" means "exclusive or" and "vel" means "inclusive or", and that Peano use
as inclusive disjunction.
was used by Izrail Solomonovich Gradshtein (Израиль Соломонович Градштейн) in 1936.
[12]
was used by
Claude Shannon in 1938.
[13] Shannon borrowed the symbol as exclusive disjunction from
Edward Vermilye Huntington in 1904.
[14] Huntington borrowed the symbol from
Gottfried Wilhelm Leibniz in 1890 (the original date is not definitely known, but almost certainly it is written after 1685; and 1890 is the publishing time).
[15] While both Huntington in 1904 and Leibniz in 1890 used the symbol as an algebraic operation. Furthermore, Huntington in 1904 used the symbol as inclusive disjunction (logical sum) too, and in 1933 used
as inclusive disjunction.
[16]
, also denoting the negation of
equivalence, was used by
Alonzo Church in 1944.
[17]
(as a
prefix operator,
) was used by
Józef Maria Bocheński in 1949.
[2] Somebody
[18] may mistake that it is
Jan Łukasiewicz who is the first to use
for exclusive disjunction (it seems that the mistake spreads widely), while neither in 1929
[19] nor in other works did Łukasiewicz make such use. In fact, in 1949 Bocheński introduced a system of
Polish notation that names all 16 binary
connectives of classical logic which is a compatible extension of the notation of Łukasiewicz in 1929, and in which
for exclusive disjunction appeared at the first time. Bocheński's usage of
as exclusive disjunction has no relationship with the Polish "alternatywa rozłączna" of "exclusive or" and is an accident for which see the table on page 16 of the book in 1949.
and
, which may be interpreted as their elementwise exclusive or, has variously been denoted as
,
, or
.
Properties
If using binary values for true (1) and false (0), then exclusive or works exactly like addition modulo 2.
Computer science
Bitwise operation
See main article: article and Bitwise operation. Exclusive disjunction is often used for bitwise operations. Examples:
- 1 XOR 1 = 0
- 1 XOR 0 = 1
- 0 XOR 1 = 1
- 0 XOR 0 = 0
- XOR = (this is equivalent to addition without carry)
.
In computer science, exclusive disjunction has several uses:
- It tells whether two bits are unequal.
- It is an optional bit-flipper (the deciding input chooses whether to invert the data input).
- It tells whether there is an odd number of 1 bits (
is true
if and only if an odd number of the variables are true), which is equal to the
parity bit returned by a
parity function.
In logical circuits, a simple adder can be made with an XOR gate to add the numbers, and a series of AND, OR and NOT gates to create the carry output.
On some computer architectures, it is more efficient to store a zero in a register by XOR-ing the register with itself (bits XOR-ed with themselves are always zero) than to load and store the value zero.
In cryptography, XOR is sometimes used as a simple, self-inverse mixing function, such as in one-time pad or Feistel network systems. XOR is also heavily used in block ciphers such as AES (Rijndael) or Serpent and in block cipher implementation (CBC, CFB, OFB or CTR).
In simple threshold-activated artificial neural networks, modeling the XOR function requires a second layer because XOR is not a linearly separable function.
Similarly, XOR can be used in generating entropy pools for hardware random number generators. The XOR operation preserves randomness, meaning that a random bit XORed with a non-random bit will result in a random bit. Multiple sources of potentially random data can be combined using XOR, and the unpredictability of the output is guaranteed to be at least as good as the best individual source.[21]
XOR is used in RAID 3–6 for creating parity information. For example, RAID can "back up" bytes and from two (or more) hard drives by XORing the just mentioned bytes, resulting in and writing it to another drive. Under this method, if any one of the three hard drives are lost, the lost byte can be re-created by XORing bytes from the remaining drives. For instance, if the drive containing is lost, and can be XORed to recover the lost byte.[22]
XOR is also used to detect an overflow in the result of a signed binary arithmetic operation. If the leftmost retained bit of the result is not the same as the infinite number of digits to the left, then that means overflow occurred. XORing those two bits will give a "1" if there is an overflow.
XOR can be used to swap two numeric variables in computers, using the XOR swap algorithm; however this is regarded as more of a curiosity and not encouraged in practice.
XOR linked lists leverage XOR properties in order to save space to represent doubly linked list data structures.
In computer graphics, XOR-based drawing methods are often used to manage such items as bounding boxes and cursors on systems without alpha channels or overlay planes.
Encodings
It is also called "not left-right arrow" (\nleftrightarrow
) in LaTeX-based markdown (
). Apart from the ASCII codes, the operator is encoded at and, both in block mathematical operators.
Notes
- Web site: Germundsson. Roger. Weisstein. Eric. XOR. MathWorld. Wolfram Research. 17 June 2015.
- Book: Bocheński . J. M. . Précis de logique mathématique . 1949 . The Netherlands . F. G. Kroonder, Bussum, Pays-Bas . French. Translated as Book: Bocheński . J. M. . Bird . O. . A Precis of Mathematical Logic . 1959 . D. Reidel Publishing Company . limited . 10.1007/978-94-017-0592-9 . Dordrecht, Holland. 978-90-481-8329-6 .
- Book: Joux, Antoine. Algorithmic Cryptanalysis. CRC Press. 2009. 9781420070033. 9.2: Algebraic normal forms of Boolean functions. 285–286. https://books.google.com/books?id=buQajqt-_iUC&pg=PA285.
- Encyclopedia: Aloni. Maria. Maria Aloni. Disjunction. 2016. The Stanford Encyclopedia of Philosophy. Zalta. Edward N.. Winter 2016. Metaphysics Research Lab, Stanford University. 2020-09-03.
- Jennings quotes numerous authors saying that the word "or" has an exclusive sense. See Chapter 3, "The First Myth of 'Or'":
Book: Jennings, R. E. . 1994 . The Genealogy of Disjunction . New York . Oxford University Press .
- Book: Boole . G. . The Mathematical Analysis of Logic, Being an Essay Towards a Calculus of Deductive Reasoning . 1847 . Macmillan, Barclay, & Macmillan/George Bell . Cambridge/London . 17 .
- Book: Enderton . H. . A Mathematical Introduction to Logic . 1972 . 2001 . A Harcourt Science and Technology Company . San Diego, New York, Boston, London, Toronto, Sydney and Tokyo . 51 . 2.
- Book: Rautenberg . W. . A Concise Introduction to Mathematical Logic . 2006 . 2010 . Springer . New York, Dordrecht, Heidelberg and London . 3 . 3.
- Encyclopedia: Ladd . Christine . On the Algebra of Logic . Studies in Logic by Members of the Johns Hopkins University . Peirce . C. S. . Little, Brown & Company . Boston . 1883 . 17–71.
- Book: Schröder . E. . Vorlesungen über die Algebra der Logik (Exakte Logik), Erster Band . 1890 . Druck und Verlag B. G. Teubner . Leipzig . German. Reprinted by Thoemmes Press in 2000.
- Book: Peano . G. . Notations de logique mathématique. Introduction au formulaire de mathématique . 1894 . Fratelli Boccna. . Turin. Reprinted in Book: Peano . G. . Opere Scelte, Volume II . 1958 . Edizioni Cremonese . Roma . 123–176.
- Book: ГРАДШТЕЙН . И. С. . ПРЯМАЯ И ОБРАТНАЯ ТЕОРЕМЫ: ЭЛЕМЕНТЫ АЛГЕБРЫ ЛОГИКИ . 1936 . 1959 . ГОСУДАРСТВЕННОЕ ИЗДАТЕЛЬСТВО ФИЗИКа-МАТЕМАТИЧЕСКОЙ ЛИТЕРАТУРЫ . МОСКВА . 3 . Russian. Translated as Book: Gradshtein . I. S. . Boddington . T. . Direct and Converse Theorems: The Elements of Symbolic Logic . 1963 . Pergamon Press . Oxford, London, New York and Paris.
- Shannon. C. E.. Claude Elwood Shannon. A Symbolic Analysis of Relay and Switching Circuits. Transactions of the American Institute of Electrical Engineers. 1938. 57 . 12. 713–723. 10.1109/T-AIEE.1938.5057767. 1721.1/11173. 51638483. free.
- Huntington . E. V. . Sets of Independent Postulates for the Algebra of Logic . Transactions of the American Mathematical Society . 1904 . 5 . 3 . 288–309. 10.1090/S0002-9947-1904-1500675-4 .
- Book: Leibniz . G. W. . Gerhardt . C. I. . Die philosophischen Schriften, Siebter Band . 7 July 2023 . 16??/17??. 1890 . German . Weidmann . Berlin . 237.
- Huntington . E. V. . New Sets of Independent Postulates for the Algebra of Logic, With Special Reference to Whitehead and Russell's Principia Mathematica . Transactions of the American Mathematical Society . 1933 . 35 . 1 . 274–304.
- Book: Church . A. . Introduction to Mathematical Logic . 1944. 1996 . Princeton University Press . New Jersey . 37.
- Book: Routledge Encyclopedia of Philosophy, Volume 8 . Edward . Craig . . 1998 . 978-0-41507310-3 . 496 .
- Book: Elementy logiki matematycznej . pl . Elements of Mathematical Logic . Łukasiewicz . Jan . Jan Łukasiewicz . Warsaw, Poland . 1 . . 1929.
- Book: The C Programming Language. The C Programming Language. 1978. Prentice-Hall. Brian W.. Kernighan. Brian Kernighan. Dennis M.. Ritchie. Dennis Ritchie. 2.9: Bitwise logical operators. 44–46. https://archive.org/details/TheCProgrammingLanguageFirstEdition/page/n51.
- Web site: Davies. Robert B. Exclusive OR (XOR) and hardware random number generators. 28 August 2013. 28 February 2002.
- Web site: Nobel. Rickard. How RAID 5 actually works. 23 March 2017. 26 July 2011.
External links