Logical connective

From New World Encyclopedia
Revision as of 02:51, 15 October 2008 by Keisuke Noda (talk | contribs)


In logic, two sentences (either in a formal language or a natural language) may be joined by means of a logical connective to form a compound sentence. The truth-value of the compound is uniquely determined by the truth-values of the simpler sentences. The logical connective therefore represents a function, and since the value of the compound sentence is a truth-value, it is called a truth-function and the logical connective is called a "truth-functional connective."

The truth-functions include conjunction, disjunction, and implication.

Truth functions in natural languages

In the grammar of natural languages two sentences may be joined by a grammatical conjunction to form a grammatically compound sentence. Some but not all such grammatical conjunctions are truth-functions. For example consider the following sentences:

A: Jack went up the hill.
B: Jill went up the hill.
C: Jack went up the hill and Jill went up the hill.
D: Jack went up the hill so Jill went up the hill.

The words and and so are both grammatical conjunctions joining the sentences (A) and (B) to form the compound sentences (C) and (D). The and in (C) is a logical connective, since the truth of (C) is completely determined by (A) and (B): it would make no sense to affirm (A) and (B) but deny (C). However so in (D) is NOT a logical connective, since it would be quite reasonable to affirm (A) and (B) but deny (D): perhaps, after all, Jill went up the hill fetch a pail of water, not because Jack had gone up the Hill at all. Thus and is a logical connective but so is not. In the realm of pure logic, (C) is a compound statement but (D) is not. (D) cannot be broken into parts using only the logic of statements, the realm of cause and effect being proper to science rather than logic.

Various English words and word pairs express truth-functions, and some of them are synonymous. Examples (with the name of the relationship in parentheses) are:

"and" (conjunction), "or" (inclusive or exclusive disjunction), "implies" (implication), "if...then" (implication), "if and only if" (equivalence), "only if" (implication), "just in case" (equivalence), "but" (conjunction), "however" (conjunction) , "not both" (NAND), "neither...nor" (NOR). The word "not" (negation) and "it is false that" (negation) "it is not the case that" (negation) are also English words expressing a logical connective, even though they are applied to a single statement, and do not connect two statements.

Truth functions in formal languages

In formal languages truth-functions are represented by unambiguous symbols, and these can be exactly defined by means of truth tables. There are 16 binary truth tables, and so 16 different logical connectives which connect exactly two statements, can be defined. Not all of them are in common use. These symbols are called "truth-functional connectives," "logical connectives," "logical operators" or "propositional operators." See well-formed formula for the rules which allow new well-formed formulas to be constructed by joining other well-formed formulas using truth-functional connectives.

Logical connectives can be used to link more than two statements. A more technical definition is that an "n-ary logical connective" is a function which assigns truth values "true" or "false" to n-tuples of truth values.

Introduction

The basic logical operators are:

  • Negation (not) (¬ or ~)
  • Conjunction (and) ( or &)
  • Disjunction (or) ()
  • Material implication (if...then) (, or )
  • Biconditional (if and only if) (xnor) (, , or )

Some others are:

  • Exclusive disjunction (xor) ()
  • Joint denial (nor) (↓)
  • Alternative denial (nand) (↑)
  • Material nonimplication ()
  • Converse nonimplication ()
  • Converse implication ()
  • Tautology ()
  • Contradiction ()

For example, the statements it is raining and I am indoors can be reformed using various different connectives to form sentences that relate the two in ways which augment their meaning:

  • It is raining and I am indoors.
  • If it is raining then I am indoors.
  • It is raining if I am indoors.
  • It is raining if and only if I am indoors.
  • It is not raining.

If we write 'P' for It is raining and 'Q' for I am indoors and we use the usual symbols for logical connectives, then the above examples could be represented in symbols, respectively:

  • P & Q
  • P Q
  • Q P
  • P Q
  • ¬P

All binary logical connectives

There are sixteen different Boolean functions, associating the inputs P and Q with four digit binary outputs.

The following table shows important equivalences like the De Morgan's laws (lines 1000 and 1110) or the law of Contraposition (line 1101).

The edges in the Hasse diagram to the right can be seen as implication arrows pointing upwards. That means, functions represented by lower knots imply functions represented by higher knots, when the knots are connected by an edge.

TRUE if both P and Q are falseFALSE if both P and Q are falseTRUE if P is false and Q is trueFALSE if P is false and Q is trueTRUE if P is false and Q is trueFALSE if P is false and Q is trueTRUE if P is true and Q is falseFALSE if P is true and Q is falseTRUE if P is true and Q is falseFALSE if P is true and Q is falseTRUE if P is true and Q is falseFALSE if P is true and Q is falseTRUE if P is true and Q is falseFALSE if P is true and Q is falseTRUE if both P and Q are trueFALSE if both P and Q are trueTRUE if both P and Q are trueFALSE if both P and Q are trueTRUE if both P and Q are trueFALSE if both P and Q are trueTRUE if both P and Q are trueFALSE if both P and Q are trueTRUE if both P and Q are trueFALSE if both P and Q are trueTRUE if both P and Q are trueFALSE if both P and Q are trueTRUE if both P and Q are trueFALSE if both P and Q are trueTRUE if both P and Q are trueFALSE if both P and Q are trueTautology (logic)NegationNegationPropositionPropositionContradictionSheffer strokeMaterial implicationConverse implicationLogical disjunctionMaterial implicationSheffer strokeLogical disjunctionConverse implicationConverse implicationLogical disjunctionSheffer strokeMaterial implicationLogical disjunctionConverse implicationMaterial implicationSheffer strokeLogical NORConverse nonimplicationMaterial nonimplicationLogical conjunctionConverse nonimplicationLogical NORLogical conjunctionMaterial nonimplicationMaterial nonimplicationLogical conjunctionLogical NORConverse nonimplicationLogical conjunctionMaterial nonimplicationConverse nonimplicationLogical NORExclusive orLogical biconditionalLogical biconditionalExclusive orLogical biconditionalExclusive orExclusive orLogical biconditionalTable of all logical connectives.jpg
About this image
     

Error: Image is invalid or non-existent.


These imagemap graphics contain links and additional information. Move your mouse horizontally over the four bit truth value outputs in the table, to see them explained.

Functional completeness

Not all of these operators are necessary for a functionally complete logical calculus. Certain compound statements are logically equivalent. For example, ¬PQ is logically equivalent to PQ;. So the conditional operator "→" is not necessary if you have "¬" (not) and "∨" (or).

The smallest set of operators which still expresses every statement which is expressible in the propositional calculus is called a minimal functionally complete set. A minimally complete set of operators is achieved by NAND alone {  } and NOR alone {  }.

The following are the functionally complete sets (of cardinality not exceeding 2) of operators whose arities do not exceed 2:

{  }, {  }, {  }, {  }, {  }, {  }, {  }, {  }, {  }, {  }, {  }, {  }, {  }, {  }, {  }, {  }, {  }

Properties

The logical connectives each possess different set of properties which may be expressed in the theorems containing the connective. Some of those properties that a logical connective may have are:

  • Associativity: Within an expression containing two or more of the same associative operators in a row, the order of the operations does not matter as long as the sequence of the operands is not changed.
  • Commutivity: Each pair of variables connected by the operator may be exchanged for each other without affecting the truth-value of the expression.
  • Distributivity:
  • Idempotency:
  • Absorption:

A set of operators is functionally complete if and only if for each of the following five properties it contains at least one member lacking it:

  • monotonic: If f(a1, ..., an) ≤ f(b1, ..., bn) for all a1, ..., an, b1, ..., bn ∈ {0,1} such that a1b1, a2b2, ..., anbn. E.g., , , , .
  • affine: Each variable always makes a difference in the truth-value of the operation or it never makes a difference. E.g., , , , , .
  • self dual: To read the truth-value assignments for the operation from top to bottom on its truth table is the same as taking the complement of reading it from bottom to top, in other words fa1, ..., ¬an) = ¬f(a1, ..., an). E.g., .
  • truth-preserving: The interpretation under which all variables are assigned a truth value of 'true' produces a truth value of 'true' as a result of these operations. E.g., , , , , , ⊂.
  • falsehood-preserving: The interpretation under which all variables are assigned a truth value of 'false' produces a truth value of 'false' as a result of these operations. E.g., , , , , ⊄, ⊅.

Arity

In two-valued logic there are 2 nullary operators (constants), 4 unary operators, 16 binary operators, 256 ternary operators, and n-ary operators. In three valued logic there are 3 nullary operators (constants), 27 unary operators, 19683 binary operators, 7625597484987 ternary operators, and n-ary operators. An n-ary operator in k-valued logic is a function from . Therefore the number of such operators is , which is how the above numbers were derived.

However, some of the operators of a particular arity are actually degenerate forms that perform a lower-arity operation on some of the inputs and ignores the rest of the inputs. Out of the 256 ternary boolean operators cited above, of them are such degenerate forms of binary or lower-arity operators, using the inclusion-exclusion principle. The ternary operator is one such operator which is actually a unary operator applied to one input, and ignoring the other two inputs.

"Not" is a unary operator, it takes a single term (¬P). The rest are binary operators, taking two terms to make a compound statement (P Q, P Q, PQ, PQ).

The set of logical operators may be partitioned into disjoint subsets as follows:

In this partition, is the set of operator symbols of arity .

In the more familiar propositional calculi, is typically partitioned as follows:

nullary operators:
unary operators:
binary operators:

Order of precedence

As a way of reducing the number of necessary parentheses, one may introduce precedence rules: ¬ has higher precedence than ∧, ∧ higher than ∨, and ∧ higher than →. So for example, PQ ∧ ¬RS is short for (P ∨ (Q ∧ (¬R))) → S.

Here is a table that shows a commonly used precedence of logical operators.

Operator Precedence
¬ 1
2
3
4
5

The order of precedence determines which connective is the "main connective" when interpreting a non-atomic formula.

Applications in computer science

Logical operators are implemented as logic gates in digital circuits. Practically all digital circuits (the major exception is DRAM) are built up from NAND, NOR, NOT, and transmission gates. NAND and NOR gates with 3 or more inputs rather than the usual 2 inputs are fairly common, although they are logically equivalent to a cascade of 2-input gates. All other operators are implemented by breaking them down into a logically equivalent combination of 2 or more of the above logic gates.

The "logical equivalence" of "NAND alone," "NOR alone," and "NOT and AND" is similar to Turing equivalence.

Is some new technology (such as reversible computing, clockless logic, or quantum dots computing) "functionally complete," in that it can be used to build computers that can do all the sorts of computation that CMOS-based computers can do? If it can implement the NAND operator, only then is it functionally complete.

That fact that all logical connectives can be expressed with NOR alone is demonstrated by the Apollo guidance computer.

See also

  • Boolean domain
  • Boolean function
  • Boolean-valued function
  • Bitwise operations
  • Boolean algebra topics

References
ISBN links support NWE through referral fees

  • Enderton, Herbert (2001), A mathematical introduction to logic (2nd ed.), Boston, MA: Academic Press, ISBN 978-0-12-238452-3 

External links

Portal:Logic
Logic Portal

Credits

New World Encyclopedia writers and editors rewrote and completed the Wikipedia article in accordance with New World Encyclopedia standards. This article abides by terms of the Creative Commons CC-by-sa 3.0 License (CC-by-sa), which may be used and disseminated with proper attribution. Credit is due under the terms of this license that can reference both the New World Encyclopedia contributors and the selfless volunteer contributors of the Wikimedia Foundation. To cite this article click here for a list of acceptable citing formats.The history of earlier contributions by wikipedians is accessible to researchers here:

The history of this article since it was imported to New World Encyclopedia:

Note: Some restrictions may apply to use of individual images which are separately licensed.