This site is supported by donations to The OEIS Foundation.

Logical disjunction

From OeisWiki
Jump to navigationJump to search

Logical disjunction, also called logical alternation, is an operation on two logical values, typically the values of two propositions, that produces a value of false if and only if both of its operands are false.

A logical disjunction of propositions p and q may be written in various ways.  Among the most common are these:

  • porq
  • pq

A truth table for pq appears below:


Logical Disjunction
p q pq
F F F
F T T
T F T
T T T


A logical graph for pq is shown below:

The traversal string of this graph is ((p)(q)).  The proposition pq may be taken as a Boolean function f(p,q) having the abstract type f:𝔹×𝔹𝔹, where 𝔹={0,1} is interpreted in such a way that 0 means false and 1 means true.

A Venn diagram for pq indicates the region where pq is true by means of a distinctive color or shading.  In this case the region consists of three adjacent cells, as shown below:

Resources

[edit]

Document history

[edit]

Portions of the above article were adapted from the following sources under the GNU Free Documentation License, under other applicable licenses, or by permission of the copyright holders.