Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools

Propositional Logic





Propositional Logic: An Overview

Propositional logic examines statements that are either true or false, focusing on how these are combined using operators. It forms a foundational sub-field of mathematical logic alongside first-order logic, higher-order logic, and others. This formal system represents and analyzes statements with definite truth values.
Syntax defines the formal structure with propositions and logical connectives.
Semantics determines truth values using truth tables, identifying tautologies and contradictions.
Equivalences include laws like De Morgan's and distributive laws for simplification.
Inference Rules such as modus ponens enable step-by-step proofs.
Normal Forms provide standard representation methods like CNF and DNF.
Proof Techniques include contradiction and direct proof methods to validate arguments.
This logical system finds applications across mathematics, computer science (circuit design, program verification), artificial intelligence (knowledge representation), philosophy, and many other fields.



Basic laws of Propositional Logic

Understanding Propositional Logic Laws

Propositional logic provides a powerful framework for formal reasoning, and at its core are several fundamental laws that help us manipulate logical expressions.
On this page we aggregated a summary of these laws and rules.
They may be grouped into families based on their logical functions:
Basic Operators: Identity, Domination, and Idempotent laws establish how basic operations behave with constants and themselves
Structural Laws: Commutative, Associative, and Distributive laws govern how expressions can be rearranged
Transformation Rules: Double Negation, De Morgan's Laws, and Absorption laws help convert between different logical forms
Semantic Principles: Negation laws represent fundamental truths about contradictions and the law of excluded middle
Implications: Contrapositive and Conditional laws help reason through logical implications
Special Operators: Exclusive OR laws define the behavior of XOR operations
Advanced Principles: Resolution, Monotonicity, and Peirce's Law provide powerful tools for formal proofs
Each law is presented with its formal notation, a plain-language explanation, and its relevant topic area (such as Equivalences, Semantics, Normal Forms, or Proof Techniques). This organization makes it easier to find specific laws when constructing proofs or simplifying expressions.
Whether you're working on simplifying complex logical statements, converting expressions to normal forms, or building formal proofs, these laws provide the essential toolkit for manipulating propositional logic expressions with confidence and precision.
Go to Page

Properties of Propositions

Propositions in classical logic have several important properties.
Here are a few key ones:

1.Logical Equivalence:


Two propositions 𝑃𝑃 and 𝑄𝑄 are logically equivalent (denoted 𝑃≑𝑄𝑃≑𝑄) if they have the same truth value in every possible interpretation.
Example:
π‘ƒβˆ¨π‘„β‰‘π‘„βˆ¨π‘ƒπ‘ƒβˆ¨π‘„β‰‘π‘„βˆ¨π‘ƒ
(Commutativity of disjunction)
Read more about equivalence.

2.Consistency & Inconsistency:


A set of propositions is consistent if it is possible for all of them to be true at the same time.
A set of propositions is inconsistent if they cannot all be true simultaneously (i.e., they lead to a contradiction).
Example:
The set {"It is raining", "It is not raining"} is inconsistent.
The set {"It is raining", "The ground is wet"} is consistent.

3.Implication (Entailment / Logical Consequence):


A proposition 𝑄𝑄 is a logical consequence of 𝑃𝑃 (denoted π‘ƒβŠ¨π‘„π‘ƒβŠ¨π‘„) if whenever 𝑃𝑃 is true, 𝑄𝑄 must also be true.
Example:
𝑃=𝑃= "It is raining."
𝑄=𝑄= "The ground is wet."
If 𝑃𝑃 is true, then 𝑄𝑄 logically follows (assuming no weird circumstances).

4. Independence:


A proposition is independent of another if neither one logically determines the truth value of the other.
Example:
"It is raining" and "The stock market is up" are independent because knowing one does not tell us anything about the other.

5.Validity & Invalidity:


A proposition is valid if it is true in all possible interpretations (i.e., a tautology).
A proposition is invalid if it is not true in all interpretations (i.e., it is either a contingency or a contradiction).

Validity is an important concept in logic because valid statements are universally true, meaning they hold regardless of the truth values of their components.

6.Satisfiability & Unsatisfiability:


A proposition is satisfiable if there is at least one interpretation where it is true (i.e., a tautology or a contingency).
A proposition is unsatisfiable if it is false in all possible interpretations (i.e., a contradiction).

Logical Equivalences

Logical equivalences are statements in propositional logic that always have the same truth value regardless of the truth values of their individual components.
If two propositions AA and 𝐡𝐡 are logically equivalent, we write:A≑BA≑B.
This means that for every possible truth assignment,AA and 𝐡𝐡 yield the same truth value.
Logical equivalences form the foundation of propositional logic laws. Each law in Boolean algebra is a logical equivalence that helps us simplify, manipulate, or prove logical expressions.
However, not all logical equivalences are laws. Some are specific derivations that are still true but are not considered "fundamental" enough to be named as laws.
Logical equivalences are essential in mathematical logic, shaping both syntax and semantics. Syntactically, they allow transformations between logically identical formulas, crucial for normal forms like CNF and DNF. Semantically, they ensure truth preservation across interpretations, making them fundamental in truth tables and model theory. In proof techniques, equivalences justify valid transformations within formal systems, aiding in inferences and proof simplifications. By bridging truth conditions with formal derivations, logical equivalences unify reasoning in propositional logic, predicate logic, and beyond.

Go to Page

Contigency, Tautology or Contradiction

In classical propositional logic, every proposition falls into one of three categories based on its truth value across all possible interpretations:

1. Tautology

A proposition that is always true, no matter what.
Example:
p∨¬pp \lor \neg p
("Either it will rain or it won’t"β€”this is always true.)
Validity and Tautologies
A proposition is valid if it is true in all possible interpretationsβ€”in other words, if it is a tautology.
If a proposition is valid, it means there is no possible scenario where it is false.

π‘βˆ¨Β¬π‘π‘βˆ¨Β¬π‘
(Law of the Excluded Middle) is valid because it’s always true.

2. Contradiction

A proposition that is always false, no matter what.
Example:
p∧¬pp \land \neg p
("It is raining and it is not raining"β€”this is never true.)
Unsatisfiability and Contradictions
A proposition is unsatisfiable if it is false in every possible interpretationβ€”which means it is a contradiction.

π‘βˆ§Β¬π‘π‘βˆ§Β¬π‘ is unsatisfiable because there is no way to make it true.

3. Contingency

A proposition that is sometimes true and sometimes false, depending on the values of its variables. Example:

p∨qp \lor q
(If p is "It will rain" and q is "It will snow," this can be true or false depending on the weather.)
Satisfiability and Contingencies
A proposition is satisfiable if there is at least one interpretation where it is true.Otherwise it would be contradiction.
A contingent proposition (one that is sometimes true and sometimes false) is always satisfiable because it has at least one true case.

π‘βˆ¨π‘žπ‘βˆ¨π‘ž is satisfiable because it’s true in cases where either 𝑝𝑝 or π‘žπ‘ž is true.

These three categories exhaust all possibilities for a proposition in classical logic. Every proposition must be one of these.
All Possible Propositions Tautology Contingency Contradiction