Jump to content

Contraposition: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Dashed (talk | contribs)
This is not a contradiciton. A contradiction is always false. The negation is part of the procedure for a proof by contradiction, and the negation is what is used to FIND a contradiciton.
Line 8: Line 8:
*'''[[Inverse (logic)|Inversion]]''' (the '''inverse'''): "''If something is not a bat, then it is not a mammal''." Unlike the contrapositive, the inverse's [[truth value]] is not at all dependent on whether or not the original proposition was true, as evidenced here. The inverse here is clearly not true.
*'''[[Inverse (logic)|Inversion]]''' (the '''inverse'''): "''If something is not a bat, then it is not a mammal''." Unlike the contrapositive, the inverse's [[truth value]] is not at all dependent on whether or not the original proposition was true, as evidenced here. The inverse here is clearly not true.
*'''[[Conversion (logic)|Conversion]]''' (the '''converse'''): "''If something is a mammal, then it is a bat''." The converse is actually the contrapositive of the inverse and so always has the same truth value as the inverse, which is not necessarily the same as that of the original proposition.
*'''[[Conversion (logic)|Conversion]]''' (the '''converse'''): "''If something is a mammal, then it is a bat''." The converse is actually the contrapositive of the inverse and so always has the same truth value as the inverse, which is not necessarily the same as that of the original proposition.
*'''[[Contradiction]]''': "''There exists a bat that is not a mammal''. " If the contradiction is true, the original proposition (and by extension the contrapositive) is untrue. Here, of course, the contradiction is untrue.
*'''[[Negation]]''': "''There exists a bat that is not a mammal''. " If the negation is true, the original proposition (and by extension the contrapositive) is untrue. Here, of course, the negation is untrue.


==Simple proof using Venn diagrams==
==Simple proof using Venn diagrams==

Revision as of 01:19, 5 February 2012

For contraposition in the field of traditional logic, see Contraposition (traditional logic).
For contraposition in the field of symbolic logic, see Transposition (logic).

Contraposition is a logical relationship between two propositions, or statements. For example, take the following (true) proposition: "All bats are mammals." We can restate that as "If something is a bat, then it is a mammal." The contrapositive is, "If something is not a mammal, then it is not a bat." In mathematics and in logic, the contrapositive is always guaranteed to be true, as long as the original proposition is true. If the original proposition is false, the contrapositive will always be false.

Compare that to the other common relationships between propositions:

  • Inversion (the inverse): "If something is not a bat, then it is not a mammal." Unlike the contrapositive, the inverse's truth value is not at all dependent on whether or not the original proposition was true, as evidenced here. The inverse here is clearly not true.
  • Conversion (the converse): "If something is a mammal, then it is a bat." The converse is actually the contrapositive of the inverse and so always has the same truth value as the inverse, which is not necessarily the same as that of the original proposition.
  • Negation: "There exists a bat that is not a mammal. " If the negation is true, the original proposition (and by extension the contrapositive) is untrue. Here, of course, the negation is untrue.

Simple proof using Venn diagrams

Consider the Venn diagram on the right. It appears clear that if something is in A, it must be in B, as well. We can rephrase all A is (in) B as

It is also clear that anything that is not within B cannot be within A, either. This statement,

is the contrapositive. Therefore we can say that

Practically speaking, this makes life much easier when trying to prove something. For example, if we want to prove that every girl in the United States (A) is blonde (B), we can either try to prove by checking all girls in the United States to see if they are all blonde, or we can simply disprove the contrapositive by finding one nonblonde girl in the United States. Upon finding one, we have disproven and, by extension, .

To conclude, for any statement where A implies B, then not B always implies not A. Proving or disproving either one of these statements automatically proves or disproves the other. They are fully equivalent.

Formal definition

A proposition Q is implicated by a proposition P when the following relationship holds:

In vernacular terms, this states that, "if P, then Q", or, "if Socrates is a man, then Socrates is human." In a conditional such as this, P is the antecedent, and Q is the consequent. One statement is the contrapositive of the other only when its antecedent is the negated consequent of the other, and vice versa. The contrapositive of the example is

.

That is, "If not-Q, then not-P", or, more clearly, "If Q is not the case, then P is not the case." Using our example, this is rendered "If Socrates is not human, then Socrates is not a man." This statement is said to be contraposed to the original and is logically equivalent to it. Due to their logical equivalence, stating one effectively states the other; when one is true, the other is also true. Likewise with falsity.

Strictly speaking, a contraposition can only exist in two simple conditionals. However, a contraposition may also exist in two complex conditionals, if they are similar. Thus, , or "All Ps are Qs," is contraposed to , or "All non-Qs are non-Ps."

Simple proof by contradiction

Suppose that it is given that

It is given that, if A is true, then B is true, and it is also given that B is not true. We can then show that A must not be true by contradiction. For, if A were true, then B would have to also be true (given). However, it is given that B is not true, so we have a contradiction. Therefore, A is not true (assuming that we are dealing with concrete statements that are either true or not true):


We can apply the same process the other way round:

We also know that B is either true or not true. If B is not true, then A is also not true. However, it is given that A is true; so, the assumption that B is not true leads to contradiction and must be false. Therefore, B must be true:


Combining the two proved statements makes them logically equivalent:

More rigorous proof of the equivalence of contrapositives

Logical equivalence between two propositions means that they are true together or false together. To prove that contrapositives are logically equivalent, we need to understand when material implication is true or false.

This is only false when P is true and Q is false. Therefore, we can reduce this proposition to the statement "False when P and not-Q" (i.e. "True when it is not the case that P and not-Q"):

The elements of a conjunction can be reversed with no effect (by commutativity):

We define as equal to "", and as equal to (from this, is equal to , which is equal to just ):

This reads "It is not the case that (R is true and S is false)", which is the definition of a material conditional. We can then make this substitution:

When we swap our definitions of R and S, we arrive at the following:

Comparisons

name form description
implication if P then Q first statement implies truth of second
inverse if not P then not Q negation of both statements
converse if Q then P reversal of both statements
contrapositive if not Q then not P reversal and negation of both statements
contradiction P and not Q negation of second statement

Examples

Take the statement "All red objects have color." This can be equivalently expressed as "If an object is red, then it has color."

  • The contrapositive is "If an object does not have color, then it is not red". This follows logically from our initial statement and, like it, it is evidently true.
  • The inverse is "If an object is not red, then it does not have color." Again, an object which is blue is not red, and still has color. Therefore in this case the inverse is false.
  • The converse is "If an object has color, then it is red." Objects can have other colors, of course, so, the converse of our statement is false.
  • The contradiction is "There exists a red object that does not have the properties of color". If the contradiction were true, then both the converse and the inverse would be correct in exactly that case where the shade of red is not a color. However, in our world this statement is entirely untrue (and therefore false).

In other words, the contrapositive is logically equivalent to a given conditional statement, though not sufficient for a biconditional.

Similarly, take the statement "All quadrilaterals have four sides," or equivalently expressed "If a shape is a quadrilateral, then it has four sides."

  • The contrapositive is "If a shape does not have four sides, then it is not a quadrilateral." This follows logically, and as a rule, contrapositives share the truth value of their conditional.
  • The inverse is "If a shape is not a quadrilateral, then it does not have four sides." In this case, unlike the last example, the inverse of the argument is true.
  • The converse is "If a shape has four sides, then it is a quadrilateral." Again, in this case, unlike the last example, the converse of the argument is true.
  • The contradiction is "There is at least one quadrilateral that does not have four sides." This statement is clearly false.

Since the statement and the converse are both true, it is called a biconditional, and can be expressed as "A shape is a quadrilateral if, and only if, it has four sides." (The phrase if and only if is sometimes abbreviated iff.) That is, having four sides is both necessary to be a quadrilateral, and alone sufficient to deem it a quadrilateral.

Truth

  • If a statement is true, then its contrapositive is true (and vice versa).
  • If a statement is false, then its contrapositive is false (and vice versa).
  • If a statement's inverse is true, then its converse is true (and vice versa).
  • If a statement's inverse is false, then its converse is false (and vice versa).
  • If a statement's contradiction is false, then the statement is true (and vice versa).
  • If a statement (or its contrapositive) and the inverse (or the converse) are both true or both false, it is known as a logical biconditional.

Application

Because the contrapositive of a statement always has the same truth value (truth or falsity) as the statement itself, it can be a powerful tool for proving mathematical theorems via proof by contradiction, as in the proof of the irrationality of the square root of 2. By the definition of a rational number, the statement can be made that "If is rational, then it can be expressed as an irreducible fraction". This statement is true because it is a restatement of a true definition. The contrapositive of this statement is "If cannot be expressed as an irreducible fraction, then it is not rational". This contrapositive, like the original statement, is also true. Therefore, if it can be proven that cannot be expressed as an irreducible fraction, then it must be the case that is not a rational number.

A similar, but not identical tool for proving mathematical theorems is the proof by contraposition.