\documentclass[12pt]{article}
\usepackage{amsfonts}

\voffset=-3.0cm
\hoffset=-2.6cm
\textwidth=17.5cm
\textheight=24cm

\renewcommand{\not}{\neg}
\renewcommand{\and}{\wedge}
\renewcommand{\or}{\vee}
\newcommand{\impl}{\Rightarrow}
\newcommand{\lequiv}{\Leftrightarrow} %equivalence as logical connective
\newcommand{\all}{\forall}
\newcommand{\exi}{\exists}
\newcommand{\elc}{\models}  % semantic logical consequence
\newcommand{\ylc}{\vdash}  % syntactic logical consequence
%\equiv is already defined for === semantic equivalence
\newcommand{\union}{\cup}
\newcommand{\intersect}{\cap}
\newcommand{\true}{{\mathbb{T}}}
\newcommand{\false}{{\mathbb{F}}}


\pagestyle{empty}

\begin{document}

{\bf Logic 1, WS 2008.
Homework 5, given Nov 27, due Dec 4.}

\bigskip

\noindent
1.
Prove the reversibility of the rules $\and\ylc,\ \not\ylc,\ \ylc\not.$

\bigskip

\noindent
2.
Find rules for $\or\ylc,\ \ylc\or$ and prove their reversibility.

\bigskip

\noindent
3.
Show how to eliminate $\or\ylc$ by reducing it to rules from the ``small'' calculus.

\bigskip

\noindent
4.
Find by elimination the rules for {\em modus tollens} and for {\em unit resolution} and investigate which formula can be deleted.

\end{document}
