IMPLY | |
---|---|
![]() | |
Definition | |
Truth table | |
Logic gate | ![]() |
Normal forms | |
Disjunctive | |
Conjunctive | |
Zhegalkin polynomial | |
Post's lattices | |
0-preserving | no |
1-preserving | yes |
Monotone | no |
Affine | no |
The material conditional (also known as material implication) is an operation commonly used in logic. When the conditional symbol is interpreted as material implication, a formula is true unless is true and is false. Material implication can also be characterized inferentially by modus ponens, modus tollens, conditional proof, and classical reductio ad absurdum.[citation needed]
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.
YouTube Encyclopedic
-
1/5Views:59 492516 2663 85051 977313
-
PHILOSOPHY - Language: Conditionals #1 [HD]
-
Conditional Statements: if p then q
-
Conditionals: the material conditional
-
Logic 101 (#9): Conditional (If-Then) Statements
-
Material Conditional Rules in Fitch
Transcription
(electronic music) - My name is Justin Khoo, and I'm an Assistant Professor of Philosophy at MIT. Today we are going to look at conditionals, which are a class of sentences that have puzzled philosophers for thousands of years. Here's an example of a conditional sentence from a speech by former Presidential candidate, Mitt Romney. "If the safety net needs repair, I will fix it." Conditional sentences, like one, consist of two parts, an antecedent, "the safety net needs repair," and a consequent, "I will fix it." Our question today is, what do conditional sentences, like one, mean? In other words, by uttering this sentence, what has Mitt Romney told us? Here's a way to think about questions of meaning like this. When I say, "The cat is on the mat," I tell you that the cat is on the mat rather than not on the mat. This is because the meaning of two is that the cat is on the mat. Okay, that's pretty easy. What about our conditional sentence one? What has Mitt Romney told us by uttering it? One way of figuring out what Romney has told us is to get clear on what he has not told us. He hasn't told us that the safety net needs repair, and he also hasn't told us that he will fix the safety net. Rather, what he said is that there is some connection between the safety net needing repair and his fixing it, but what connection? Here's the simple answer. By saying the sentence one, Romney has told us that it is not the case that the safety net needs repair and he won't fix it. Equivalently, he said that either the safety net doesn't need repair, or that he will fix it. Let's call this theory the material conditional theory. Philosophers, at least as far back as the Hellenistic philosopher, Philo of Megara, have been attracted to this theory about what conditionals mean. In order to state the material conditional theory more precisely, we will make use of a device, from logic, called a truth table. A truth table is a way of representing how the truth of a complex sentence, in this case, the conditional one, depends on the truth values of its parts, in this case, the antecedent and consequent of one. Let's start with a simple example of a conjunction. Take the sentence, "The cat is on the mat, and the cat is fat." Naturally, someone who says this tells you two things, that the cat is on the mat, and that the cat is fat, thus the sentence three is true if both the cat is on the mat and the cat is fat, and false if either the cat isn't on the mat or the cat isn't fat. We draw this dependence of the truth value of the whole sentence on its parts in our truth table as follows, noting T for true, when the sentence is true, and F for false, when the sentence is false. Notice that, since we want to represent how the truth value of three depends on the truth values of its parts, the first two columns contain every possible combination of assigning either T or F to the parts of three. Furthermore, notice three only has a T in the row where both of its parts have Ts. This captures the fact that conjunctions are true only if both of their conjuncts are true, and false otherwise. It also captures the fact that three tells us both that the cat is on the mat and that the cat is fat, since that is the only condition under which it is true. Okay, so now what about our conditional sentence one? According to the material conditional theory, one tells us that it is not the case that the safety net needs repair and Romney won't fix it, so, in our truth table, we assign F to the conditional only on row two, where it is true that the safety net needs repair, and false that Romney will fix it. We assign T to it on all other rows. This assignment of truth values, therefore, entirely captures the meaning of the conditional one according to the material conditional theory. Now, although the material conditional theory has been endorsed by many philosophers, it faces several difficult challenges. You might have noticed that, according to the theory, the sentence one is true in all rows besides the second, does this seem right to you? In the next video, we will explore some challenges facing the material conditional theory, and see how some other theories, about what conditionals mean, may fare better.
Notation
In logic and related fields, the material conditional is customarily notated with an infix operator →.[citation needed] The material conditional is also notated using the infixes ⊃ and ⇒. In the prefixed Polish notation, conditionals are notated as Cpq. In a conditional formula p → 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 → q) → (r → 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.[1] He also expressed the proposition “A ⊂ B” as “A Ɔ B”.[a][2][3] Russell followed Peano in his Principia Mathematica (1910–1913), in which he expressed the proposition “If A then B” as “A ⊃ B”. Following Russell, Gentzen expressed the proposition “If A then B” as “A ⊃ B”. Heyting expressed the proposition “If A then B” as “A ⊃ B” at first but later came to express it as “A → B” with a right-pointing arrow.
Definitions
Semantics
From a 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 a truth table such as the one below.
Truth table
The truth table of p → q:
→ | ||
True | True | True |
True | False | False |
False | True | True |
False | False | True |
The 3rd and 4th logical cases of this truth table, where the antecedent p is false and p → q is true, are called vacuous truths.
Deductive definition
Material implication can also be characterized deductively in terms of the following rules of inference.[citation needed]
Unlike the semantic definition, this approach to logical connectives permits the examination of structurally identical propositional forms in various logical systems, where somewhat different properties may be demonstrated. For example, in intuitionistic logic, which rejects proofs by contraposition as valid rules of inference, (p → q) ⇒ ¬p ∨ q is not a propositional theorem, but the material conditional is used to define negation.[clarification needed]
Formal properties
When disjunction, conjunction and negation are classical, material implication validates the following equivalences:
- Contraposition:
- Import-Export:
- Negated conditionals:
- Or-and-if:
- Commutativity of antecedents:
- Distributivity:
Similarly, on classical interpretations of the other connectives, material implication validates the following entailments:
- Antecedent strengthening:
- Vacuous conditional:
- Transitivity:
- Simplification of disjunctive antecedents:
Tautologies involving material implication include:
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.[4] 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.[5]
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.[4][6] Recent work in formal semantics and philosophy of language has generally eschewed material implication as an analysis for natural-language conditionals.[6] 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.[4] Thus semantic analyses of conditionals typically propose alternative interpretations built on foundations such as modal logic, relevance logic, probability theory, and causal models.[6][4][7]
Similar discrepancies have been observed by psychologists studying conditional reasoning. For instance, the notorious Wason selection task study, less than 10% of participants reasoned according to the material conditional. Some researchers have interpreted this result as a failure of the participants to confirm to normative laws of reasoning, while others interpret the participants as reasoning normatively according to nonclassical laws.[8][9][10]
See also
Conditionals
Notes
- ^ Note that the horseshoe symbol Ɔ has been flipped to become a subset symbol ⊂.
References
- ^ Jean van Heijenoort, ed. (1967). From Frege to Gödel: A Source Book in Mathematical Logic, 1879-1931. Harvard University Press. pp. 84–87. ISBN 0-674-32449-8.
- ^ Michael Nahas (25 Apr 2022). "English Translation of "Arithmetices Principia, Nova Methodo Exposita"" (PDF). GitHub. p. VI. Retrieved 2022-08-10.
- ^ Mauro ALLEGRANZA (2015-02-13). "elementary set theory - Is there any connection between the symbol ⊃ when it means implication and its meaning as superset?". Mathematics Stack Exchange. Stack Exchange Inc. Answer. Retrieved 2022-08-10.
- ^ a b c d Edgington, Dorothy (2008). "Conditionals". In Edward N. Zalta (ed.). The Stanford Encyclopedia of Philosophy (Winter 2008 ed.).
- ^ Starr, Will (2019). "Counterfactuals". In Zalta, Edward N. (ed.). The Stanford Encyclopedia of Philosophy.
- ^ a b c Gillies, Thony (2017). "Conditionals" (PDF). In Hale, B.; Wright, C.; Miller, A. (eds.). A Companion to the Philosophy of Language. Wiley Blackwell. pp. 401–436. doi:10.1002/9781118972090.ch17. ISBN 9781118972090.
- ^ von Fintel, Kai (2011). "Conditionals" (PDF). In von Heusinger, Klaus; Maienborn, Claudia; Portner, Paul (eds.). Semantics: An international handbook of meaning. de Gruyter Mouton. pp. 1515–1538. doi:10.1515/9783110255072.1515. hdl:1721.1/95781. ISBN 978-3-11-018523-2.
- ^ Oaksford, M.; Chater, N. (1994). "A rational analysis of the selection task as optimal data selection". Psychological Review. 101 (4): 608–631. CiteSeerX 10.1.1.174.4085. doi:10.1037/0033-295X.101.4.608.
- ^ Stenning, K.; van Lambalgen, M. (2004). "A little logic goes a long way: basing experiment on semantic theory in the cognitive science of conditional reasoning". Cognitive Science. 28 (4): 481–530. CiteSeerX 10.1.1.13.1854. doi:10.1016/j.cogsci.2004.02.002.
- ^ von Sydow, M. (2006). Towards a Flexible Bayesian and Deontic Logic of Testing Descriptive and Prescriptive Rules. Göttingen: Göttingen University Press. doi:10.53846/goediss-161. S2CID 246924881.
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, MA.
- Stalnaker, Robert, "Indicative Conditionals", Philosophia, 5 (1975): 269–286.
External links
Media related to Material conditional at Wikimedia Commons
- Edgington, Dorothy. "Conditionals". In Zalta, Edward N. (ed.). Stanford Encyclopedia of Philosophy.
