Number theory, groups and finite fields Flashcards
How can we denote that a divides b?
a|b
ak = b
What is trivial division?
Testing for prime numbers by checking for factors up to the square root of the number being tested.
Properties of factors
1.
If a|b and a|c
then
a| (b + c)
2.
If p is prime and p divides ab, then p divides a or p divides b
What is Euclidean division?
a = bq + r
What are some properties of modular arithmetic?
Given a≡b (mod n) and c ≡ d (mod n):
1: a + c ≡ b + d (mod n)
2: ac ≡ bd (mod n)
3: ka ≡ kb (mod n)
How do we denote the complete set of residues?
Z_n = {0, 1, 2, …, n - 1}
A set is a complete set of residues mod n, if for every integer a, a ≡r_i (mod n) for exactly one r_1 in the set
What does a mod n denote?
The remainder after dividing a by n
Define a group
A group is a set G with a binary operation, *
A group satisfies the following conditions:
Closure
Identity
Inverse
Associative
What is the Closure property of groups?
a * b is an element of G for all
a, b element in G
(* is the operation, this can be multiplication, addition, etc.)
What is the identity property of groups?
There exist an element 1 so that a1 = 1a = a for all a in G
What is the inverse property of groups?
For all a element in G, a b exist so that:
a*b = 1, for all a in G
What is the associative property of groups?
For all a,b,c in G:
(ab)c = a(bc)
What are commutative groups?
Also satisfy the commutative property:
For all a,b in G
ab=ba
What does |G| mean?
Number of elements in a group
What does g^k mean?
Denotes repeated application of the group operation.
For example g³ = ggg