login or register
u
p
 remember me!
Well-formed formula
prints friendly
Well-formed formula


please note:
- the text and code below is from The Pseudopedia
- it has been imported raw for GetWiki
File:Formal languages.png|thumb|300px|right|This diagram shows the syntactic entities which may be constructed from formal languages. The symbols and strings of symbols may be broadly divided into nonsense and well-formed formulas. A formal language can be thought of as identical to the set of its well-formed formulas. The set of well-formed formulas may be broadly divided into theoremtheoremIn 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
S
is a wff with respect to a given formal grammar
G
is equivalent to saying that
S
belongs to the language generated by
G
. 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.

Propositional calculus

The well-formed formulae of the propositional calculus
Scri(tP
are recursively defined as follows:
  • Each propositional variable is, on its own, a formula.
  • If φ is a formula, then
    ˜
    φ is a formula.
  • If φ and ψ are formulas, and • is any binary connective, then ( φ • ψ) is a formula. Here • could be ∨, ∧, →, or ↔.
This definition can also be written as a formal grammar in Backus–Naur form:
::= p | q | r | s | t | u | ... (arbitrary finite set of propositional variables) ::= |
≠g
| (
) | (
) | (
) | (
)
Using this grammar, the sequence of symbols
(((p
q)
(r
s))
(
≠g
q
≠g
s))
is a WFF because it is grammatically correct. The sequence of symbols
((p
q)
(qq))p))
is not a WFF, because it does not conform to the grammar of
Scri(tP
.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.
≠g
  2.
  3.
  4.
, the above correct expression may be written as:
p
q
r
s
≠g
q
≠g
s
This is, however, only a convention used to simplify the written representation of a WFF (commonly used in programming languages).

Predicate logic

The definition of a formula in first-order logic
Scri(tQS
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.
  1. Any variable is a term.
  2. Any constant symbol from the signature is a term
  3. an expression of the form f(t1,...,tn), where f is an n-ary function symbol, and t1,...,tn are terms, is again a term.
The next step is to define the atomic formulas.
  1. If t1 and t2 are terms then t1=t2 is an atomic formula
  2. If R is an n-ary relation symbol, and t1,...,tn are terms, then R(t1,...,tn) is an atomic formula
Finally, the set of WFFs is defined to be the smallest set containing the set of atomic WFFs such that the following holds:
  1. ≠g&(hi;
    is a WFF when
    &(hi;
    is a WFF
  2. (&(hi; ∧ &(si;)
    and
    (&(hi; ∨ &(si;)
    are WFFs when
    &(hi;
    and
    &(si;
    are WFFs;
  3. eξsts x &(hi;
    is a WFF when x is a variable and
    &(hi;
    is a WFF;
  4. ∀ x &(hi;
    is a WFF when
    x
    is a variable and
    &(hi;
    is a WFF (alternatively,
    ∀ x &(hi;
    could be defined as an abbreviation for
    ≠≥ξsts x ≠g&(hi;
    ).
If a formula has no occurrences of
eξsts x
or
∀ x
, for any variable
x
, then it is called quantifier-free. An existential formula is a string of existential quantification followed by a quantifier-free formula.

Atomic and open formulas

An atomic formula is a formula that contains no logical connectives or equivalently a formula that has no strict subformulas. An open 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.

Closed formulas

A closed formula is a formula in which there are no free occurrences of any variable.

Valid formula

A formula A of a first order language
Scri(tQ
is n-valid iff it is true for every interpretation of
Scri(tQ
that has a domain of exactly n members.

Closure of a formula

If A is a formula of a first-order language in which the variables v1, ... , vn have free occurrences, then A preceded by {{all}}v1 ... {{all}}vn is a closure of A.

Satisfiable formula

A formula A of a first order language
Scri(tQ
is satisfiable iff there is some interpretation
Scri(tI
of
Scri(tQ
for which A is satisfied (i.e. there is an interpretation
Scri(tI
such that A is satisfied by at least one denumerable sequence of members of the domain of
Scri(tI
.)

Undecidable formula

A formula A is decidable in a first-order system
Scri(tQS
iff either A or its negation is a theorem of
Scri(tQS
.

Wffs in popular culture

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).

See also

Notes





  1. Godel, Escher, Bach: An Eternal Golden Braid, Douglas Hofstadter


  2. Because non-well-formed formulas are rarely considered, some authors ignore them altogether. For these authors, "formula" and "well-formed formula" are synonyms. Other authors use the term "formula" for any string of symbols in the language; certain of these strings are then singled out as the well-formed formulas.


  3. NEWS, Rachel, Ehrenberg, He's Positively Logical, Spring 2002, University of Michigan,weblink Michigan Today, 2007-08-19,


  4. More technically, propositional logic using the Fitch-style calculus.


  5. Layman E. Allen.Toward Autotelic Learning of Mathematical Logic by the WFF 'N PROOF Games, Monographs of the Society for Research in Child Development, Vol. 30, No. 1, Mathematical Learning: Report of a Conference Sponsored by the Committee on Intellective Processes Research of the Social Science Research Council (1965), pp. 29-41. Acknowledges the pun.




External links

{{logic}}Fórmula bien formadaFormule bien forméeFormula ben formata整論理式Fórmula bem formada合式公式

- content above as imported from The Pseudopedia
- "Well-formed formula" does not exist on GetWiki
- time: 6:31pm EDT - Fri, Mar 19 2010