Notes

Conditional, Converse, Inverse, and Contrapositive in Discrete Mathematics [ English ]

< Prev Next >

1. Introduction

In discrete mathematics, conditional statements (p → q) are central to logical reasoning. From a single conditional statement, we can derive three closely related forms:

Understanding these forms is essential for:

2. Conditional Statement (Implication)

A conditional statement is written as:

p → q

Meaning:

“If p, then q

3. Converse

The converse of a conditional statement is obtained by interchanging the antecedent and consequent.

q → p

Meaning:

“If q, then p

4. Inverse

The inverse is obtained by negating both parts of the conditional.

¬p → ¬q

Meaning:

“If not p, then not q

5. Contrapositive

The contrapositive is obtained by:

¬q → ¬p

Meaning:

“If not q, then not p

6. Example (Clear Understanding)

Let:

Original Conditional:

p → q

“If a number is divisible by 4, then it is even”

Converse:

q → p

“If a number is even, then it is divisible by 4” ❌ (not always true)

Inverse:

¬p → ¬q

“If a number is not divisible by 4, then it is not even” ❌ (not always true)

Contrapositive:

¬q → ¬p

“If a number is not even, then it is not divisible by 4” ✔ (always true)

7. Truth Table Comparison

p q p → q q → p ¬p → ¬q ¬q → ¬p
True True True True True True
True False False True True False
False True True False False True
False False True True True True

8. Logical Relationships

(a) Equivalent Statements

p → q ≡ ¬q → ¬p

✔ A conditional is logically equivalent to its contrapositive

(b) Converse and Inverse Relationship

q → p ≡ ¬p → ¬q

✔ Converse and inverse are logically equivalent to each other ❌ But NOT equivalent to the original statement

9. Key Observations

10. Applications

(a) Mathematical Proofs

(b) Logical Reasoning

(c) Computer Science

11. Summary

Important Results:

< Prev Next >