Tautology
A tautology is a concept with primary applications in logic, rhetoric, and philosophy, denoting either a statement that is invariably true due to its logical structure or a redundant repetition of meaning through synonymous expressions.[1][2] In propositional logic, a tautology is defined as a compound formula that evaluates to true for every possible assignment of truth values to its atomic components, making it a fundamental principle of valid inference.[1] For instance, the proposition p \lor \neg p (read as "p or not p") is a tautology, embodying the law of the excluded middle, which holds true irrespective of whether p is true or false.[1] This property is verified through truth tables, where all rows yield a true outcome under the formula's main connective.[3] In rhetorical analysis, tautology refers to the restatement of an idea using alternative words, phrases, or sentences, often viewed as a stylistic fault when it introduces redundancy but sometimes employed deliberately for emphasis.[2] An example appears in Abraham Lincoln's Second Inaugural Address: "with malice toward none, with charity for all," which reiterates the notion of benevolence through parallel phrasing.[2] This usage stems from classical traditions, where tautology highlights repetition to reinforce concepts, though it risks weakening discourse if overused.[4] Philosophically, tautologies extend logical notions to encompass analytically true statements that derive their truth solely from the meanings of their terms, without empirical content, such as "all animals are animals."[5] These are distinguished from synthetic truths, which require external verification, and play a role in discussions of logical necessity and analyticity in philosophy of language.[5] Overall, the term underscores the interplay between form, meaning, and expression across these disciplines, influencing fields from formal reasoning to literary criticism.Logic and Philosophy
Definition in propositional logic
In classical propositional logic, propositions are basic statements that can be either true or false, and compound propositions are formed using logical connectives such as conjunction (\land, "and"), disjunction (\lor, "or"), negation (\lnot, "not"), and implication (\to, "implies"). These connectives allow the construction of complex formulas from atomic propositions, enabling the analysis of their truth values under different interpretations.[6] A tautology is a compound proposition that is always true, regardless of the truth values assigned to its atomic propositions, making it logically equivalent to the constant true value.[7] Formally, a formula \phi is a tautology if its truth value is true for every possible truth assignment to the propositional variables it contains; that is, for all valuations v, v(\phi) = \top.[8] The concept of such always-true statements traces back to Aristotle's formulation of the law of the excluded middle, which asserts that a proposition or its negation must hold, while the specific term "tautology" was introduced in modern logic by Ludwig Wittgenstein in his 1921 Tractatus Logico-Philosophicus.[9][10]Examples and truth tables
Truth tables provide a systematic method to evaluate the truth value of a propositional formula under all possible assignments of truth values to its atomic propositions, thereby verifying whether it is a tautology by checking if the final column contains only true values. To construct a truth table, first identify the atomic propositions (e.g., p and q) and list all $2^n possible combinations of their truth values (T for true, F for false) in the initial columns, where n is the number of distinct atoms; then, compute the truth value for each compound subformula column by column using the definitions of the connectives, such as disjunction (p \lor q is true unless both are false) or negation (\neg p flips the value of p). Interpretation involves examining the final column: if it is entirely T, the formula is a tautology; if mixed T and F, it is contingent; and if entirely F, a contradiction.[1] A classic example of a tautology is the law of excluded middle, expressed as p \lor \neg p, which states that a proposition is either true or false, with no middle ground. The truth table for this formula, involving one atomic proposition p, is as follows:| p | \neg p | p \lor \neg p |
|---|---|---|
| T | F | T |
| F | T | T |
| p | \neg p | p \land \neg p | \neg (p \land \neg p) |
|---|---|---|---|
| T | F | F | T |
| F | T | F | T |
| p | q | p \to q | \neg p | \neg p \lor q | (p \to q) \leftrightarrow (\neg p \lor q) |
|---|---|---|---|---|---|
| T | T | T | F | T | T |
| T | F | F | F | F | T |
| F | T | T | T | T | T |
| F | F | T | T | T | T |