Section 1.2 Review of Previous Ideas
Subsection 1.2.1 Well-Ordering
The first principle is both simple and deep. It is a deep property of the positive integers, but we give it its usual name.Axiom 1.2.1. Well-Ordering Principle.
Any nonempty set of positive integers has a least/smallest element.
Fact 1.2.2. Consecutive Integers.
There are no integers between 0 and 1.
Proof.
This proof proceeds by contradiction. Assume there are some such integers, and let
This set must then have a least element \(a\text{,}\) and \(0<a<1\text{.}\) If we multiply through by \(a\) (which is positive) then we obtain \(0<a^2<a\text{.}\)
Thus \(a^2\) is another integer such that \(0<a^2<1\text{,}\) so \(a\in S\text{,}\) but we also know that \(a^2<a\text{.}\) So \(a^2\) is an element of \(S\) which is less than the least element of \(S\text{.}\) That is a contradiction, so our original assumption was wrong and there are no such integers (i.e. \(S\) is empty).
Remark 1.2.3.
To review, proofs by contradiction and contrapositive both start by assuming the negation of the conclusion. A proof by contrapositive uses that assumption to prove the negation of the original assumption. A proof by contradiction, on the other hand, leads to some absurdity, but not necessarily just negating the original assumptions. In the proof above of Fact 1.2.2, the contradiction is that you can't have two different smallest elements of a set.
Subsection 1.2.2 Induction
Sometimes we need a way to prove a statement for all integersFirst we prove the βbase caseβ (often
or ).Then we prove the βinduction stepβ, that the case
implies case
Example 1.2.4. Archetype for Induction.
We shall show that
The base case is to check that \(1=\frac{1(1+1)}{2}\text{,}\) which is easy.
The induction step begins with the assumption that
and then proceeds by showing that the formula is still true when \(k\) is replaced with \(k+1\text{.}\) For this proof, to add just one more integer \(k+1\) to the sum means
(which we can see by rewriting the sum). Then we can just plug in the induction assumption to obtain
which is exactly what is required to finish the induction step, namely
Subsection 1.2.3 Divisibility
Definition 1.2.5.
If an integer
Example 1.2.6.
Divisibility is familiar.
For instance, the concept that
is even is just the same thing asThe divisors of
are β¦ (Don't forget negative divisors.)Very often we can write this generically, so for example
means that can be written as the product of and some other integer
We occasionally use the term proper divisor to denote a positive divisor of
Example 1.2.7.
Show that
This proof will proceed by induction. This time the base case will be \(n=0\text{.}\) We'll try to make the steps clear with separate bullets.
Base step: If \(n=0\) the formula says that 4 divides \(5^0-1=1-1=0\text{,}\) which is definitely true.
-
Induction step:
Suppose \(4\mid 5^k-1\text{.}\) Then, by Definition 1.2.5, \(5^k-1=4x\) for some integer \(x\text{.}\)
Hence \(5^k=1+4x\) is a fact we could use later.
Our goal in this step is to show \(4\mid 5^{k+1}-1\text{.}\)
Since we need something true about \(5^{k+1}-1\text{,}\) let's consider \(5^{k+1}\) first. The key observation will be that \(5^{k+1}=5^k\cdot 5\text{.}\)
-
Using the fact we obtained from the induction assumption we can write this as \(5^k\cdot 5=(1+4x)\cdot 5\text{;}\) this means that
\begin{equation*} 5^{k+1}-1=5(1+4x)-1=20x+4. \end{equation*} Certainly \(20x+4\) is divisible by 4.
Thus we have shown that \(4\mid 5^{k+1}-1\text{,}\) so we have finished the induction step, and our proof by induction is complete.
Proposition 1.2.8. Divisibility Facts.
If
and thenIf
thenIf
and then for any integersIf
then all divisors of are less than or equal to