2.2.  Deduction


Axiom 2.2.1. Each axioms represents a scheme, where \(\phi, \psi,\) and \(\theta\) are formulas, \(x\) is a variable, and \(t\) and \(u\) are terms.

  1. \(\phi \rightarrow(\psi \rightarrow \phi).\)
  2. \((\phi \rightarrow(\psi \rightarrow \theta)) \rightarrow((\phi \rightarrow \psi) \rightarrow(\phi \rightarrow \theta)).\)
  3. \(((\neg \phi) \rightarrow(\neg \psi)) \rightarrow(\psi \rightarrow \phi).\)
  1. \((\forall x) \phi \rightarrow \phi[t / x].\)
  2. \((\forall x)(\phi \rightarrow \psi) \rightarrow(\phi \rightarrow(\forall x) \psi),\) if there is no free occurrence of \(x\) in \(\phi.\)
  1. \(t=t\) for any term \(t.\)
  2. \((t=u) \rightarrow(u=t)\) for any terms \(t\) and \(u.\)
  3. \((t=u) \rightarrow((u=v) \rightarrow(t=v))\) for any terms \(t,u,\) and \(v.\)
  4. \((t=u) \rightarrow(\phi[t / x] \rightarrow \phi[u / x]) .\)


Rule 2.2.2 (Rules of inference). Let \(\phi\) and \(\psi\) be formulas, and let \(x\) be a variable. Also we let a set of formulas have no formula in which \(x\) is a free variable.

  1. (Modus Ponens) From \(\phi\) and \(\phi \rightarrow \psi,\) infer \(\psi.\)
  2. (Generalization) From \(\phi\) infer \((\forall x)\phi.\)


References

  1. Cameron, P. J. (1998). Sets, logic and categories. Springer. https://doi.org/10.1007/978-1-4471-0589-3