Material implication (rule of inference)

In propositional logic, material implication[1][2] is a valid rule of replacement that allows for a conditional statement to be replaced by a disjunction in which the antecedent is negated. The rule states that P implies Q is logically equivalent to not-P or Q and that either form can replace the other in logical proofs.

Where "" is a metalogical symbol representing "can be replaced in a proof with," and P and Q are any given statements.

Formal notation

The material implication rule may be written in sequent notation:

where is a metalogical symbol meaning that is a syntactic consequence of in some logical system;

or in rule form:

where the rule is that wherever an instance of "" appears on a line of a proof, it can be replaced with "";

or as the statement of a truth-functional tautology or theorem of propositional logic:

where and are propositions expressed in some formal system.

Proof

Suppose we are given that . Then, since we have by the law of excluded middle, it follows that .

Suppose, conversely, we are given . Then if P is true that rules out the first disjunct, so we have Q. In short, .[3]

This can also be demonstrated with a truth table:

P Q ¬P P→Q ¬P ∨ Q
T T F T T
T F F F F
F T T T T
F F T T T

Example

An example is:

We are given the conditional fact that if it is a bear, then it can swim. Then all 4 possibilities in the truth table are compared to that fact.
1st: If it is a bear, then it can swim — T
2nd: If it is a bear, then it can not swim — F
3rd: If it is not a bear, then it can swim — T because it doesn’t contradict our initial fact.
4th: If it is not a bear, then it can not swim — T (as above)
Thus, the conditional fact can be converted to .not. P V Q, which is 'it is not a bear' or 'it can swim'.

where is the statement "it is a bear" and is the statement "it can swim".

References

  1. Patrick J. Hurley (1 January 2011). A Concise Introduction to Logic. Cengage Learning. ISBN 0-8400-3417-2.
  2. Copi, Irving M.; Cohen, Carl (2005). Introduction to Logic. Prentice Hall. p. 371.
  3. Math StackExchange: Equivalence of a→b and ¬ a ∨ b
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.