2

In the context of propositional logic I've encountered this $|=$ symbol that I'm not familiar with. What does it mean? Does it behave like an implication?

Here's where I found it.

enter image description here

Morgan Wilde
  • 431
  • 5
  • 15

1 Answers1

1

If $\varphi$ and $\psi$ are sentences of propositional logic, $\varphi\vDash\psi$ means that the sentence $\varphi\to\psi$ is true under any assignment of truth values to the propositional variables occurring in $\varphi$ and $\psi$. In your question there are no propositional variables to which truth values can be assigned, so the question is in effect asking which of the following sentences are true:

  • $\text{False}\to\text{True}$
  • $\text{True}\to\text{False}$
Brian M. Scott
  • 616,228