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 , or find the value of , or plot the points at and of . 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:
- Axioms are fundamental truths that we as mathematicians agree upon; for example, that a set is a collection of things, or that a line can be drawn between any two points. We use them to build theorems.
- Theorems are statements that we prove using axioms, and using those theorems we can prove other theorems.
- Definitions are certain mathematical concepts that we associate with a word or a phrase. For example, we say that a number is even if it can be written as two times another number.
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:
- We say an integer is even if there exists an integer such that .
(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 and are even numbers, then is even.
Proof. Let and 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 and for some integers and .
(Since and are even, we can use our definitions to rewrite the statement that and are even into actual equations, which we can manipulate.)
Adding and together, we see that
We know that the sum of two integers is an integer, so 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 , by definition, we conclude that is even.
(Notice, we have an integer is equal to two times another integer . By our definitions, this is exactly what it means for an integer to be even! Thus, we can say that 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:
- We say is even if such that .
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