Difference between revisions of "Proofs:Contraposition"
| Line 2: | Line 2: | ||
==Resources== | ==Resources== | ||
| + | * [https://en.wikipedia.org/wiki/Proof_by_contrapositive Proof by Contrapositive], Wikipedia | ||
* [https://math.dartmouth.edu/~m22x17/misc/LaLonde2012_proof_by_contrapositive.pdf Proof by Contrapositive], Dartmouth University | * [https://math.dartmouth.edu/~m22x17/misc/LaLonde2012_proof_by_contrapositive.pdf Proof by Contrapositive], Dartmouth University | ||
* [http://zimmer.csufresno.edu/~larryc/proofs/proofs.contrapositive.html Proof by Contrapositive], Fresno State University | * [http://zimmer.csufresno.edu/~larryc/proofs/proofs.contrapositive.html Proof by Contrapositive], Fresno State University | ||
Revision as of 09:59, 24 September 2021
Let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P } and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q } be propositions such that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P \implies Q } . Then, the contrapositive of the conditional statement "Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P \implies Q } " (read as "if P, then Q" or "P implies Q") is "Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \neg Q \implies \neg P } (read as "if not Q, then not P" or "not Q implies not P"). The contrapositive is logically equivalent to the original conditional; that is, a conditional and its contrapositive always have the same truth values. For example, the contrapositive of "if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x > 0 } , then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x } is positive" is "if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x } is NOT positive, then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x \leq 0 } ". These two statements are logically equivalent, and are both true. Sometimes, proving the contrapositive of a conditional is easier than proving the conditional itself. For example: Let x be an integer. If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x^2 } is even, then x is even. While we can attempt to prove this conditional statement directly, it is easier to show that if x is not even, then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x^2> } is not even, given that an odd number times an odd number must be odd (that is, not even).
Resources
- Proof by Contrapositive, Wikipedia
- Proof by Contrapositive, Dartmouth University
- Proof by Contrapositive, Fresno State University