CSC 240

Theory of Computation

Lab 02 - Proof Problems 1

In this assignment, you will write formal proofs to prove several theorems. You'll write your proofs in LaTeX format, using this template

Notes:

\begin{equation}
\label{frac}
\frac{3}{4} = \frac{6}{8}
\end{equation}

Installing Latex Software

In order to write proofs in LaTeX format, you'll need a LaTeX distribution. It's also recommended that you install a Latex editor.

You're welcome to use any LaTeX editor and compiler you wish, but I recommend you use the following:

Mac

Make sure you follow these instructions in order. Installing the editor before installing the LaTeX distribution can cause problems.

  1. Install the MacTeX distribution. (Note that this is a very large download).

  2. Install TexMaker.

  3. Once you have the software installed correctly, rendering the template should give you this pdf.

  4. Open the template and begin filling in the details of each proof.

Windows

Make sure you follow these instructions in order. Installing the editor before installing the LaTeX distribution can cause problems.

  1. Install the MikTeX distribution.

  2. Install TexMaker.

  3. Once you have the software installed correctly, rendering the template should give you this pdf.

  4. Open the template and begin filling in the details of each proof.

Linux

Make sure you follow these instructions in order. Installing the editor before installing the LaTeX distribution can cause problems.

  1. Use your linux distribution's package manager to install a LaTeX distribution.

  2. Install TexMaker.

  3. Once you have the software installed correctly, rendering the template should give you this pdf.

  4. Open the template and begin filling in the details of each proof.

Submission

To submit your assignment, render your LaTex file into a .pdf. Then, put the .tex and .pdf files into a .zip file and upload that zip file to mySVU.