Notes

Contradiction in Discrete Mathematics [ English ]

< Prev Next >

1. Introduction to Contradiction

In discrete mathematics, logic forms the foundation for reasoning, proof construction, and computational thinking. Among the fundamental concepts in logic is contradiction, which plays a critical role in evaluating propositions and constructing mathematical proofs.

A contradiction represents a situation where a statement cannot possibly be true under any circumstances. It highlights inconsistency within logical expressions and is widely used in formal reasoning, especially in proof techniques.

Understanding contradiction helps in:


2. Definition of Contradiction

A contradiction is a proposition that is always false, regardless of the truth values of its constituent variables.

Formal Definition:

A compound proposition is called a contradiction if its truth value is false for all possible combinations of truth values of its variables.


3. Symbol and Representation

Contradictions are commonly represented using logical operators. The most basic and standard form is:

p ∧ ¬p

Where:

Explanation:

Thus, this expression is a contradiction.


4. Truth Table of Contradiction

Let us construct the truth table for:

p ∧ ¬p
p ¬p p ∧ ¬p
True False False
False True False

Explanation:

Hence, the expression is a contradiction.


5. Examples of Contradiction

Example 1: Simple Contradiction

p ∧ ¬p

Always false as shown in the truth table.


Example 2: Compound Contradiction

(p ∨ q) ∧ ¬(p ∨ q)

Let:

Then expression becomes:

A ∧ ¬A

This follows the same structure as p ∧ ¬p, hence always false.


Example 3: Using Implication

(p → q) ∧ p ∧ ¬q

Explanation:

Thus, the expression becomes a contradiction.


6. Contradiction vs Tautology vs Contingency

Understanding contradiction is clearer when compared with other logical classifications.

(a) Tautology

A proposition that is always true.

Example:

p ∨ ¬p
p ¬p p ∨ ¬p
True False True
False True True

(b) Contradiction

A proposition that is always false.

Example:

p ∧ ¬p
p ¬p p ∧ ¬p
True False False
False True False

(c) Contingency

A proposition that is sometimes true and sometimes false.

Example:

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

7. Laws Related to Contradiction

Law of Non-Contradiction

This fundamental law states:

¬(p ∧ ¬p)

Meaning:

A proposition and its negation cannot both be true at the same time.

Explanation:

This law is essential in classical logic and ensures consistency in reasoning.


8. Proof by Contradiction (Indirect Proof)

Proof by contradiction is a powerful technique used in mathematics.

Method:

  1. Assume the negation of the statement you want to prove
  2. Derive a contradiction (something logically impossible)
  3. Conclude that the original statement must be true

Example 1: Simple Logical Proof

Statement: If p → q and p is true, then q must be true.

Proof by contradiction:


Example 2: Mathematical Insight

Statement: √2 is irrational (conceptual outline)

Proof idea:


9. Applications of Contradiction

Contradictions are widely used in:

(a) Mathematics

(b) Computer Science

(c) Logical Reasoning


10. Summary

< Prev Next >