, but this is reserved only for acts of serious and unrepentant heresy. Even in that case, the individual is not "damned" by the Church but is instead left to his own devices. <h3> The Church of Jesus Christ of Latter-day Saints </h3>

First-order predicate calculus or first-order logic (FOL) permits the formulation of quantified statements such as "there exists an x such that..." (<math>\exists x</math>) or "for any x, it is the case that..." (<math>\forall x</math>), where x is a member of the domain of discourse. A first-order (recursively-)axiomatisable theory is a theory that can be axiomatised as an extension of first-order logic by adding a recursively enumerable set of first-order sentences as axioms. What follows the "that..." is called the predicate and it expresses some property. A predicate is an expression that can be true of something. Thus, the expressions "is yellow" or "likes broccoli" are true of those things that are yellow or like broccoli, respectively.

First-order logic is mathematical logic that is distinguished from higher-order logic in that it does not allow quantification over properties. A property is an attribute of an object; thus a red object is said to have the property of redness. The property may be considered a form of object in its own right, able to possess other properties. A property is considered to be distinct from the objects which possess it. Thus first-order logic cannot express statements such as "for every property P, it is the case that..." or "there exists a property P such that...".

Nevertheless, first-order logic is strong enough to formalize all of set theory and thereby virtually all of mathematics. Its restriction to quantification over individuals makes it difficult to use for the purposes of topology, but it is the classical logical theory underlying mathematics. It is a stronger theory than sentential logic, but a weaker theory than second-order logic.

Contents

[edit]

Defining first-order logic

A predicate calculus consists of

  • formation rules (i.e. recursive definitions for forming well-formed formulas).
  • transformation rules (i.e. inference rules for deriving theorems).
  • a (possibly countably infinite) set of axioms or axiom schemata.

There are two types of axioms: logical axioms which are valid with respect to the predicate calculus and non-logical axioms which are true under a special, i.e. the standard, interpretation of the theory of which they are part. For example, the non-logical Peano axioms are true under the standard interpretation of the symbolism of arithmetic, but they are not valid with respect to the predicate calculus.

When the set of axioms is infinite, it is required that there is an algorithm which can decide for a given well-formed formula whether it is an axiom or not. Furthermore, there should be an algorithm which can decide whether a given application of an inference rule is correct or not.

[edit]

Vocabulary

The "vocabulary" is composed of

  1. Uppercase letters P, Q, R,... which are predicate variables.
  2. Lowercase letters a, b, c,... which are (individual) constants.
  3. Lowercase letters x, y, z,... which are (individual) variables.
  4. Lowercase letters f, g, h,... which are function variables.
  5. Symbols denoting logical operators: ¬ (logical not), <math>\wedge</math> (logical and), <math>\vee</math> (logical or), → (logical conditional), ↔ (logical biconditional).
  6. Symbols denoting quantifiers: <math>\forall</math> (universal quantification), <math>\exists</math> (existential quantification).
  7. Left and right parenthesis.

Some symbols may be omitted as primitive and taken as abbreviations instead; e.g. (P ↔ Q) is an abbreviation for (P → Q) <math>\wedge</math> (Q → P). The minimum number of operators and quantifiers needed is three (or two if we define the operator nor or nand); for example, ¬, <math>\wedge</math>, and <math>\forall</math> suffice. A term is a constant, variable, or function symbol of n≥0 arguments.

[edit]

Formation rules

The set of well-formed formulas (wffs) is recursively defined by the following rules:

  1. Simple and complex predicates If P is an n-adic (n ≥ 0) predicate, then <math>Pa_1,...,a_n</math> is well-formed. If n ≤ 1, P is atomic.
  2. Inductive Clause I: If φ is a wff, then ¬ φ is a wff.
  3. Inductive Clause II: If φ and ψ are wffs, then <math>(\phi \wedge \psi)</math>, <math>(\phi \vee \psi)</math>, (φ → ψ), (φ ↔ ψ) are wffs.
  4. Inductive Clause III: If φ is a wff containing a free instance of variable x, then <math> \forall x \, \varphi </math> and <math> \exists x \, \varphi </math> are wffs. (Then any instance of x is said to be bound — not free — in <math> \forall x \, \varphi </math> and <math> \exists x \, \varphi </math>.)
  5. Closure Clause: Nothing else is a wff.
[edit]

Transformation (inference) rules

Modus ponens suffices as the sole rule of inference. If there are no axiom schemata, then a rule of uniform substitution is also required.

[edit]

Calculus

The predicate calculus is an extension of the propositional calculus. If the propositional calculus is defined with eleven axioms and one inference rule (modus ponens), not counting some auxiliary laws for the logical equivalence operator, then the predicate calculus can be defined by appending four additional axioms and one additional inference rule.

[edit]

Axiomatic extension

The following four logical axioms characterize a predicate calculus:

  • PRED-1: <math> \forall x Z(x) \rightarrow Z(y) </math>
  • PRED-2: <math> Z(y) \rightarrow \exists x Z(x) </math>
  • PRED-3: <math> \forall x (W \rightarrow Z(x)) \rightarrow (W \rightarrow \forall x Z(x)) </math>
  • PRED-4: <math> \forall x (Z(x) \rightarrow W) \rightarrow (\exists x Z(x) \rightarrow W) </math>

These are actually axiom schemata, because the predicate letters W and Z in them can be replaced by any other predicate letters, without altering the validity of these formulae.

[edit]

Inference rule

The inference rule called Universal Generalization is characteristic of the predicate calculus. It can be stated as

<math>\mathit{if} \vdash Z(x), \mathit{then} \vdash \forall x Z(x)</math>

where Z(x) is supposed to stand for an already-proven theorem of predicate calculus and ∀xZ(x) is its closure with respect to the variable x. The predicate letter Z can be replaced by any other predicate letter.

Notice that Generalization is analogous to the Necessitation Rule of modal logic, which is

<math>\mathit{if} \vdash P, \mathit{then} \vdash \Box P</math>.
[edit]

Metalogical theorems of first-order logic

Some important metalogical theorems are listed below in bulleted form.

  1. Unlike the propositional calculus, first-order logic is undecidable. There is provably no decision procedure for determining for an arbitrary formula P, whether or not P is valid (see Halting problem). (Results came independently from Church and Turing.)
  2. The decision problem for validity is semidecidable. As Gödel's completeness theorem shows, for any valid formula P, P is provable.
  3. Monadic predicate logic (i.e., predicate logic with only predicates of one argument) is decidable.
[edit]

See also

  • Gödel's incompleteness theorem
  • List of rules of inference
  • Mathematical logic
[edit]

References

  • David Hilbert and Wilhelm Ackermann (1928). Grundzüge der theoretischen Logik (Principles of Theoretical Logic). Springer-Verlag, ISBN 0-8218-2024-9.
  • Article on classical logic by Stewart Shapiro at the Stanford Encyclopedia of Philosophy, which covers the definition, model theory and soundness and completeness results for first-order logic characterised in a natural deduction style.
  • Introduction to mathematical logic by Karl Podnieks.
  • Metamath: a project to construct mathematics using an axiomatic system based on propositional calculus, predicate calculus, and set theory

de:Prädikatenlogik fr:Calcul des prédicats he:תחשיב הפסוקים hu:Elsőrendű logika pl:Klasyczny rachunek logiczny sv:Predikatlogik ru:Логика первого порядка zh:一階邏輯