Inline videos. See also:Category: Articles with embedded Videos..

Logical disjunction

From Biocrawler, the free encyclopedia.

(Redirected from Disjunction)
OR logic gate

Logical disjunction (usual symbol or) is a logical operator that results in true if either of the operands is true.

Contents

Definition

In logic and mathematics, a disjunction is an "or statement". For example "John skis or Sally swims" is a disjunction.

Note that in everyday language, use of the word "or" can sometimes mean "either, but not both" (e.g., "would you like tea or coffee?"). In logic, this is called an "exclusive disjunction" or "exclusive or" (xor). When used formally, "or" allows for both parts of the or statement (its disjuncts) to be true ("and/or"), therefore "or" is also called inclusive disjunction.1

For two inputs A and B, the truth table of the function is as follows.

A B A or B
F F F
F T T
T F T
T T T

More generally a disjunction is a logical formula that can have one or more literals separated only by ORs. A single literal is often considered to be a degenerate disjunction.

Symbol

The statement "P or Q" is often written as

P \lor Q

Such a disjunction is false if both P and Q are false. In all other cases it is true.

All the following are disjunctions:

A \lor B
¬A \lor B
A \lor ¬B \lor ¬C \lor D \lor ¬E

The equivalent notion in set theory is the set-theoretic union.

Associativity and commutativity

For more than two inputs, or can be applied to the first two inputs, and then the result can be or'ed with each subsequent input:

(A or B or C or D) ⇔ (((A or B) or C) or D)

Because or is associative, the order of the inputs does not matter: the same result will be obtained regardless of association.

The operator xor is also commutative and therefore the order of the operands is not important:

A or BB or A

Bitwise operation

Disjunction is often used for bitwise operations. Examples:

  • 0 or 0 = 0
  • 0 or 1 = 1
  • 1 or 0 = 1
  • 1 or 1 = 1
  • 1010 or 1110 = 1110

Note that in computer science the OR operator can be used to set a bit to 1 by OR-ing the bit with 1.

See also

External links

Note

Boole, closely following analogy with ordinary mathematics, premised, as a necessary condition to the definition of "x + y", that x and y were mutually exclusive.  Jevons, and practically all mathematical logicians after him, advocated, on various grounds, the definition of "logical addition" in a form which does not necessitate mutual exclusiveness.bg:Дизюнкцияes:Puerta OR

fr:Disjonction logique id:Logika disjungsi ja:論理和 pl:Alternatywa pt:Disjunção lógica sv:Logisk disjunktion th:การเลือกเชิงตรรกศาสตร์ uk:Диз'юнкція

Wikipedia (http://en.wikipedia.org/wiki/Main_Page) Disjunction (http://en.wikipedia.org/wiki/Disjunction) version history (http://en.wikipedia.org/w/index.php?title=Disjunction&action=history) GNU Free Documentation Lizenz (http://en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License) CC-by-sa (http://creativecommons.org/licenses/by-sa/2.5/)

Personal tools
Google Search
Google
Web
biocrawler.com

 
In other languages