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
646 B

  1. \item
  2. The soundness of natural deduction for propositional logic can be proven via a \emph{mathematical course-of-values induction on the length of the Natural Deduction proof}. Let $M(k)$ be the following assertion:
  3. $M(k)\coloneqq$ „For all sequents $\phi_1,\phi_2,\dots,\phi_n\vdash \psi$ which have a proof of length $k$,
  4. it is the case that $\phi_1,\phi_2,\dots,\phi_n\models \psi$ holds.”
  5. Your tasks:
  6. \begin{enumerate}
  7. \setlength{\itemsep}{-0.1em}
  8. \item Proof the induction base-case, i.e., $M(1)$ holds.
  9. \item Explain the proof idea of the induction step:
  10. $M(1)\wedge M(2) \land \dots \land M(k-1) \rightarrow M(k)$.
  11. \end{enumerate}