In the formal
languages used in mathematical logic and computer
science, a well-formed formula or simply
formula[2] (often
abbreviated wff, pronounced "wiff" or "wuff") is
an idea, abstraction or concept which is expressed using the symbols and formation rules
(also called the formal grammar) of a particular formal
language. To say that a string of symbols
is a wff with respect to a given formal grammar
is equivalent to saying that
belongs to the language generated by
.
A formal language can be identified with the set of its wffs.
Although the term "well-formed formula" is commonly used to refer to the written marks, for instance, on a piece of paper or chalkboard which are being used to express an idea; it is more precisely understood as the idea being expressed and the marks as a token instance of the well formed formula. Two different strings of marks may be tokens of the same well-formed formula. This is to say that there may be many different formulations of the same the idea.
It is not necessary for the existence of a well-formed formula that there be any actual tokens of it. Formal languages may have an infinite number of well-formed formula, regardless of whether there actually exist any token instances of them.
Well-formed formulas are quite often interpreted as propositions (as, for instance, in propositional logic). However wffs are syntactic entities, and as such must be specified in a formal language without regard to any interpretation of them. An interpreted well-formed formula may be the name of something, an adjective, an adverb, a preposition, a phrase, a clause, an imperative sentence, a string of sentences, a string of names, etcetera. A well-formed formula may even turn out to be nonsense, if the symbols of the language are specified so that it does. Furthermore, a well-formed formula need not be given any interpretation.
The set of well-formed formulas of a particular formal language is determined by a fiat of its creator, who simply lays down what things are to be wffs of the language. Usually this is done by specifying a set of symbols, and a set of formation rules.
A key use of wffs is in propositional logic and predicate logics such as first-order logic. In those contexts, a formula is a string of symbols φ for which it makes sense to ask "is φ true?", once any free variables in φ have been instantiated.
In formal logic, proofs can be represented by sequences of wffs with certain properties, and the final wff in the sequence is what is proven. This final wff is called a theorem when it plays a significant role in the theory being developed, or a lemma when it plays an accessory role in the proof of a theorem.
Contents |
The well-formed formulae of the propositional calculus
are recursively defined as follows:
φ
is a formula.This definition can also be written as a formal grammar in Backus–Naur form:
<wff>
| (<wff>
<wff>)
| (<wff>
<wff>)
| (<wff>
<wff>)
| (<wff>
<wff>)Using this grammar, the sequence of symbols
q)
(r
s))
(
q
s))is a WFF because it is grammatically correct. The sequence of symbols
q)
(
qq))p))is not a WFF, because it does not conform to the grammar of
.
Note that sometimes WFF may become very hard to read, owing to,
for example, the proliferation of parentheses. To alleviate this
last phenomenon, precedence rules are assumed among
the operators, making some operators more binding than others. For
example, assuming the precedence (from most binding to least
binding) 1.
2.
3.
4.
,
the above correct expression may be written as:
q
r
s
q
sThis is, however, only a convention used to simplify the written representation of a WFF (commonly used in programming languages).
The definition of a formula in a first-order formal system
is relative to the signature of the theory at hand. This
signature specifies the constant symbols, relation symbols, and
function symbols of the theory at hand, along with the arities of
the function and relation symbols.
The definition of a formula comes in several parts. First, the set of terms is defined recursively. Terms, informally, are expressions that represent objects from the domain of discourse.
The next step is to define the atomic formulas.
Finally, the set of WFFs is defined to be the smallest set containing the set of atomic WFFs such that the following holds:
is a WFF when
is a WFF
and
are WFFs when
and
are WFFs;
is a WFF when x is a variable and
is a WFF;
is a WFF when
is a variable and
is a WFF (alternatively,
could be defined as an abbreviation for
).If a formula has no occurrences of
or
,
for any variable
,
then it is called quantifier-free. An existential
formula is a string of existential quantification followed by
a quantifier-free formula.
An atomic formula is a formula that contains no logical connectives or equivalently a formula that has no strict subformulas.
A molecular formula is formed by combining atomic formulas using logical connectives.
The precise form of atomic formulas depends on the formal system under consideration; for propositional logic, for example, the atomic formulas are the propositional variables. For predicate logic, the atoms are predicate symbols together with their arguments, each argument being a term.
A closed formula is a formula in which there are no free occurrences of any variable. A formula that is not closed is an open formula.
A formula A of a first order language
is n-valid iff
it is true for every interpretation of
that has a domain of
exactly n members.
If A is a formula of a first-order language in
which the variables v1, ... ,
vn have free occurrences, then
A preceded by
v1 ...
vn is a closure of A.
A formula A of a first order language
is satisfiable iff there is some interpretation
of
for which A is satisfied (i.e. there is an
interpretation
such that A is satisfied by at least one
denumerable sequence of members of the domain of
.)
A formula A is decidable in a
first-order system
iff either A or its negation is a theorem of
.
WFF is part of an esoteric pun used in the name of "WFF 'N PROOF: The Game of Modern Logic," by Layman Allen[3], developed while he was at Yale Law School (he was later a professor at the University of Michigan). The suite of games is designed to teach the principles of symbolic logic to children (in Polish notation)[4]. Its name is an echo of whiffenpoof, a nonsense word used as a cheer at Yale University made popular in The Whiffenpoof Song and The Whiffenpoofs[5].
|
|