Notes

Simple and Compound Propositions in Discrete Mathematics [ English ]

< Prev Next >

1. Introduction

In discrete mathematics, propositions form the foundation of logical reasoning. Based on their structure, propositions are classified into two main types:

Understanding this classification is essential because all logical expressions are built from these basic forms.

2. Simple (Atomic) Proposition

Definition

A simple proposition (also called an atomic proposition) is a statement that:

Representation

Simple propositions are usually denoted by symbols such as:

p, q, r, ...

Examples

✔ Each of these is a complete statement with a definite truth value ✔ They do not contain logical connectors

Key Characteristics

3. Compound Proposition

Definition

A compound proposition is formed by combining two or more simple propositions using logical operators.

Representation

If p and q are propositions, then compound propositions can be:

¬p
p ∧ q
p ∨ q
p → q
p ↔ q

Examples

Let:

Example 1: Conjunction

p ∧ q

“It is raining AND it is cold”

Example 2: Disjunction

p ∨ q

“It is raining OR it is cold”

Example 3: Negation

¬p

“It is not raining”

Example 4: Conditional

p → q

“If it is raining, then it is cold”

Example 5: Biconditional

p ↔ q

“It is raining if and only if it is cold”

Key Characteristics

4. Difference Between Simple and Compound Propositions

Feature Simple Proposition Compound Proposition
Structure Single statement Combination of statements
Logical Operators Not present Present (¬, , , , )
Divisibility Cannot be divided Can be broken into parts
Example p p ∧ q, ¬p, p → q

5. Important Note on Predicates

Expressions like:

x > 5

are not propositions, but predicates, because:

After assigning a value:

✔ Then they become propositions.

6. Building Complex Logical Expressions

Compound propositions can be further combined:

(p ∧ q) → (¬r ∨ q)

✔ This is a complex compound proposition ✔ Built using multiple operators

7. Importance in Discrete Mathematics

(a) Logical Reasoning

(b) Computer Science

(c) Mathematics

8. Summary

< Prev Next >