SithsNGiggles
- 183
- 0
This is taken from "Passage to Abstract Mathematics," Watkins and Meyer.
"Theorem 2.3.9 (Division Algorithm) If a \in\mathbb{Z} and b\in\mathbb{N}, then there exist q,r \in\mathbb{Z} such that a = qb+r and 0 \leq r < b.
Furthermore, for each b\in\mathbb{N}, this representation of a is unique.
Proof.
(The rest of the proof concerns the uniqueness of the representation, which I understand somewhat.)
I was hoping someone could help explain the red text. My main questions are
I think once these questions are addressed I'll be better equipped in understanding the proof overall. Thanks!
"Theorem 2.3.9 (Division Algorithm) If a \in\mathbb{Z} and b\in\mathbb{N}, then there exist q,r \in\mathbb{Z} such that a = qb+r and 0 \leq r < b.
Furthermore, for each b\in\mathbb{N}, this representation of a is unique.
Proof.
Let a\in\mathbb{Z} and b\in\mathbb{N} be given, and let S = \{ a + xb : x\in\mathbb{Z} \wedge a+xb\geq 0 \}.
Note that there is an element in S. (If a\geq 0, pick x=0, so that a\in S; if a<0, pick x=-a, so that a-ab = a(1-b) \in S.) Thus, by the Well Ordering Principle, S has a least element, which we denote by r. Since r \in S, r=a-qb for some q\in\mathbb{Z}. By definition, r \geq 0.
Suppose that r \geq b. Then,
a - (q+1)b = a - qb - b = r - b \geq 0,
and a-(q+1)b = r-b<r, since b>0. This gives an element r-b\in S which is strictly less than r, contradicting the minimality of r. Thus r<b. This yields the representation a=qb+r with 0\leq r < b..."
Note that there is an element in S. (If a\geq 0, pick x=0, so that a\in S; if a<0, pick x=-a, so that a-ab = a(1-b) \in S.) Thus, by the Well Ordering Principle, S has a least element, which we denote by r. Since r \in S, r=a-qb for some q\in\mathbb{Z}. By definition, r \geq 0.
Suppose that r \geq b. Then,
a - (q+1)b = a - qb - b = r - b \geq 0,
and a-(q+1)b = r-b<r, since b>0. This gives an element r-b\in S which is strictly less than r, contradicting the minimality of r. Thus r<b. This yields the representation a=qb+r with 0\leq r < b..."
(The rest of the proof concerns the uniqueness of the representation, which I understand somewhat.)
I was hoping someone could help explain the red text. My main questions are
- What is the advantage to using the set S? Or, in other words, why is this set used?
- What is the "Note that ... (If a\leq 0...)" saying? I don't really see what's going on here.
- How do we know that r=a-qb?
I think once these questions are addressed I'll be better equipped in understanding the proof overall. Thanks!