1. Abstract algebra is the study of algebraic structures (groups, rings, fields, etc). Most of this study is done at a fairly general level, and its development marks a significant shift from how mathematics had been done before, where the emphasis was on particular structures (say, the set of reals, or triangles in Euclidean plane) and their properties. We follow the textbook in that our approach will be with the goal of solving the question of which polynomial equations (with integer) coefficients can be solved (by radicals). Concepts will be introduced with this goal in mind, and we will begin by looking at fields (mainly number fields) and move to groups, rather than the other way around, as it is customary.
The study of equations has always been an integral part of algebra, and it certainly guided its origins. The book starts with a nice short history, here is the pdf on this subject I used in lecture. It ends with a short list of names of (mostly) mathematicians that intends to illustrate the historical development of the idea of mathematical induction. Following the book, we introduce induction in the form of the well-ordering principle.
2. Notation. is the set of natural numbers.
is the set of positive integers.
is the set of integers (or whole numbers).
The well-ordering principle. Every nonempty set of natural numbers has a least element.
This should be understood as an axiomatic property of the natural numbers.
Our first application is in proving the following result, (what one usually calls the division algorithm).
Theorem. Given integers
with
, there are integers
such that
and
.
Proof. Consider the set of natural numbers that can be written in the form
for some integer
. (So, as
varies, the numbers
belong to
or not depending on whether they are nonnegative.)
This set is nonempty (this can be proved by analyzing two cases, depending on whether or not; in each case, we can explicitly exhibit an element of
). By the well-ordering principle,
has a least element. Call it
.
Since , there is some integer
such that
; fix such
and
in what follows. It remains to show that
. That
follows from the fact that
, and all the elements of
are nonnegative.
That is proved by contradiction: Otherwise,
, and
, so
where
. It follows that
, but this is impossible, since
, and
is the least element of
. This is a contradiction. It follows that it is not the case that
, so
, as wanted.