0% found this document useful (0 votes)
124 views3 pages

Abstract Algebra Exam Review Guide

1) The greatest common divisor (GCD) of two integers a and b is the largest positive integer that divides both a and b. The Euclidean algorithm can be used to find the GCD by taking the smallest positive integer that can be expressed as a linear combination of a and b with integer coefficients. 2) A ring is a set with two binary operations, addition and multiplication, satisfying certain properties. A field is a ring where every non-zero element has a multiplicative inverse. The complex numbers form a field where arithmetic is done on complex numbers represented as a + bi, where a and b are real numbers and i^2 = -1. 3) The division algorithm and factor theorems relate

Uploaded by

Gene's
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
124 views3 pages

Abstract Algebra Exam Review Guide

1) The greatest common divisor (GCD) of two integers a and b is the largest positive integer that divides both a and b. The Euclidean algorithm can be used to find the GCD by taking the smallest positive integer that can be expressed as a linear combination of a and b with integer coefficients. 2) A ring is a set with two binary operations, addition and multiplication, satisfying certain properties. A field is a ring where every non-zero element has a multiplicative inverse. The complex numbers form a field where arithmetic is done on complex numbers represented as a + bi, where a and b are real numbers and i^2 = -1. 3) The division algorithm and factor theorems relate

Uploaded by

Gene's
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Well ordered set A set where every non empty subset has a smallest element- guarantees

that there exists a smallest number in any nonempty set of natural numbers

Proof by induction Let P(n) be a statement about the natural numbers n.


If the following two conditions hold, then P(n) is true for all n e N.
1) P(K) is true.
2) If P(K) is true then P(K + 1) is true.

Fibonacci numbers Fn + Fn+1 = Fn+2

Definition of divides Let a and b be 2 nonzero integers. we say b divides a and write b|a if there
is an integer q such that a=bq

a|c If a|b and b|c then...

a | (bm +cn) if a|b and a|c then...

Division algorithm Suppose a and b have integers with b>0 . There exists a unique pair of
integers q and r such that
1) a = bq+ r
2) o <= r < b

Greatest Common Divisor Let a and b be integers, not both 0. The __________ of a and b is
the largest positive integer d such that d | a and d | b. d= gcd (a,b).

Euclidean Algorithm Let a and b be integers not both 0. Then (a,b) is the smallest positive
integer, d, that can be expressed as ax + by =d, where x and y are integers.

|a| Let a e Z, and a is non zero. (a,o) =

a | c. If (a, b) = 1 and a | bc, then...

relatively prime We say a and b are ____________ if (a,b) = 1.

1 = ( a/d, b/d) If d = (a, b) then...

(a, b +ka) For any k e Z, (a,b) =

(b, r) If a = bq +r, then (a,b) =

Least Common Multiple Given two integers, not both 0, the _________ is the smallest
positive integer that is a multiple of both given integers. [a,b]

(a,b) | c. ax + by = c has a solution in Z if and only if .....


(x0 + b/dt, y0 - a/d t) Suppose (a,b) | c and (x0, y0) is a solution in Z to ax + by = c. Then all the
solutions are of the form _________________ where t e Z and d = (a,b).

Linear Diophantine equations (x0 + b/dt, y0 - a/d t)

Prime NumberAn integer n > 1, such that its only positive divisors are 1 and n.

p | a and p | b. P is a prime if and only if wherever p | ab....

Euler phi function phi (n) is equal to the number of numbers in { 1, 2, .... n} that are
relatively prime to n.

phi (p^k) = p^k - p^(k-1) Euler phi function if p is prime

m | (a ^phi(m) -1 ) Suppose m > 1 and (a.m) =1. Then...

p | a^p -a. Formats little theorem: suppose p is prime and (a,p) =1. Then....

modulo m; m | (b-a). Let a, b and m be integers with m > 1. We say that a is congruent to b
____________ and write a = b (mod m) if _______________

Equivalence class [x]m is an ________ of x mod m.

principal representative The _______________________ of x mod m is the remainder


upon division of x by m.

(a, m) | b ax = b(mod m) has a solution if and only if.....

[x + m/d] m If [x]m is a solution, so is....

d | b ; a and m are relatively prime. ax = b(mod m) has a solution if and only if _________
where d = (m,a), and ax = 1(mod m) has a solution if and only if _______________.

Ring A ____ is a set R equipped with 2 operations, called + and x, and have properties

A ring with unity A ________ holds an element 1 e R, 1 not being zero, such that 1 times x
= x for all x e R.

Zero divisor Let R be a ring, an element a that is non zero in R is called a ________ if there is
an non zero b in R such that a times b = 0.

Unit a e R is a unit if it has a multiplicative inverse in R. (R= a ring with unity). In Zn, a is a
unit if (a,n) =1.

Integral domain A communitive ring with unity that has no zero divisors. Zn is an integral
domain if and only if n is prime.
Field A ______ is an integral domain in which every non-zero element is a unit. (if with Zn, n
is prime)

Field of Complex numbers C= { x + iy | x,y e R and i^2 = -1}

Fundamental Theorem of Algebra Every polynomial of degree 1 or more with complex co-
efficients has a root in C.

x + i y = | x + iy| (cos theta + i sin theta) Polar Form

root- factor theorem Let F be a field and let p(x) e F[x]. P(lambda) = o if and only if (x -
lambda) is a factor of p(x).

Division algorithm for polynomials Let g(x), q(x) and r(x) be unique polynomials.
p(x) = q(x)g(x) + r(x).

Common questions

Powered by AI

The equation ax = b (mod m) has solutions if and only if the greatest common divisor of a and m divides b, i.e., gcd(a, m) | b. If this condition is satisfied, and d = gcd(a, m), then there are precisely d solutions, each differing by m/d. The solutions are characterized as x = x0 + k(m/d), where x0 is a particular solution and k is an integer, covering all congruences satisfying the equation.

For a linear Diophantine equation ax + by = c to have integer solutions, the greatest common divisor of a and b must divide c, i.e., (a, b) | c. If this condition is satisfied, the equation has an infinite number of integer solutions that can be expressed in the form (x0 + bt/d, y0 - at/d), where (x0, y0) is a particular solution, d = gcd(a, b), and t is an integer. This solution set encompasses all possible integer solutions to the equation.

A well-ordered set ensures that every non-empty subset has a smallest element, which provides a basis for constructing inductive proofs. Induction can be effectively applied by first proving a base case, ensuring P(n) holds for some initial value, and then proving that if P(k) holds, P(k+1) also holds. This framework is crucial in proofs involving natural numbers, where well-ordering guarantees existence of minimal elements for subsets, facilitating reasoning through induction.

Integral domains, zero divisors, and fields are interlinked through their structural properties in algebra. An integral domain is a commutative ring with a non-zero unity and no zero divisors. Zero divisors are elements in a ring that can nullify the product of non-zero elements, and their absence in integral domains ensures distinct multiplication properties. A field extends integral domains by requiring that every non-zero element has a multiplicative inverse, ensuring complete divisibility and invertibility. Hence, fields are special cases of integral domains with the additional property that transforms every non-zero element into a unit, thereby eliminating any possibility of zero divisors.

Euler's phi function, denoted as φ(n), counts the number of integers up to n that are relatively prime to n. For powers of a prime number, φ(p^k) = p^k - p^(k-1), which reflects the count of integers less than p^k that are not divisible by p. This function is significant in number theory as it plays key roles in the distribution of primes, modular arithmetic, and in the proof of results like Fermat's Little Theorem, where φ helps in determining the periodicity and properties of powers in modular systems.

The Euclidean algorithm determines the greatest common divisor (GCD) by iteratively applying the division algorithm, where for integers a and b, a is expressed as bq + r with 0 ≤ r < b. It then replaces a with b and b with r, repeating the process until r equals zero. The last non-zero remainder is the GCD. Its effectiveness stems from reducing the problem to progressively smaller pairs while maintaining their GCD, leveraging the division's remainder property to converge on the solution.

The division algorithm for polynomials states that given a polynomial p(x) and a non-zero polynomial g(x), there exist unique polynomials q(x) (the quotient) and r(x) (the remainder) such that p(x) = q(x)g(x) + r(x), with the degree of r(x) less than g(x). This algorithm guarantees uniqueness because any other pair of quotient and remainder polynomials that satisfied the division condition would lead to a contradiction in polynomial degree, thereby ensuring that q(x) and r(x) are distinct.

A zero divisor in a ring is a non-zero element that, when multiplied by another non-zero element, results in zero. Zero divisors might be encountered in rings that are not integral domains, as integral domains are defined as commutative rings with unity that have no zero divisors. This distinction implies that in fields, which are a special type of integral domain where every non-zero element is a unit, zero divisors do not exist.

In ring theory, a unit is an element that has a multiplicative inverse within the ring. This concept relates directly to fields, where every non-zero element must be a unit for the structure to be considered a field. Specifically, a ring becomes a field when it is also an integral domain and every non-zero element has an inverse. Thus, in the ring Zn, every non-zero element is a unit when n is prime, reflecting the field's requirement for universal invertibility of its elements.

The root-factor theorem states that a polynomial p(x) has a root λ if and only if (x - λ) is a factor of p(x). This theorem is integrally connected to the Fundamental Theorem of Algebra, which states that every non-constant polynomial with complex coefficients has at least one complex root. The root-factor theorem allows the decomposition of a polynomial into linear factors corresponding to its roots, supporting the Fundamental Theorem by providing structural insights into polynomial roots and factors.

You might also like