Difference between revisions of "Tautology" - New World Encyclopedia

From New World Encyclopedia
Line 3: Line 3:
 
In mathematics, ‘A = A’ is a tautology. In formal logic, the statements ‘P → P’ (interpreted in English as ‘If P then P’ or sometimes and less accurately as 'P implies P') and ‘P ≡ P’ (interpreted in English as ‘P if and only if P’ or sometimes and less accurately as 'P is logically equivalent to P’) are both tautologies.
 
In mathematics, ‘A = A’ is a tautology. In formal logic, the statements ‘P → P’ (interpreted in English as ‘If P then P’ or sometimes and less accurately as 'P implies P') and ‘P ≡ P’ (interpreted in English as ‘P if and only if P’ or sometimes and less accurately as 'P is logically equivalent to P’) are both tautologies.
  
 +
Some people consider definitions to be tautologies. For example, 'bachelor' =df. 'inmarried male.' 'Bachelor' and 'unmarred male' mean the same thing, so, according at least to this understanding of definitions, defining 'bachelor' as 'unmarried male' does not give us any new information; it merely links together two terms that are identical.
  
 +
== Tautologies versus validities ==
 +
In formal logic, an argument is a set of statements, one or more of which (the premises) are offered as evidence for another of those statements (the conclusion). An argument is deductively valid if and only if it is truth conferring, meaning that it has a structure that guarantees that if the premise(s) are true, then the conclusion will necessarily be true.
 +
 +
Some but not all arguments, then, are tautologies. The argument form Modus Ponens, for example, is valid but is not a tautology. Modus Ponens has the form:
 +
 +
*(First or major premise): If P then Q.
 +
*(Second or minor premise): P is true.
 +
*(Conclusion): Thus Q is true.
 +
 +
It is impossible for both premises of that argument to be true nad for the conclusion to be false. Any argument of this form is valid, meaning that it is impossible for the premises to be true and the conclusion to be false. But this argument is not a simple tautology because the conclusion is not a simple restatement of the premise(s).
 +
 +
But the following argument is both valid and a tautology"
 +
 +
*Premise: (Any statement) P.
 +
*Conclusion (That same statement) P.
  
 +
The argument has the form, 'If P, then P.' It is indeed a valid argument because there is no way that the premise can be true and the conclusion false. But it is a vacuous validity because the conclusion is simply a restatement of the premise.
  
== Tautologies versus validities ==
+
In fact, all circular arguments have that character: They state the conclusion as one of the premises. Of course, the conclusion will then necessarily follow, because if a premise is true and the conclusion is simply a restatement of that premise, the conclusion will follow from the premise. But, although it is technically valid, the argument is worthless for conveying any information or knolwedge or proof. That is why circular arguments are worthless.
  
In [[predicate logic]], a distinction is often made between ''tautologies'' and ''[[validity|validities]]'' (or ''logical truths''). From this perspective, a statement is considered a tautology [[if and only if]] it is a validity in propositional logic (that is, when everything within the scope of a [[quantifier]] is viewed as a [[Black box (systems)|black box]]). So for example the statement
 
:<math>(\forall x)(x=5)\lor\lnot(\forall x)(x=5)</math>
 
would be a tautology because it can be rewritten in the form
 
:<math>X \lor \lnot X</math>
 
and this is a tautology.  In contrast, the statement
 
:<math>(\forall x)\big((x=5)\lor\lnot(x=5)\big)</math>
 
would be a validity but not a tautology, even though it is true in every possible interpretation, because there is no way to express it as a tautology in propositional logic. This distinction is not always observed.
 
  
 
==Discovering tautologies==
 
==Discovering tautologies==
Line 20: Line 30:
  
 
==See also==
 
==See also==
 +
 
===Normal forms===
 
===Normal forms===
 
* [[Algebraic normal form]]
 
* [[Algebraic normal form]]

Revision as of 02:59, 3 July 2006

Tautologies are statements that are always true because of their structure — they require no assumptions or evidence to determine their truth. A tautology gives us no genuine information because it only repeats what we already know.

In mathematics, ‘A = A’ is a tautology. In formal logic, the statements ‘P → P’ (interpreted in English as ‘If P then P’ or sometimes and less accurately as 'P implies P') and ‘P ≡ P’ (interpreted in English as ‘P if and only if P’ or sometimes and less accurately as 'P is logically equivalent to P’) are both tautologies.

Some people consider definitions to be tautologies. For example, 'bachelor' =df. 'inmarried male.' 'Bachelor' and 'unmarred male' mean the same thing, so, according at least to this understanding of definitions, defining 'bachelor' as 'unmarried male' does not give us any new information; it merely links together two terms that are identical.

Tautologies versus validities

In formal logic, an argument is a set of statements, one or more of which (the premises) are offered as evidence for another of those statements (the conclusion). An argument is deductively valid if and only if it is truth conferring, meaning that it has a structure that guarantees that if the premise(s) are true, then the conclusion will necessarily be true.

Some but not all arguments, then, are tautologies. The argument form Modus Ponens, for example, is valid but is not a tautology. Modus Ponens has the form:

  • (First or major premise): If P then Q.
  • (Second or minor premise): P is true.
  • (Conclusion): Thus Q is true.

It is impossible for both premises of that argument to be true nad for the conclusion to be false. Any argument of this form is valid, meaning that it is impossible for the premises to be true and the conclusion to be false. But this argument is not a simple tautology because the conclusion is not a simple restatement of the premise(s).

But the following argument is both valid and a tautology"

  • Premise: (Any statement) P.
  • Conclusion (That same statement) P.

The argument has the form, 'If P, then P.' It is indeed a valid argument because there is no way that the premise can be true and the conclusion false. But it is a vacuous validity because the conclusion is simply a restatement of the premise.

In fact, all circular arguments have that character: They state the conclusion as one of the premises. Of course, the conclusion will then necessarily follow, because if a premise is true and the conclusion is simply a restatement of that premise, the conclusion will follow from the premise. But, although it is technically valid, the argument is worthless for conveying any information or knolwedge or proof. That is why circular arguments are worthless.


Discovering tautologies

An effective procedure for checking whether a propositional formula is a tautology or not is by means of truth tables. As an efficient procedure, however, truth tables are constrained by the fact that the number of logical interpretations (or truth-value assignments) that have to be checked increases as 2k, where k is the number of variables in the formula. Algebraic, symbolic, or transformational methods of simplifying formulas quickly become a practical necessity to overcome the "brute-force", exhaustive search strategies of tabular decision procedures.

See also

Normal forms

  • Algebraic normal form
  • Conjunctive normal form
  • Disjunctive normal form

Related topics

  • Boolean algebra
  • Boolean domain
  • Boolean function
  • Boolean logic

  • Table of logic symbols
  • Truth table
  • Vacuous truth
  • Zeroth order logic

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.