Skip to content
EntityQ4055684· pop 38· linked from 1,120 articles

first-order logic

Sign in to save

Also known as first-order predicate calculus, predicate logic, quantified logic, predicate calculus, quantificational logic, FOL

collection of formal systems used in mathematics, philosophy, linguistics, and computer science

Wikidata facts

Subclass of
predicate logic
Show 2 more facts
Sources (4)

via Wikidata · CC0

~40 min read

Encyclopedic overview

First-order logic, also called predicate logic, predicate calculus, or quantificational logic, is a type of formal system used in mathematics, philosophy, linguistics, and computer science. First-order logic uses quantified variables over non-logical objects, and allows the use of sentences that contain variables. Rather than propositions such as "all humans are mortal", in first-order logic one can have expressions in the form "for all x, if x is a human, then x is mortal", where "for all x" is a quantifier, x is a variable, and "... is a human" and "... is mortal" are predicates. This distinguishes it from propositional logic, which does not use quantifiers or relations; in this sense, first-order logic is an extension of propositional logic.

A theory about a topic, such as set theory, a theory for groups, or a formal theory of arithmetic, is usually a first-order logic together with a specified domain of discourse (over which the quantified variables range), finitely many functions from that domain to itself, finitely many predicates defined on that domain, and a set of axioms believed to hold about them. "Theory" is sometimes understood in a more formal sense as just a set of sentences in first-order logic.

Excerpted from Wikipedia’s “first-order logic” article, available under the CC BY-SA 4.0 licence.