Algebra Flashcards
The Division Algorithm
The Division Algorithm states that for any integers a and b (with b>0), there exist unique integers
q (quotient) and r (remainder) such that:
a = bq +r
and
0<=r<b
This pair(q,r) is unique for given a and b
Definition of Divisibility
An integer a divides another integer b if there exists an integer
c such that b=ac. This relationship is often denoted as a∣b.
What integer can 0 divide?
The only integer that 0 divides is 0 itself.
Definition of Greatest Common Divisor (GCD)
The GCD of two integers
a and b is a non-negative integer
r that divides both a and b and is greater than any other common divisor s of a and b.
Divisibility of the GCD
If r is the greatest common divisor (gcd) of integers a and
b, then s divides r
GCD with Zero
For any non-negative integer
a, the greatest common divisor (gcd) of a and 0 is a
GCD Properties with Sign Changes
The greatest common divisor (gcd) is unaffected by the signs of its arguments
i.e. gcd(a,b) = gcd(-a,-b)
Bézout’s Identity
For any integers a and b, there exist integers r and s such that
ar+bs=gcd(a,b)
Euclid’s Algorithm Foundation
For any integers a and b (where b>0), there exist unique integers
q (quotient) and r (remainder,
0≤r<b) such that a=bq+r.
Then gcd(a, b) = gcd(b,r)
Definition of a Prime Number
A prime number is a positive integer n whose positive integer divisor is 1 or itself.
By Bezout, If n divides the product ab of two integers a and b, then n must divide at least one of a or b.
This is used to prove the FTA
Fundamental Theorem of Arithmetic
Every integer can be expressed uniquely as a product of primes raised to their respective powers, often written as:
(−1) ^r∞ ∏ p^rp
- p represents a prime number,
- rp is the non-negative integer exponent of the prime p.
- r∞ is 0 or 1, indicating the sign (1 for negative numbers, 0 for non-negative numbers).
Equivalence Relations
Let R be a relation on S. For an element a in S, the equivalence class [a] includes all elements b in
S that are related to a under
R, denoted as aRb.
If R is an equivalence relation, then
aRb if and only if [a] = [b]
And Equivalence relation is said to be reflexive, symmetric and transitive.
Bijective Correspondence between Equivalence Relations and Partitions
Given a set S, there exists a bijective correspondence between
* the equivalence relations R on S,
* the partitions P (a set of non-overlapping subsets of S) on S.
Equivalence Relation for Congruence Modulo n
For a positive integer n, the relation R on Z (set of all integers) defined by a≡b(modn) forms an equivalence relation if and only if n divides b − a
Definition of Zn
Let Zn denote the set of equivalence classes [a] with respect to (≡, Z).
Since a ≡ b mod n if and only if
[a] = [b], a lot of equivalence classes may be identified
Operations in Zn and Size of Zn
Size of Zn:|Zn| = n
Addition: [a]+[b]=[a+b]
Subtraction: [a]−[b]=[a−b]
Multiplication: [a][b]=[ab]
Division: Not defined
Equivalence Under Operations: If a≡a′ modn and b≡b′ modn, then
[a]+[b]=[a′]+[b′], [a]−[b]=[a′]−[b′] and [a][b]=[a′][b′]
Multiplicative Inverse in Zn
An element [a] in Zn has a multiplicative inverse if there exists integer b such that [a][b]=[1] (equivalent to ab≡1modn).
Multiplicative inverse of [a] is denoted as [a]^−1
Uniqueness of Multiplicative Inverse in Zn
If [a] in Zn has a multiplicative inverse, it is unique.
Given two elements [b] and [c] such that [a][b]=[1] and [a][c]=[1],
By associativity, c=[c][1] simplifies to ([c][a])[b]=[1][b], showing [c]=[b]
Condition for Multiplicative Inverse in Zn
An element [a] of Zn has a multiplicative inverse if and only if
gcd(a,n)=1.
This is verified using Euclid’s algorithm, which finds integers
b and c such that ab+nc=gcd(a,n)=1.
Thus, ab≡1modn, confirming
[a][b]=[1]
Absence of Multiplicative Inverse Zn
An element [a] of Zn lacks a multiplicative inverse if and only if there is a non-zero b such that ab≡0 modn
Group Definition
A group is a set G equipped with an operation ∗ that satisfies the following axioms:
(G0) Closure: For all a,b in G, the result of a∗b is also in G
(G1) Associativity: For all a,b,c in G,
(a∗b)∗c=a∗(b∗c)
(G2) Identity: There exists an element e in G such that
a∗e=e∗a=a for every a in G
(G3) Inverses: For every element
a in G, there exists an element
b in G such that a∗b=b∗a=e, where
e is the identity element
(G4) Commutativity (For abelian groups): For all a,b in G, a∗b=b∗a
When these five conditions hold, we say (G, ∗) (or simply G if the operation ∗ is clear from the
context) is a commutative/abelian group
Basic Properties of a Group (G, * )
Uniqueness of Identity: The identity element of G is unique
Uniqueness of Inverses: Each element a in G has a unique inverse, denoted as
a^−1
Cancellation Law: If a∗b=a∗c, then b=c. Similarly, b∗a=c∗a, then b=c
Inverse of a Product: For any a,b in G, the inverse of their product is (a∗b)^−1=b^−1∗a^−1
Ring Axioms
A ring R is a set equipped with two operations: addition (+) and multiplication (×), which satisfy the following axioms:
Addition Axioms:
R+0: Closure under addition.
R+1: Associativity of addition.
R+2: Existence of additive identity (0).
R+3: Existence of additive inverses.
R+4: Commutativity of addition.
Multiplication Axioms:
Rx0: Closure under multiplication.
Rx1: Associativity of multiplication
Distributive Axioms:
Rx+: Distributivity of multiplication over addition from the left.
R+x: Distributivity of multiplication over addition from the right.
Abelian Group from Ring Axioms
The Addition axioms say that
(G,*) = (R,+) is an additive (abelian group.
Operations in Groups and Rings
In groups and rings, the operations + and × are conventional symbols for the operations that meet specific conditions.
Notation for Multiplication in Algebra
We often write ab instead of a × b
Definition of a Commutative Ring
A ring R is said to be a commutative ring if a × b = b × a holds for all a, b in R
Additive Properties of a Ring
Unique Zero Element: Every ring
R is equipped with a unique zero element that acts as an additive identity; that is, a+0=0+a=a for any a in R.
Unique Additive Inverse: Each element a in R has a unique additive inverse −a such that
a+(−a)=0
Cancellation Law: If a+b=a+c within R, then b=c.
Zero Product Property in a Ring
Let R be a ring. For every element a of R, we have 0a = a0 = 0
When does a Ring have an Identity and what are they
Ring with Identity: A ring R is said to have an identity if there exists an element 1 in R such that for every a in R, a×1=1×a=a
The additive identity 0 and the multiplicative identity
(if exists) do not have to be distinct
Is Zn as a Commutative Ring?
The set Zn, with addition and multiplication modulo n as defined before, is a
commutative ring with identity [1].
Definition of a Unit in a Ring
Let R be a ring with identity element 1. An element a in R is called a unit if there
is an element b in R such that ab = ba = 1. The element b is called the inverse of a.