Unit 1. Introduction

If you’re already familiar with proofs and theorems, feel free to skip this unit and move on to the next one. (Note: Still WIP!)

What in the world is a theorem?

If you’ve ever been taught any math in elementary, middle, or high school, the idea you probably have about math is that it’s a lot of numbers and formulas and calculations: Solve for xx, or find the value of sin(π4)\sin(\frac{\pi}{4}), or plot the points at x=1x=1 and x=2x=2 of f(x)=x2f(x) = x^2. While this is indeed math, there’s also so much more to math than raw computation.

Some of the most fundamental ideas of math are axioms, theorems, and definitions. In simple terms:


Our first proof

Let’s use our new tools to prove something! We’ll prove that if you add together two even numbers, the result must be an even number.

First, we’ll write our definition, and we’ll use more rigorous vocabulary:

(If you don’t know, an integer is just a whole number that can be positive or negative. That means no decimal points or fractions.)

Now, we can state our theorem and start our proof. I’ll put comments inside parentheses so you can follow along easier.

Theorem. If mm and nn are even numbers, then x+yx+y is even.

Proof. Let mm and nn be even numbers.

(Since our theorem relies on having two even numbers, we can introduce the two numbers here to use in our proof.)

By definition, we have m=2km=2k and n=2ln=2l for some integers kk and ll.

(Since mm and nn are even, we can use our definitions to rewrite the statement that mm and nn are even into actual equations, which we can manipulate.)

Adding mm and nn together, we see that

m+n=2k+2l=2(k+l).\begin{align*} m + n &= 2k + 2l \tag{substitute definitions} \\ &= 2 (k + l). \tag{distributive property} \end{align*}

We know that the sum of two integers is an integer, so k+lk + l is an integer.

(This is something we just assume to be true when working with integers. We could actually prove this, but that would be a very long theorem.)

Since we have m+n=2(k+l)m + n = 2 (k + l), by definition, we conclude that m+nm + n is even. \square

(Notice, we have an integer m+nm + n is equal to two times another integer k+lk + l. By our definitions, this is exactly what it means for an integer to be even! Thus, we can say that m+nm + n is even, and there’s our proof. The square simply denotes the end of our proof, and it’s commonly known as QED.)


And that’s a (very, very short) intro to theorems and proofs! We’ll be referring to theorems and definitions a lot as we explore groups. The best way to learn to read theorems and proofs is to simply read more of them. I know, this is probably a cop-out answer, but it’s honestly true. You’ll see some of them in these pages on group theory, but if there’s a specific area of math you’re really interested in, like linear algebra, calculus, topology, or something else, honestly, read a textbook on the topic! It’s the best way to self-study math; and don’t worry about buying new textbooks. There’ll always be places to find some for pretty dang cheap ;)

(If that last link isn’t working, try this one or this one)

Also, you may see a lot of mathematical symbols out in the wild. For example, our definition of an even number can be written as:

For a list of common symbols, check out Wikipedia’s glossary of mathematical symbols, namely the basic logic section and the blackboard bold section.


Go back

Options