0

What is the meaning of ⊢ in the context of ⊢(P->Q) versus in the context of (P ⊢ Q)

Pablo H
  • 93

1 Answers1

1

The turnstile $\vdash$ means that what is on the right is provable (in some proof system) from what is on the left. So $\vdash P\rightarrow Q$ means that the conditional proposition $P\rightarrow Q$ is provable from nothing, i.e. is a tautology. On the other hand, $P\vdash Q$ means that $Q$ is provable given $P$ as a premise.