Trisha Shetty (Editor)

Double turnstile

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In logic, the symbol ⊨, or is called the double turnstile. It is often read as "entails", "models", "is a semantic consequence of" or "is stronger than". It is closely related to the turnstile symbol , which has a single bar across the middle, and which denotes syntactic consequence (in contrast to semantic).

Contents

Meaning

The double turnstile is a binary relation. It has several different meanings in different contexts:

  • To show semantic consequence, with a set of sentences on the left and a single sentence on the right, to denote that if every sentence on the left is true, the sentence on the right must be true, e.g. Γ φ . This usage is closely related to the single-barred turnstile symbol which denotes syntactic consequence.
  • To show satisfaction, with a model (or truth-structure) on the left and a set of sentences on the right, to denote that the structure is a model for (or satisfies) the set of sentences, e.g. A Γ .
  • To denote a tautology, φ . which is to say that the expression φ is a semantic consequence of the empty set.
  • Typography

    In TeX, the turnstile symbols and are obtained from the commands \vDash and \models respectively. In Unicode it is encoded at U+22A8 TRUE (HTML ⊨)

    In LaTeX there is the turnstile package, which issues this sign in many ways, including the double turnstile, and is capable of putting labels below or above it, in the correct places. The article A Tool for Logicians is a tutorial on using this package.

    References

    Double turnstile Wikipedia