Notes For Abstract Algebra
Notes For Abstract Algebra
Notes For Abstract Algebra
RPI
Divisor:
is when a number is divisible by another number. When we divide the numbers we get remainder 0. For
example a nonzero integer t is a divisor of the integer s if t is divisible by s. That means there exists an
integer u such that s=tu. We write t|s also known as (“t divides s”).
Division Algorithm:
Let b>0 and a and b be integers. There has to exist integers q and r where r is greater than or equal to 0
and less than b such that a=bq+r. In this case a is the dividend, b is the divisor, q is the quotient and R is
the remainder.
For example: 345/8= 43 remainder 1. Thus by the division algorithm I get 345= 8 * 43 + 1.
In order to write x is not divisible by y, I write: x y ( also known as x does not divide y)
If x is divisible by y, I write: x | y.
An integer is prime if it is greater than 1 and its only divisors are 1 and itself.
Two numbers are relatively prime if the gcd of them equals 1. For example a and b are relatively prime if
gcd(a,b) = 1.
The greatest common divisor (gcd) or greatest common factor (gcf) of two numbers like a and b, is the
greatest number that is divisible by both a and b.
Let a and b as integers, then the gcd(a,b) can be written as as+bt. Moreover gcd(a,b) is the smallest
positive integer of the form as+bt.
By the Euclidean algorithm, I can find the gcd of 662 and 414. First I divide 662 by 414 and I get 1
remainder 248.
248 = 166(1) + 82
166 = 82(2) + 2
I divide 82 by 2 to get:
82 = 2(41) + 0
When we get remainder of 0 our gcd is the second to last remainder before the 0 in this case 2. Thus
gcd(662,414) = 2.
I get:
2 = 166 – 82(2)
82 = 248- 166(1)
Thus: