Material conditional

From Wikipedia, the free encyclopedia

Template:Short description Lua error in package.lua at line 80: module 'Module:Hatnote list' not found. Script error: No such module "Distinguish". Template:Infobox logical connective Template:Logical connectives sidebar The material conditional (also known as material implication) is a binary operation commonly used in logic. When the conditional symbol is interpreted as material implication, a formula PQ 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 (Page Template:Mono/styles.css has no content.U+2192 Script error: No such module "Unicode data".).Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. The material conditional is also notated using the infixes and (Page Template:Mono/styles.css has no content.U+2283 Script error: No such module "Unicode data". and Page Template:Mono/styles.css has no content.U+21D2 Script error: No such module "Unicode data". respectively).Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. In the prefixed Polish notation, conditionals are notated as Cpq. In a conditional formula pq, 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 (pq)(rs).

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.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. He also expressed the proposition AB as A Ɔ B.[1]Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.[citation needed] Hilbert expressed the proposition "If A, then B" as AB in 1918.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. Russell followed Peano in his Principia Mathematica (1910–1913), in which he expressed the proposition "If A, then B" as AB. Following Russell, Gentzen expressed the proposition "If A, then B" as AB. Heyting expressed the proposition "If A, then B" as AB at first but later came to express it as AB with a right-pointing arrow. Bourbaki expressed the proposition "If A, then B" as AB in 1954.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.[2]

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: Template:2-ary truth table One can also consider the equivalence AB¬(A¬B)¬AB.

The conditionals (AB) 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

Script error: No such module "labelled list hatnote". Formulas over the set of connectives {,}[3] are called f-implicational.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. In classical logic the other connectives, such as ¬ (negation), (conjunction), (disjunction) and (equivalence), can be defined in terms of and (falsity):[4] ¬A=defAAB=def(A(B))AB=def(A)BAB=def{(AB)[(BA)]}

The validity of f-implicational formulas can be semantically established by the method of analytic tableaux. The logical rules are

𝖳(AB)𝖥(A)𝖳(B) 𝖥(AB)𝖳(A)𝖥(B)
𝖳() : Close the branch (contradiction)
𝖥() : Do nothing (since it just asserts no contradiction)

Page Template:Collapse top/styles.css has no content.

Page Template:Collapse top/styles.css has no content.

Page Template:Collapse top/styles.css has no content.

Syntactical properties

Script error: No such module "labelled list hatnote". 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.

Implication Introduction (I)

If assuming A one can derive B, then one can conclude AB.

[A]BAB (I)

[A] is an assumption that is discharged when applying the rule.

Implication Elimination (E)

This rule corresponds to modus ponens.

ABAB (E)


AABB (E)

Double Negation Elimination (¬¬E)


(A)A (¬¬E)

Falsum Elimination (E)

From falsum () one can derive any formula.
(ex falso quodlibet)

A (E)

  • Minimal logic: By limiting the natural deduction rules to Implication Introduction (I) and Implication Elimination (E), one obtains (the implicational fragment of)[4] minimal logic (as defined by Johansson).Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

Page Template:Collapse top/styles.css has no content.

  • Intuitionistic logic: By adding Falsum Elimination (E) as a rule, one obtains (the implicational fragment of)[4] intuitionistic logic.
The statement P¬¬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 (¬¬E) is also permitted,[5] the system defines (full!) classical logic.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

A selection of theorems (classical logic)

In classical logic material implication validates the following:

Page Template:Collapse top/styles.css has no content.

Page Template:Collapse top/styles.css has no content.

Page Template:Collapse top/styles.css has no content.

  • Import-export: P(QR)(PQ)R
  • Negated conditionals: ¬(PQ)P¬Q
  • Or-and-if: PQ¬PQ
  • Commutativity of antecedents: (P(QR))(Q(PR))
  • Left distributivity: (R(PQ))((RP)(RQ))

Similarly, on classical interpretations of the other connectives, material implication validates the following entailments:

Tautologies involving material implication include:

The relationship between the material conditional and logical consequence

The material conditional is a sentential connective within a formal language. It should not be confused with the relation of logical consequence (also called logical implication or entailment), which is standardly treated as a relation between sentences expressed in a metalanguage.

The relationship between the material conditional and the logical consequence relation is given by the deduction theorem.

Γ{A}B if and only if ΓAB

This can be read as stating that the set of sentences Γ together with A logically implies B if and only if Γ logically implies the material conditional AB.

In the special case where Γ is empty, this reduces to:

AB if and only if AB

This states A logically implies B if and only if the material conditional AB is a theorem of the logic.

Many textbooks reserve the term logical consequence (or logical implication) for the semantic consequence relation with the symbol .Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. In which case the relation becomes

AB if and only if AB

A logically implies B if and only if the material conditional AB is a tautology.

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.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. 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.[6]

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.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. Recent work in formal semantics and philosophy of language has generally eschewed material implication as an analysis for natural-language conditionals.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. 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.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. Thus semantic analyses of conditionals typically propose alternative interpretations built on foundations such as modal logic, relevance logic, probability theory, and causal models.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

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.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

See also

Page Template:Div col/styles.css has no content.

Conditionals

Notes

Page Template:Reflist/styles.css has no content.

  1. ^ Note that the horseshoe symbol Ɔ has been flipped to become a subset symbol ⊂.
  2. ^ Page Module:Citation/CS1/styles.css has no content.Miller, Jeff (2020). "Earliest Uses of Symbols for Set Theory and Logic". Maths History (University of St Andrews). University of St Andrews. Retrieved 10 June 2025.
  3. ^ The well-formed formulas are:
    1. Each propositional variable is a formula.
    2. "" is a formula.
    3. If A and B are formulas, so is (AB).
    4. Nothing else is a formula.
  4. ^ a b c f-implicational formulas cannot express all valid formulas in minimal (MPC) or intuitionistic (IPC) propositional logic — in particular, (disjunction) cannot be defined within it. In contrast, {,,} is a complete basis for MPC / IPC: from these, all other connectives (e.g., ,¬,,) can be defined.
  5. ^ Instead of ¬¬E one can add reductio ad absurdum as a rule to obtain (full) classical logic:Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.
    [A]A (RAA)
  6. ^ For example, "If Janis Joplin were alive today, she would drive a Mercedes-Benz", see Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

Bibliography

Further reading

Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found. Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found. Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.