Section 1.2 Review of Previous Ideas
ΒΆSubsection 1.2.1 Well-Ordering
ΒΆThe first principle is both simple and deep. It is an axiom 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 integers n after a certain point, for instance integers greater than or equal to n=1. This is usually called proof by induction. Usually there are two steps in a typical βsimpleβ induction.First we prove the βbase caseβ (often n=1 or n=0).
Then we prove the βinduction stepβ, that the case n=k implies case n=k+1.
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 n can be written as a product kd=n of two integers k and d, then we say that d divides n, or that n is divisible by d, or that d is a divisor of n. We write dβ£n to denote that d divides n.
Example 1.2.6.
Divisibility is familiar.
For instance, the concept that n is even is just the same thing as 2β£n.
The divisors of 8 are β¦ Β±1,Β±2,Β±4,Β±8. (Don't forget negative divisors.)
Very often we can write this generically, so for example nβ£x+1 means that x+1 can be written as the product of n and some other integer m.
Example 1.2.7.
Show that 4β£5nβ1 for nβ₯0.
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 aβ£b and bβ£c then aβ£c.
If aβ£b then caβ£cb.
If cβ£a and cβ£b then cβ£au+bv for any integers u,v.
If n>0 then all divisors of n are less than or equal to n.