SUNY Geneseo Department of Mathematics

Writing Proofs

Friday, February 12

Math 239 03
Spring 2021
Prof. Doug Baldwin

Return to Course Outline

Previous Lecture

Anything You Want to Talk About?

(No.)

Writing Proofs

Based on “Writing Guidelines for Mathematics Proofs” in section 1.2 of the textbook, and the “Minimalist Introduction to LaTeX.”

Example with LaTeX

There are some generally well-written, up to occasional and inevitable typo-level errors, examples in the discussion. (Even though I know that typo-level errors are “inevitable,” a well-written proof should be proofread, follow conventions of grammar and spelling, etc.)

Let’s try an example that’s not in the discussion, namely proving that the sum of a rational number and an integer is another rational.

We wrote the proof in LaTeX, developing proof ideas alongside talking about the proof-writing rules and LaTeX features we used.

The main idea of the proof is to use the definition of “rational number,” namely a number that can be written as a fraction a/b where a and b are integers and b ≠ 0, to expand out what a rational plus an integer would look like, and then, by putting that sum over a common denominator, show that it is also a ratio of 2 integers with a non-zero denominator.

Both the LaTeX source file that we wrote, and the resulting PDF output file, are available from Canvas.

Some guidelines for writing proofs that this one uses include

Some new (i.e., not in the “Minimalist Introduction to LaTex”) LaTeX features that we used to write the proof include

Problem Set

There’s a new problem set available, about proofs and writing them.

See the handout for details.

Next

“Compound” statements, i.e., statements made by joining simpler ones with “and,” “or,” etc.

Please read section 2.1 in the textbook.

Please also contribute to this discussion of compound statements.

Next Lecture