Contraposition

From MediaWiki
Revision as of 14:32, 20 October 2025 by Bfh-sts (talk | contribs) (Created page with "= Contraposition = Contraposition is a transformation of an implication that produces a logically equivalent statement by reversing and negating its components. == Statement == * p → q ≡ ¬q → ¬p == Explanation == The implication "If p, then q" is equivalent to "If not q, then not p". This is often used in mathematical proofs. == Example == * "If it rains, then the ground is wet" ≡ "If the ground is not wet, then it does not rain". == Truth Table == {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Contraposition

Contraposition is a transformation of an implication that produces a logically equivalent statement by reversing and negating its components.

Statement

  • p → q ≡ ¬q → ¬p

Explanation

The implication "If p, then q" is equivalent to "If not q, then not p". This is often used in mathematical proofs.

Example

  • "If it rains, then the ground is wet"
 ≡ "If the ground is not wet, then it does not rain".

Truth Table

p q p → q ¬q → ¬p
T T T T
T F F F
F T T T
F F T T