nLab
implication

Implication

Definitions

An implication may be either an entailment or a conditional statement; these are closely related but not quite the same thing.

  1. Entailment is a preorder on propositions within a given context in a given logic.

    We say that p entails q syntactically, written as a sequent pq, if q can be proved from the assumption p.

    We say that p entails q semantically, written pq, if q holds in every model in which p holds.

    (These relations are often equivalent, by various soundness? and completeness? theorems.)

  2. A conditional statement is the result of a binary operation on propositions within a given context in a given logic. If p and q are propositions in some context, then so is the conditional statement pq, at least if the logic has a notion of conditional.

Notice that p, q, and pq are all statements in the object language (the language that we are talking about), whereas the hypothetical judgements pq and pq are statements in the metalanguage (the language that we are using to talk about the object language).

Relations between the definitions

Depending on what logic one is using, pq might be anything, but it's probably not fair to consider it a conditional statement unless it is related to entailment as follows:

If, in some context, p entails q (either syntactically or semantically), then pq is a theorem (syntactically) or a tautology (semantically) in that context, and conversely.

In particular, this holds for classical logic and intuitionistic logic.

You can think of entailment as being an external hom (taking values in the poset of truth values) and the conditional as being an internal hom (taking values in the poset of propositions). In particular, we expect these to be related as in a closed category:

  • qr(pq)(pr),
  • pp,
  • pp,

where is an appropriate constant statement (often satisfying p, although not always, as in linear logic with for and 1 for ).

Most kinds of logic used in practice have a notion of entailment from a list of multiple premises; then we expect entailment and the conditional to be related as in a closed multicategory.

Just as we may identify the internal and external hom in Set, so we may identify the entailment and conditional of truth values. In the nLab, we tend to write this as , a symbol that is variously used by other authors in place of , , and .

In various formalizations

In Heyting algebras

Although Heyting algebras were first developed as a way to discuss intuitionistic logic, they appear in other contexts; but their characterstic feature is that they have an operation analogous to the conditional operation in logic, usually called Heyting implication and denoted or . If you use and replace above with the Heyting algebra's partial order , then everything above applies.

In type theory

In type theory

Revised on September 20, 2012 11:49:15 by Urs Schreiber (82.169.65.155)