Functional predicate


In formal logic and related branches of mathematics, a functional predicate, or function symbol, is a logical symbol that may be applied to an object term to produce another object term.
Functional predicates are also sometimes called mappings, but that term has other meanings as well.
In a model, a function symbol will be modelled by a function.
Specifically, the symbol F in a formal language is a functional symbol if, given any symbol X representing an object in the language, F is again a symbol representing an object in that language.
In typed logic, F is a functional symbol with domain type T and codomain type U if, given any symbol X representing an object of type T, F is a symbol representing an object of type U.
One can similarly define function symbols of more than one variable, analogous to functions of more than one variable; a function symbol in zero variables is simply a constant symbol.
Now consider a model of the formal language, with the types T and U modelled by sets and and each symbol X of type T modelled by an element in .
Then F can be modelled by the set
which is simply a function with domain and codomain .
It is a requirement of a consistent model that = whenever = .

Introducing new function symbols

In a treatment of predicate logic that allows one to introduce new predicate symbols, one will also want to be able to introduce new function symbols. Given the function symbols F and G, one can introduce a new function symbol FG, the composition of F and G, satisfying = F, for all X.
Of course, the right side of this equation doesn't make sense in typed logic unless the domain type of F matches the codomain type of G, so this is required for the composition to be defined.
One also gets certain function symbols automatically.
In untyped logic, there is an identity predicate id that satisfies id = X for all X.
In typed logic, given any type T, there is an identity predicate idT with domain and codomain type T; it satisfies idT = X for all X of type T.
Similarly, if T is a subtype of U, then there is an inclusion predicate of domain type T and codomain type U that satisfies the same equation; there are additional function symbols associated with other ways of constructing new types out of old ones.
Additionally, one can define functional predicates after proving an appropriate theorem.
Specifically, if you can prove that for every X, there exists a unique Y satisfying some condition P, then you can introduce a function symbol F to indicate this.
Note that P will itself be a relational predicate involving both X and Y.
So if there is such a predicate P and a theorem:
then you can introduce a function symbol F of domain type T and codomain type U that satisfies:

Doing without functional predicates

Many treatments of predicate logic don't allow functional predicates, only relational predicates.
This is useful, for example, in the context of proving metalogical theorems, where one doesn't want to allow the introduction of new functional symbols.
But there is a method of replacing functional symbols with relational symbols wherever the former may occur; furthermore, this is algorithmic and thus suitable for applying most metalogical theorems to the result.
Specifically, if F has domain type T and codomain type U, then it can be replaced with a predicate P of type.
Intuitively, P means F = Y.
Then whenever F would appear in a statement, you can replace it with a new symbol Y of type U and include another statement P.
To be able to make the same deductions, you need an additional proposition:
Because the elimination of functional predicates is both convenient for some purposes and possible, many treatments of formal logic do not deal explicitly with function symbols but instead use only relation symbols; another way to think of this is that a functional predicate is a special kind of predicate, specifically one that satisfies the proposition above.
This may seem to be a problem if you wish to specify a proposition schema that applies only to functional predicates F; how do you know ahead of time whether it satisfies that condition?
To get an equivalent formulation of the schema, first replace anything of the form F with a new variable Y.
Then universally quantify over each Y immediately after the corresponding X is introduced, and guard the quantification with P.
Finally, make the entire statement a material consequence of the uniqueness condition for a functional predicate above.
Let us take as an example the axiom schema of replacement in Zermelo–Fraenkel set theory.
This schema states, for any functional predicate F in one variable:
First, we must replace F with some other variable D:
Of course, this statement isn't correct; D must be quantified over just after C:
We still must introduce P to guard this quantification:
This is almost correct, but it applies to too many predicates; what we actually want is:
This version of the axiom schema of replacement is now suitable for use in a formal language that doesn't allow the introduction of new function symbols. Alternatively, one may interpret the original statement as a statement in such a formal language; it was merely an abbreviation for the statement produced at the end.