Standard 0: Writing and Proofs


Good writing, especially of proofs and logical arguments, is important for many reasons. It helps you think through your answer carefully, which can help you fully solve the problem. It also helps us grade solutions efficiently and fairly. We cannot grade you on what you understand, only on what you turn in. Good writing helps those things match up.

All solutions in this class, in order to pass, must meet the below requirements in addition to problem-specific rubrics.

Writing

For written responses, a solution must satisfy the following in order to pass:

Solutions should also follow the following guidelines. Solutions may not pass if they do not:

Proofs

For problems that ask for a proof, a solution must satisfy the following in order to pass:

A solution must also satisfy the following in order to pass:

Using sequences of inequalities

When we need to prove an inequality, it is often useful to have a chain: $A \leq B$, and $B \leq C$, and $C \leq D$, so we conclude $A \leq D$. The chain can also include some equalities as well as less-than-or-equals.

The best way to write such chains is generally as an equation array shown below. If any of the steps need justification, it can be given in the right-hand margin, above the array, or below the array.

Example 1.

Prove that $3n^2 + 2n \leq 5n^3$ for all $n \geq 1$.

Example solution. Using $n \geq 1$, we have:

\begin{align*} 3n^2 + 2n &\leq 3n^2 + 2n^2 \\ &= 5n^2 \\ &\leq 5n^3. \end{align*}


In this example, the sequence of steps was:

This sequence of inequalities allows us to conclude $3n^2 + 2n \leq 5n^3$. No additional justification is needed.