0

I am doing propositional logic at the minute but I have come across a symbol I have never seen before and its meaning is not explained in my lecture notes. Here is an image of what I am talking about. Thanks for your help.

JMP
  • 21,771
Jordan
  • 93

1 Answers1

0

The image is:

$$\models $$

In logic, this means that the RH side is the logical consequence of the LH side. That is, in every possible model the RH side is true given that every element in the LH side is satisfied by the model. If the LH side is a model instead of a set of axioms, it means the RH side is true in the model.

An example probably helps illustrate what is going on. Say we have

$$p_0,p_1 \in\Phi $$

Now, in every possible model where both of those propositions are satisfied, one of them is also satisfied so we can say:

$$\Phi \models p_1$$

On the other hand if we have a model $\mathfrak A$, which has as its domain {1}, then we can say:

$$\mathfrak A \models 1=1$$

(Assuming the rules of usual predicate calculus).

Dole
  • 2,653