You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
1.0 KiB

  1. \begin{itemize}
  2. \item \emph{Natural deduction for propositional logic is sound. Therefore, any sequent that can be proven is a correct semantic entailment.}
  3. Natural deduction is sound. This means that any sequent $\varphi_1, \varphi_2, \dots \entails \psi$ that is provable states a correct semantic entailment $\varphi_1, \varphi_2, \dots \models \psi$.
  4. %Conversely, if the semantic entailmant relation does not hold for a statement, the according sequent is not provable.
  5. A correct semantic entailment tells us that under all models that satisfy $\varphi_i$ for all $i$ the conclusion $\psi$ evaluates to true.
  6. In short: Anything that is provable by natural deduction is true with respect to semantics.
  7. \item \emph{Natural deduction for propositional logic is complete. Therefore, any sequent that is a correct semantic entailment can be proven.}
  8. Natural deduction is complete. This means that for any statement that is true, i.e. the statement is a correct semantic entailment, there exists a proof.
  9. \end{itemize}