1.4 – De Morgan’s Law, Inverse, Converse, Contrapositive

De Morgan’s Law, Inverse, Converse, and Contrapositive are concepts in logic related to the manipulation and analysis of propositions, particularly conditional statements. Here’s an overview of each concept:

  1. De Morgan’s Law: De Morgan’s Law is a pair of transformation rules that apply to the negation of conjunctions and disjunctions in propositional logic. These rules help simplify complex propositions involving negations of compound statements. The two rules are:

    a. The negation of a conjunction: ~(P ∧ Q) is equivalent to (~P ∨ ~Q) 

    b. The negation of a disjunction: ~(P ∨ Q) is equivalent to (~P ∧ ~Q)

De Morgan’s Law is useful for simplifying logical expressions, manipulating propositional statements, and solving problems in various fields, including mathematics and computer science.

  1. Inverse: The inverse of a conditional statement “If P, then Q” (P → Q) is the statement “If not P, then not Q” (~P → ~Q). The inverse has the same truth value as the original statement only when the antecedent and consequent have the same truth value.

  2. Converse: The converse of a conditional statement “If P, then Q” (P → Q) is the statement “If Q, then P” (Q → P). The converse is formed by swapping the antecedent and consequent of the original statement. The converse is not necessarily equivalent to the original statement, but if both the original statement and its converse are true, the biconditional statement “P if and only if Q” (P ↔ Q) is true.

  3. Contrapositive: The contrapositive of a conditional statement “If P, then Q” (P → Q) is the statement “If not Q, then not P” (~Q → ~P). The contrapositive is formed by negating and swapping the antecedent and consequent of the original statement. The contrapositive is logically equivalent to the original statement, meaning they have the same truth value in all cases.

Understanding De Morgan’s Law, Inverse, Converse, and Contrapositive is essential for working with logical expressions, analyzing propositions, and constructing proofs in mathematics and other fields that rely on logical reasoning.