First-order predicate calculus
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.
Defining first-order logicLike any logical theory, the calculus of first-order logic consists of
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. 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. Well-formed formulas of first-order logicThe well-formed formulas contain:
Note that only
Examples of well-formed formulasInstead 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). 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) An important type of well formed formulas: clausesA term is defined as follows:
A atom (or atomic formula) is a well-formed formula of the form P(t1,...,tk), where P is a predicate constant of arity k and t1,...,tk are k terms. A literal is either an atom or the negation of an atom. A clause is a well-formed formula of the form
where L1,...,Lm are literals and x1,...,xk 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. GrammarThe "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. CalculusPredicate 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 ExtensionThe 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 ruleThe 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. Notice that Generalization is analogous to the Necessitation Rule of modal logic, which is
Case study: first-order Peano axiomsThe 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. We are using the object constants 0 and 1, the function constants + and *, and the predicate constant =. Here are the axioms:
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
de:Prädikatenlogik fr:Calcul des prédicats pl:Klasyczny rachunek logiczny Categories: Model theory | Logic |
|
This article is licensed under the GNU Free Documentation License. It uses material from Wikipedia article. Browse Wikipedia for more information. |