Standard translation
   HOME

TheInfoList



OR:

{{short description, Algorithm in modal logic In
modal logic Modal logic is a collection of formal systems developed to represent statements about necessity and possibility. It plays a major role in philosophy of language, epistemology, metaphysics, and natural language semantics. Modal logics extend ot ...
, standard translation is a logic translation that transforms formulas of modal logic into formulas of
first-order logic First-order logic—also known as predicate logic, quantificational logic, and first-order predicate calculus—is a collection of formal systems used in mathematics, philosophy, linguistics, and computer science. First-order logic uses quantifie ...
which capture the meaning of the modal formulas. Standard translation is defined inductively on the structure of the formula. In short,
atomic formula In mathematical logic, an atomic formula (also known as an atom or a prime formula) is a formula with no deeper propositional structure, that is, a formula that contains no logical connectives or equivalently a formula that has no strict subformu ...
s are mapped onto unary
predicate Predicate or predication may refer to: * Predicate (grammar), in linguistics * Predication (philosophy) * several closely related uses in mathematics and formal logic: **Predicate (mathematical logic) **Propositional function **Finitary relation, o ...
s and the objects in the first-order language are the accessible worlds. The
logical connective In logic, a logical connective (also called a logical operator, sentential connective, or sentential operator) is a logical constant. They can be used to connect logical formulas. For instance in the syntax of propositional logic, the binary ...
s from
propositional logic Propositional calculus is a branch of logic. It is also called propositional logic, statement logic, sentential calculus, sentential logic, or sometimes zeroth-order logic. It deals with propositions (which can be true or false) and relations b ...
remain untouched and the modal operators are transformed into first-order formulas according to their
semantics Semantics (from grc, σημαντικός ''sēmantikós'', "significant") is the study of reference, meaning, or truth. The term can be used to refer to subfields of several distinct disciplines, including philosophy, linguistics and comput ...
.


Definition

Standard translation is defined as follows: *ST_x(p) \equiv P(x), where p is an
atomic formula In mathematical logic, an atomic formula (also known as an atom or a prime formula) is a formula with no deeper propositional structure, that is, a formula that contains no logical connectives or equivalently a formula that has no strict subformu ...
; P(x) is true when p holds in world x. *ST_x(\top) \equiv \top *ST_x(\bot) \equiv \bot *ST_x(\neg \varphi) \equiv \neg ST_x(\varphi) *ST_x(\varphi \wedge \psi) \equiv ST_x(\varphi) \wedge ST_x(\psi) *ST_x(\varphi \vee \psi) \equiv ST_x(\varphi) \vee ST_x(\psi) *ST_x(\varphi \rightarrow \psi) \equiv ST_x(\varphi) \rightarrow ST_x(\psi) *ST_x(\Diamond_m \varphi) \equiv \exists y ( R_m(x, y) \wedge ST_y(\varphi)) *ST_x(\Box_m \varphi) \equiv \forall y ( R_m(x, y) \rightarrow ST_y(\varphi)) In the above, x is the world from which the formula is evaluated. Initially, a
free variable In mathematics, and in other disciplines involving formal languages, including mathematical logic and computer science, a free variable is a notation (symbol) that specifies places in an expression where substitution may take place and is not ...
x is used and whenever a modal operator needs to be translated, a fresh variable is introduced to indicate that the remainder of the formula needs to be evaluated from that world. Here, the subscript m refers to the
accessibility relation An accessibility relation is a relation which plays a key role in assigning truth values to sentences in the relational semantics for modal logic. In relational semantics, a modal formula's truth value at a '' possible world'' w can depend on ...
that should be used: normally, \Box and \Diamond refer to a relation R of the
Kripke model Kripke semantics (also known as relational semantics or frame semantics, and often confused with possible world semantics) is a formal semantics for non-classical logic systems created in the late 1950s and early 1960s by Saul Kripke and André Jo ...
but more than one accessibility relation can exist (a
multimodal logic A multimodal logic is a modal logic that has more than one primitive modal operator. They find substantial applications in theoretical computer science. Overview A modal logic with ''n'' primitive unary modal operators \Box_i, i\in \ is called an ' ...
) in which case subscripts are used. For example, \Box_a and \Diamond_a refer to an accessibility relation R_a and \Box_b and \Diamond_b to R_b in the model. Alternatively, it can also be placed inside the modal symbol.


Example

As an example, when standard translation is applied to \Box \Box p, we expand the outer box to get : \forall y ( R(x, y) \rightarrow ST_y(\Box p)) meaning that we have now moved from x to an accessible world y and we now evaluate the remainder of the formula, \Box p, in each of those accessible worlds. The whole standard translation of this example becomes : \forall y ( R(x, y) \rightarrow (\forall z ( R(y, z) \rightarrow P(z)))) which precisely captures the semantics of two boxes in modal logic. The formula \Box \Box p holds in x when for all accessible worlds y from x and for all accessible worlds z from y, the predicate P is true for z. Note that the formula is also true when no such accessible worlds exist. In case x has no accessible worlds then R(x,y) is false but the whole formula is vacuously true: an implication is also true when the antecedent is false.


Standard translation and modal depth

The
modal depth In modal logic, the modal depth of a formula is the deepest nesting of modal operators (commonly \Box and \Diamond). Modal formulas without modal operators have a modal depth of zero. Definition Modal depth can be defined as follows. Let MD(\p ...
of a formula also becomes apparent in the translation to first-order logic. When the modal depth of a formula is ''k'', then the first-order logic formula contains a 'chain' of ''k'' transitions from the starting world x. The worlds are 'chained' in the sense that these worlds are visited by going from accessible to accessible world. Informally, the number of transitions in the 'longest chain' of transitions in the first-order formula is the modal depth of the formula. The modal depth of the formula used in the example above is two. The first-order formula indicates that the transitions from x to y and from y to z are needed to verify the validity of the formula. This is also the modal depth of the formula as each modal operator increases the modal depth by one.


References

* Patrick Blackburn and Johan van Benthem (1988), ''Modal Logic: A Semantic Perspective''. Modal logic Predicate logic