Английская Википедия:Exclusive or

Материал из Онлайн справочника
Версия от 16:05, 5 марта 2024; EducationBot (обсуждение | вклад) (Новая страница: «{{Английская Википедия/Панель перехода}} {{short description|True when either but not both inputs are true}} {{Redirect|XOR|the logic gate|XOR gate|other uses|XOR (disambiguation)}} {{refimprove|date=May 2013}} {{Infobox logical connective | title = Exclusive or | other titles = XOR | Venn diagram = Venn0110.svg | definition = | truth table = <math>(0110)</math> | logic gate = XOR_ANSI.svg | DNF = <math>...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Redirect Шаблон:Refimprove

Шаблон:Infobox logical connective

Файл:Venn 0110 1001.svg
Venn diagram of <math>A \oplus B \oplus C</math>

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 <math>J</math>[2]Шаблон:Rp and by the infix operators XOR (Шаблон:IPAc-en, Шаблон:IPAc-en, Шаблон:IPAc-en or Шаблон:IPAc-en), EOR, EXOR, <math>\dot{\vee}</math>, <math>\overline{\vee}</math>, <math>\underline{\vee}</math>, , <math>\oplus</math>, <math>\nleftrightarrow</math>, and <math>\not\equiv</math>.

Definition

Файл:Variadic logical XOR.svg
Each row of this binary Walsh matrix is the truth table of the variadic XOR of the arguments shown on the left. E.g. row AB corresponds to the 2-circle, and row ABC to the 3-circle Venn diagram shown above. (As in the Venn diagrams, white is false, and red is true.)

The truth table of <math>A \oplus B</math> shows that it outputs true whenever the inputs differ:

Шаблон:2-ary truth table

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 <math>p \nleftrightarrow q</math>, also denoted by <math>p\operatorname{?}q</math> or <math>Jpq</math>, can be expressed in terms of the logical conjunction ("logical and", <math>\wedge</math>), the disjunction ("logical or", <math>\lor</math>), and the negation (<math>\lnot</math>) as follows:

<math>\begin{matrix}
 p \nleftrightarrow q & = & (p \lor q) \land  \lnot (p \land q)

\end{matrix}</math>

The exclusive disjunction <math>p \nleftrightarrow q</math> can also be expressed in the following way:

<math>\begin{matrix}
 p \nleftrightarrow q & = & (p \land \lnot q) \lor (\lnot p \land q)

\end{matrix}</math>

This representation of XOR may be found useful when constructing a circuit or network, because it has only one <math>\lnot</math> operation and small number of <math>\wedge</math> and <math>\lor</math> operations. A proof of this identity is given below:

<math>\begin{matrix}
 p \nleftrightarrow q & = & (p \land \lnot q) & \lor & (\lnot p \land q) \\[3pt]
            & = & ((p \land \lnot q) \lor \lnot p) & \land & ((p \land \lnot q) \lor q) \\[3pt]
            & = & ((p \lor \lnot p) \land (\lnot q \lor \lnot p)) & \land & ((p \lor q) \land (\lnot q \lor q)) \\[3pt]
            & = & (\lnot p \lor \lnot q) & \land & (p \lor q) \\[3pt]
            & = & \lnot (p \land q) & \land & (p \lor q)

\end{matrix}</math>

It is sometimes useful to write <math>p \nleftrightarrow q</math> in the following way:

<math>\begin{matrix}
 p \nleftrightarrow q & = & \lnot ((p \land q) \lor (\lnot p \land \lnot q))

\end{matrix}</math> or:

<math>\begin{matrix}
 p \nleftrightarrow q & = & (p \lor q) \land (\lnot p \lor \lnot q)

\end{matrix}</math>

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:

<math>\begin{matrix}
 p \nleftrightarrow q & = & (p \land \lnot q) & \lor & (\lnot p \land q) & = & p\overline{q} + \overline{p}q \\[3pt]
            & = & (p \lor q) & \land & (\lnot p \lor \lnot q) & = & (p + q)(\overline{p} + \overline{q}) \\[3pt]
            & = & (p \lor q) & \land & \lnot (p \land q) & = & (p + q)(\overline{pq})

\end{matrix}</math>

Negation of the operator

The spirit of De Morgan's laws can be applied, we have: <math display="block">\lnot(p \nleftrightarrow q) \Leftrightarrow \lnot p \nleftrightarrow q \Leftrightarrow p \nleftrightarrow \lnot q.</math>

Relation to modern algebra

Although the operators <math>\wedge</math> (conjunction) and <math>\lor</math> (disjunction) are very useful in logic systems, they fail a more generalizable structure in the following way:

The systems <math>(\{T, F\}, \wedge)</math> and <math>(\{T, F\}, \lor)</math> 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 <math>(\{T, F\}, \oplus)</math> is an abelian group. The combination of operators <math>\wedge</math> and <math>\oplus</math> over elements <math>\{T, F\}</math> produce the well-known two-element field <math>\mathbb{F}_2</math>. This field can represent any logic obtainable with the system <math>(\land, \lor)</math> and has the added benefit of the arsenal of algebraic analysis tools for fields.

More specifically, if one associates <math>F</math> with 0 and <math>T</math> with 1, one can interpret the logical "AND" operation as multiplication on <math>\mathbb{F}_2</math> and the "XOR" operation as addition on <math>\mathbb{F}_2</math>:

<math>\begin{matrix}
  r = p \land q & \Leftrightarrow & r = p \cdot q \pmod 2 \\[3pt]
 r = p \oplus q & \Leftrightarrow & r = p + q \pmod 2 \\

\end{matrix}</math>

The description of a Boolean function as a polynomial in <math>\mathbb{F}_2</math>, 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.[4]

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.[4]

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:

  • <math>+</math> was used by George Boole in 1847.[6] Although Boole used <math>+</math> mainly on classes, he also considered the case that <math>x,y</math> are propositions in <math>x+y</math>, and at the time <math>+</math> is a connective. Furthermore, Boole used it exclusively. Although such use does not show the relationship between inclusive disjunction (for which <math>\vee</math> 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]
  • <math>\overline{\vee}</math> was used by Christine Ladd-Franklin in 1883.[9] Strictly speaking, Ladd used <math>A\operatorname{\overline{\vee}}B</math> to express "<math>A</math> is-not <math>B</math>" or "No <math>A</math> is <math>B</math>", i.e., used <math>\overline{\vee}</math> as exclusions, while implicitly <math>\overline{\vee}</math> has the meaning of exclusive disjunction since the article is titled as "On the Algebra of Logic".
  • <math>\not=</math>, denoting the negation of equivalence, was used by Ernst Schröder in 1890,[10]Шаблон:Rp Although the usage of <math>=</math> 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 <math>\not=</math> as non-equivalence literally which is possibly because it could be defined from negation and equivalence easily.
  • <math>\circ</math> was used by Giuseppe Peano in 1894: "<math>a\circ b=a-b\,\cup\,b-a</math>. The sign <math>\circ</math> corresponds to Latin aut; the sign <math>\cup</math> to vel."[11]Шаблон:Rp Note that the Latin word "aut" means "exclusive or" and "vel" means "inclusive or", and that Peano use <math>\cup</math> as inclusive disjunction.
  • <math>\vee\vee</math> was used by Izrail Solomonovich Gradshtein (Израиль Соломонович Градштейн) in 1936.[12]Шаблон:Rp
  • <math>\oplus</math> 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 <math>+</math> as inclusive disjunction.[16]
  • <math>\not\equiv</math>, also denoting the negation of equivalence, was used by Alonzo Church in 1944.[17]
  • <math>J</math> (as a prefix operator, <math>J\phi\psi</math>) was used by Józef Maria Bocheński in 1949.[2]Шаблон:Rp Somebody[18] may mistake that it is Jan Łukasiewicz who is the first to use <math>J</math> 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 <math>J</math> for exclusive disjunction appeared at the first time. Bocheński's usage of <math>J</math> 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.
  • ^, the caret, has been used in several programming languages to denote the bitwise exclusive or operator, beginning with C[20] and also including C++, C#, D, Java, Perl, Ruby, PHP and Python.
  • The symmetric difference of two sets <math>S</math> and <math>T</math>, which may be interpreted as their elementwise exclusive or, has variously been denoted as <math>S\ominus T</math>, <math>S\mathop{\triangledown} T</math>, or <math>S\mathop{\vartriangle} T</math>.[21]

Properties

Шаблон:Glossary Шаблон:TermШаблон:Defn Шаблон:TermШаблон:Defn Шаблон:TermШаблон:Defn Шаблон:TermШаблон:Defn Шаблон:TermШаблон:Defn Шаблон:TermШаблон:Defn Шаблон:TermШаблон:Defn Шаблон:Term Шаблон:TermШаблон:Defn Шаблон:TermШаблон:Defn Шаблон:Glossary end

If using binary values for true (1) and false (0), then exclusive or works exactly like addition modulo 2.

Computer science

Файл:XOR ANSI Labelled.svg
Traditional symbolic representation of an XOR logic gate

Bitwise operation

Шаблон:Main article

Файл:Z2^4; Cayley table; binary.svg
Nimber addition is the exclusive or of nonnegative integers in binary representation. This is also the vector addition in <math>(\Z/2\Z)^4</math>.

Exclusive disjunction is often used for bitwise operations. Examples:

As noted above, since exclusive disjunction is identical to addition modulo 2, the bitwise exclusive disjunction of two n-bit strings is identical to the standard vector of addition in the vector space <math>(\Z/2\Z)^n</math>.

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 (<math>A \oplus B \oplus C \oplus D \oplus E</math> 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.Шаблон:Citation needed 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.[22]

XOR is used in RAID 3–6 for creating parity information. For example, RAID can "back up" bytes Шаблон:N-ary and Шаблон:N-ary from two (or more) hard drives by XORing the just mentioned bytes, resulting in (Шаблон:N-ary) 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 Шаблон:N-ary is lost, Шаблон:N-ary and Шаблон:N-ary can be XORed to recover the lost byte.[23]

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 (<math>\nleftrightarrow</math>). Apart from the ASCII codes, the operator is encoded at Шаблон:Unichar and Шаблон:Unichar, both in block mathematical operators.

See also

Шаблон:Columns-list

Notes

External links

Шаблон:Commons category Шаблон:Wiktionary

Шаблон:Logical connectives