First-order predicate calculus Guide, Meaning , Facts, Information and Description
First-order predicate calculus or first-order logic (FOL) is a theory in symbolic logic that permits the formulation of quantified statements such as "there is at least one X such that..." or "for any X, it is the case that...", where X is an element of a set called the domain of discourse. A first-order theory is a theory that can be axiomatised as an extension of first-order logic by adding a recursive set of first-order sentences as axioms.
First-order logic is distinguished from higher-order logic in that it does not allow statements such as "for every property, it is the case that..." or "there exists a set of objects 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 arithmetic, set theory, or Second-order logic.
Like any logical theory, the calculus of first-order logic consists of
While the set of inference rules in first-order calculus is finite, the set of axioms may very well be and often is infinite. However we require that there is a general 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.
Now one would have to write down 15 logical axioms and 2 inference rules to completely specify the first-order calculus. How can one be sure that those axioms and rules are enough? This is the subject of Gödel's completeness theorem: if you start out with some subject matter axioms and you look at a certain statement, then it is possible to prove that statement using only the subject matter axioms, the 15 logical axioms and the two inference rules if and only if the statement is true in every domain in which the subject matter axioms are true. (See also Leon Henkin)
A literal is either an atom or the negation of an atom.
A clause is a well-formed formula of the form
Notice that Generalization is analogous to the Necessitation Rule of modal logic, which is
We are using the object constants 0 and 1, the function constants + and *, and the predicate constant =. Here are the axioms:
This is an Article on First-order predicate calculus. Page Contains Information, Facts Details or Explanation Guide About First-order predicate calculus Defining first-order logic
There are two types of axioms: the logical axioms which embody the general truths about proper reasoning involving quantified statements, and the axioms describing the subject matter at hand, for instance axioms describing sets in set theory or axioms describing numbers in arithmetic.Well-formed formulas of first-order logic
The well-formed formulas contain:
Note that only , , and are needed for a complete set of logical connectives.
The object, predicate and function constants will typically depend on the particular domain we are talking about.Examples of well-formed formulas
Instead of giving the lengthy definition of well-formed formulas, we will simply look at some examples from arithmetic together with their ordinary interpretation. Our domain here is the set of natural numbers:
For every number x there exists a bigger number y. That's true.
There exists a number y which is bigger than every number x. That's not true.
If a number x is divisible by 6, then it is also divisible by 3. True.
There exists a number x such that there doesn't exist a smaller number y. True (take x=0).An important type of well formed formulas: clauses
A term is defined as follows:
A atom (or atomic formula) is a well-formed formula of the form , where is a predicate constant of arity and are terms.
where are literals and are variables in them. Alternatively, a clause can be thought of as the set of literals
A unit clause is simply a clause with only one literal.Grammar
The "vocabulary" is composed of
The set of well-formed formulae (wffs) is recursively defined by the following rules:
Grammar pays no attention to the truth-value of a wff. A wff may be valid, invalid, provable, decided, undecided, necessary, or contingent; grammar is not concerned with semantics, but only with syntax. Likewise, terms have no truth-value. If function letters are chosen to be included in the vocabulary, then a function applied to its arguments does not (implicitly) return a truth-value, but it does have a constant term as its return-value (especially if all the function's arguments are themselves constant terms). If a function is replaced by its return-value during evaluation, then the truth-value of the well-formed formula remains unchanged, but all well-formed formulae have truth-values.
If an atomic formula contains variable terms, then the formula is an open sentence, and each time the variable appears in the sentence, it is called a "free instance" of that variable.
Calculus
Predicate calculus is an extension of propositional calculus. If propositional calculus is defined with eleven axioms and one inference rule (modus ponens), not counting some auxiliary laws for the logical equivalence operator, then predicate calculus can be defined by appending four additional axioms and one additional inference rule.Axiomatic Extension
The following four logical axioms characterize a predicate calculus:
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.Inference rule
The inference rule called Generalization is characteristic of predicate calculus. It can be stated as
where Z(x) is supposed to stand for an already-proven theorem of predicate calculus. The predicate letter Z can be replaced by any other predicate letter.Case study: first-order Peano axioms
The Peano axioms for the natural numbers are sometimes formulated as second-order statements (the induction axiom talks about all "properties" or all "sets of numbers"), but this is not necessary if one is willing to allow infinitely many first-order axioms. A first-order version of the Peano axioms follows.
Axioms 1, 2 and 7 are the traditional Peano axioms while axioms 3-6 serve to define addition and multiplication. If one omits the function constant * and axioms 5 and 6 and allows in scheme 7 only formulas without *, then one gets the very interesting Presburger arithmetic.References
