Chapter 3 definitions Flashcards
a is congruent to b modulo n
Let a,b∈ℤ and n∈ℕ. We write a≡bmodn and say a is congruent to b modulo n if n|(a-b)
Complete Set of Residues
Let n∈ℕ. The a complete set of residues (CSR) modulo n is a subset S⊆ℤ with the property that every Integer is congruent modulo n to exactly one element of S.
polynomial modulo n
let f(X) g(X) be polynomials with integer coefficients and let n∈ℕ. We say that f(X) is congruent to g(X) if for each i≥0 the coefficients of xᶦ if f(X) are congruent modulo n to the coefficiant of xᶦ in g(X).
degree of f(X) modulo n
Suppose that n∈ℕ and that f(X) is a polynomial with integer coefficients. The degree modulo n of f(X) is the largest d such that the coefficient of Xᵈ is not congruent to 0 modulo n. If all the coefficients are congruent to 0 modulo n then we define the degree to be -∞
order of a modulo p
Let p be prime and a∈ℤ with a≢0modp then the order of a mod p is the smallest natural number d∈ℕ s.t. aᵈ≡1modp
primitive rot modulo p
suppose that p is prime. A primitive root modulo p is an integer ω with order p-1 modulo p.