HOME

TheInfoList



OR:

The material conditional (also known as material implication) is a
binary operation In mathematics, a binary operation or dyadic operation is a rule for combining two elements (called operands) to produce another element. More formally, a binary operation is an operation of arity two. More specifically, a binary operation ...
commonly used in logic. When the conditional symbol \to is interpreted as material implication, a formula P \to Q is true unless P is true and Q is false. Material implication is used in all the basic systems of classical logic as well as some nonclassical logics. It is assumed as a model of correct conditional reasoning within mathematics and serves as the basis for commands in many programming languages. However, many logics replace material implication with other operators such as the strict conditional and the variably strict conditional. Due to the paradoxes of material implication and related problems, material implication is not generally considered a viable analysis of conditional sentences in natural language.


Notation

In logic and related fields, the material conditional is customarily notated with an infix operator \to. The material conditional is also notated using the infixes \supset and \Rightarrow. In the prefixed Polish notation, conditionals are notated as Cpq. In a conditional formula p\to q, the subformula p is referred to as the '' antecedent'' and q is termed the '' consequent'' of the conditional. Conditional statements may be nested such that the antecedent or the consequent may themselves be conditional statements, as in the formula (p\to q)\to(r\to s).


History

In '' Arithmetices Principia: Nova Methodo Exposita'' (1889), Peano expressed the proposition "If A, then B" as A Ɔ B with the symbol Ɔ, which is the opposite of C. He also expressed the proposition A\supset B as A Ɔ B. Hilbert expressed the proposition "If ''A'', then ''B''" as A\to B in 1918. Russell followed Peano in his '' Principia Mathematica'' (1910–1913), in which he expressed the proposition "If ''A'', then ''B''" as A\supset B. Following Russell, Gentzen expressed the proposition "If ''A'', then ''B''" as A\supset B. Heyting expressed the proposition "If ''A'', then ''B''" as A\supset B at first but later came to express it as A\to B with a right-pointing arrow. Bourbaki expressed the proposition "If ''A'', then ''B''" as A \Rightarrow B in 1954.


Semantics


Truth table

From a classical semantic perspective, material implication is the binary truth functional operator which returns "true" unless its first argument is true and its second argument is false. This semantics can be shown graphically in the following truth table: One can also consider the equivalence A \to B \equiv \neg (A \land \neg B) \equiv \neg A \lor B. The conditionals (A \to B) where the antecedent A is false, are called " vacuous truths". Examples are ... * ... with B false: ''"If Marie Curie is a sister of Galileo Galilei, then Galileo Galilei is a brother of Marie Curie."'' * ... with B true: ''"If Marie Curie is a sister of Galileo Galilei, then Marie Curie has a sibling."''


Analytic tableaux

Formulas over the set of connectives \The well-formed formulas are: # Each propositional variable is a formula. # "\bot" is a formula. # If A and B are formulas, so is (A \to B). # Nothing else is a formula. are called f-implicational. In classical logic the other connectives, such as \neg (
negation In logic, negation, also called the logical not or logical complement, is an operation (mathematics), operation that takes a Proposition (mathematics), proposition P to another proposition "not P", written \neg P, \mathord P, P^\prime or \over ...
), \land ( conjunction), \lor ( disjunction) and \leftrightarrow ( equivalence), can be defined in terms of \to and \bot ( falsity):f-implicational formulas cannot express all valid formulas in minimal (MPC) or intuitionistic (IPC) propositional logic — in particular, \lor (disjunction) cannot be defined within it. In contrast, \ is a complete basis for MPC / IPC: from these, all other connectives (e.g., \land, \neg, \leftrightarrow, \bot) can be defined. \begin \neg A & \quad \overset \quad A \to \bot \\ A \land B & \quad \overset \quad (A \to (B \to \bot)) \to \bot \\ A \lor B & \quad \overset \quad (A \to \bot) \to B \\ A \leftrightarrow B & \quad \overset \quad \ \to \bot \\ \end The validity of f-implicational formulas can be semantically established by the method of analytic tableaux. The logical rules are :
         F  → ((p → ⊥) → ⊥)          , 
         T          F p → ⊥) → ⊥          , 
         T  → ⊥         F �� ┌────────┴────────┐
F              T �� ,                  , 
CONTRADICTION     CONTRADICTION
(T  F       (⊥ is true)
         F (p → ⊥) → ⊥) → p          , 
         T p → ⊥) → ⊥         F  ┌────────┴────────┐
F  → ⊥         T �� ,                  , 
T            CONTRADICTION (⊥ is true)
F �� , 
CONTRADICTION (T  F 
Hilbert-style proofs can be found here or here.
 1. F p → q) → ((q → r) → (p → r))              ,                        // from 1
          2. T  → q          3. F q → r) → (p → r)              ,                        // from 3
          4. T  → r          5. F  → r              ,                        // from 5
          6. T           7. F      ┌────────┴────────┐              // from 2
8a. F          8b. T      X        ┌────────┴────────┐     // from 4
         9a. F          9b. T               X                 X
A Hilbert-style proof can be found here.


Syntactical properties

The semantic definition by truth tables does not permit the examination of structurally identical propositional forms in various logical systems, where different properties may be demonstrated. The language considered here is restricted to f-implicational formulas. Consider the following (candidate) natural deduction rules. * Minimal logic: By limiting the natural deduction rules to ''Implication Introduction'' (\toI) and ''Implication Elimination'' (\toE), one obtains (the implicational fragment of) minimal logic (as defined by Johansson).
* Intuitionistic logic: By adding ''Falsum Elimination'' (\botE) as a rule, one obtains (the implicational fragment of) intuitionistic logic. :The statement P \to \neg \neg P is valid (already in minimal logic), unlike the reverse implication which would entail the law of excluded middle. * Classical logic: If '' Double Negation Elimination'' (\neg\negE) is also permitted, the system defines (full!) classical logic.


A selection of theorems (classical logic)

In classical logic material implication validates the following:
* Import-export: P \to (Q \to R) \equiv (P \land Q) \to R * Negated conditionals: \neg(P \to Q) \equiv P \land \neg Q * Or-and-if: P \to Q \equiv \neg P \lor Q * Commutativity of antecedents: \big(P \to (Q \to R)\big) \equiv \big(Q \to (P \to R)\big) * Left distributivity: \big(R \to (P \to Q)\big) \equiv \big((R \to P) \to (R \to Q)\big) Similarly, on classical interpretations of the other connectives, material implication validates the following entailments: * Antecedent strengthening: P \to Q \models (P \land R) \to Q * Transitivity: (P \to Q) \land (Q \to R) \models P \to R * Simplification of disjunctive antecedents: (P \lor Q) \to R \models (P \to R) \land (Q \to R) Tautologies involving material implication include: * Reflexivity: \models P \to P * Totality: \models (P \to Q) \lor (Q \to P) * Conditional excluded middle: \models (P \to Q) \lor (P \to \neg Q)


Discrepancies with natural language

Material implication does not closely match the usage of conditional sentences in natural language. For example, even though material conditionals with false antecedents are vacuously true, the natural language statement "If 8 is odd, then 3 is prime" is typically judged false. Similarly, any material conditional with a true consequent is itself true, but speakers typically reject sentences such as "If I have a penny in my pocket, then Paris is in France". These classic problems have been called the paradoxes of material implication. In addition to the paradoxes, a variety of other arguments have been given against a material implication analysis. For instance, counterfactual conditionals would all be vacuously true on such an account, when in fact some are false. In the mid-20th century, a number of researchers including H. P. Grice and Frank Jackson proposed that pragmatic principles could explain the discrepancies between natural language conditionals and the material conditional. On their accounts, conditionals denote material implication but end up conveying additional information when they interact with conversational norms such as Grice's maxims. Recent work in formal semantics and
philosophy of language Philosophy of language refers to the philosophical study of the nature of language. It investigates the relationship between language, language users, and the world. Investigations may include inquiry into the nature of Meaning (philosophy), me ...
has generally eschewed material implication as an analysis for natural-language conditionals. In particular, such work has often rejected the assumption that natural-language conditionals are truth functional in the sense that the truth value of "If ''P'', then ''Q''" is determined solely by the truth values of ''P'' and ''Q''. Thus semantic analyses of conditionals typically propose alternative interpretations built on foundations such as modal logic, relevance logic,
probability theory Probability theory or probability calculus is the branch of mathematics concerned with probability. Although there are several different probability interpretations, probability theory treats the concept in a rigorous mathematical manner by expre ...
, and causal models. Similar discrepancies have been observed by psychologists studying conditional reasoning, for instance, by the notorious Wason selection task study, where less than 10% of participants reasoned according to the material conditional. Some researchers have interpreted this result as a failure of the participants to conform to normative laws of reasoning, while others interpret the participants as reasoning normatively according to nonclassical laws.


See also

* Boolean domain * Boolean function *
Boolean logic In mathematics and mathematical logic, Boolean algebra is a branch of algebra. It differs from elementary algebra in two ways. First, the values of the variable (mathematics), variables are the truth values ''true'' and ''false'', usually denot ...
* Conditional quantifier * Implicational propositional calculus * '' Laws of Form'' * Logical graph *
Logical equivalence In logic and mathematics, statements p and q are said to be logically equivalent if they have the same truth value in every model. The logical equivalence of p and q is sometimes expressed as p \equiv q, p :: q, \textsfpq, or p \iff q, depending ...
* Material implication (rule of inference) * Peirce's law * Propositional calculus * Sole sufficient operator


Conditionals

* Corresponding conditional * Counterfactual conditional * Indicative conditional * Strict conditional


Notes


Bibliography

* * * * * * * * * * * * * * * * * *


Further reading

* Brown, Frank Markham (2003), ''Boolean Reasoning: The Logic of Boolean Equations'', 1st edition, Kluwer Academic Publishers, Norwell, MA. 2nd edition, Dover Publications, Mineola, NY, 2003. * Edgington, Dorothy (2001), "Conditionals", in Lou Goble (ed.), ''The Blackwell Guide to Philosophical Logic'', Blackwell. * Quine, W.V. (1982), ''Methods of Logic'', (1st ed. 1950), (2nd ed. 1959), (3rd ed. 1972), 4th edition, Harvard University Press,
Cambridge Cambridge ( ) is a List of cities in the United Kingdom, city and non-metropolitan district in the county of Cambridgeshire, England. It is the county town of Cambridgeshire and is located on the River Cam, north of London. As of the 2021 Unit ...
, MA. * Stalnaker, Robert, "Indicative Conditionals", '' Philosophia'', 5 (1975): 269–286.


External links

* {{Mathematical logic Logical connectives Conditionals Logical consequence Semantics