1

I've met the symbol ||- many times in modal logic textbooks, especially in epistemic logic books. But I cannot find any info about how to type or read it. Usually, it means "semantical entailment" or "modelling" in modal logic.

But in first-order logic, semantical entailment is symbolised as |=. By contrast, we also use |- to express "syntactical entailment" or "proving".

Can anyone help me?

AndréC
  • 24,137

1 Answers1

2

Are you searching for this symbol?

\documentclass[a4paper,12pt]{article}
\usepackage{amssymb}
\begin{document}
$A\Vdash B$
\end{document}

enter image description here

Sebastiano
  • 54,118