modulo moment Flashcards

1
Q

congruent modulo n:

A

a and b are congruent modulo n (a==b mod n) if n divides a-b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

modulo equivalence classes:

A

[r], where 0<=r<=n-1 are the remainders of some integer n, set of all these remainders is Zn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

unit:

A

an element [a] in Zn is a unit if there exists [b] such that [a][b]=[b][a]=[1], so [a] has a multiplicative inverse, Un is the set of all units in Zn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

units and gcds:

A

[a] is a unit in Zn iff gcd(a,n)=1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Un the group:

A

abelian under multiplication modulo n w/ identity element [1]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

wilson’s theorem:

A

a positive integer p is prime iff (p-1)!== -1 mod p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

euler’s function:

A

ϕ(n) is the no. of positive integers a <= n w/ gcd(a,n)=1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ϕ(p^m):

A

(p-1)p^(m-1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ϕ(mn):

A

ϕ(m)ϕ(n) when m,n coprime

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ϕ(n), n w/ prime factorisation p1^m1…pk^mk:

A

ϕ(n)=ϕ(p1^m1)…ϕ(pk^mk)=p1^(m1-1)(p1-1)…pk^(mk-1)(pk-1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

(d|n)Σϕ(d):

A

n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

euler’s theorem:

A

a,n positive integers w/ gcd(a,n)=1, then a^(ϕ(n))==1 mod n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

fermat’s little theorem:

A

p prime, a an integer not divisible by p, a^(p-1)==1 mod p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly