basic constructions:
strong axioms
further
Propositional logic, also called th-order logic and sentential logic, is that part of logic that deals only with propositions with no bound variables.
Compare predicate logic, or st-order logic, and higher-order logic. Note that while one can have free variables in th-order logic, one cannot really do anything with them; each in a th-order proposition might as well be thought of as atomic.
This can be understood more cleanly in the language of many-sorted logic, where each variable has to have a specified sort. Then ordinary predicate logic has exactly one sort, usually unnamed. Propositional logic is for a signature with no sorts, hence no variables at all.
A propositional calculus, also called sentential calculus, is simply a system for describing and working with propositional logic. The precise form of such a calculus (and hence of the logic itself) depends on whether one is using classical logic, intuitionistic logic, linear logic, etc; see those articles for details.
| notation | in propositional classical logic/intuitionistic logic |
|---|---|
| true | |
| false | |
| logical conjunction, AND operator | |
| logical disjunction, OR operator | |
| exclusive disjunction, XOR operator | |
| implication, conditional, implies operator | |
| logical equivalence, biconditional, equals operator | |
| negation, NOT operator | |
| negation of negation |
| symbol | in linear logic |
|---|---|
| additive truth | |
| additive falsehood | |
| multiplicative falsehood | |
| multiplicative truth | |
| linear implication | |
| multiplicative conjunction | |
| additive disjunction | |
| additive conjunction | |
| multiplicative disjunction | |
| exponential conjunction | |
| exponential disjunction | |
| negation |
propositional logic (0th order)
predicate logic (1st order)
Last revised on July 4, 2026 at 17:11:16. See the history of this page for a list of all contributions to it.