Propositional Logic

A fundamental system of formal logic that analyzes the relationships between propositions using truth-functional connectives and rules of inference.

Propositional Logic

Propositional logic, also known as sentential logic or statement logic, forms one of the foundational systems of formal logic. It deals with propositions (statements that are either true or false) and the logical relationships between them.

Core Components

Atomic Propositions

  • Basic statements that cannot be broken down further
  • Typically represented by letters (p, q, r)
  • Must have definite truth values
  • Examples: "It is raining," "The sun is shining"

Logical Connectives

  1. Conjunction (AND, ∧)
  2. Disjunction (OR, ∨)
  3. Negation (NOT, ¬)
  4. Implication (IF-THEN, →)
  5. Equivalence (IF AND ONLY IF, ↔)

Truth Functions

The truth value of complex propositions is determined through truth tables, which systematically show how the truth values of component propositions combine under different logical operations.

Fundamental Laws

Propositional logic upholds several key principles:

Inference Rules

Basic Rules

  1. Modus Ponens
  2. Modus Tollens
  3. Hypothetical syllogism
  4. Disjunctive syllogism

Derived Rules

Applications

Computer Science

Mathematics

Artificial Intelligence

Limitations

While powerful, propositional logic has certain constraints:

  • Cannot analyze internal structure of atomic propositions
  • Requires extension to predicate logic for quantification
  • Cannot handle modal or temporal aspects (requires modal logic)

Historical Development

The modern form of propositional logic emerged from:

Contemporary Significance

Propositional logic remains crucial for:

Extensions and Variations

Modern developments include:

See Also