Exam 1 Flashcards

1
Q

Function

A

A function f: S —> T is a subset of SxT with the property that
-for all s in S, there is exactly one t in T such that (s,t) in f.

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

Injective

A

A function f is injective if the following implication is true:
-if s, s’ in S satisfy f(s)=f(s’) then s=s’

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

Surjective

A

The function f is surjective if :

-for all t in T, there is an s in S with f(s)=t

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

Bijective

A

The function f is both injective and surjective

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

Associative operation

A

An operation * on S is a function :SxS —>S.
This operation is associative if for all s1,s2,s3 in S:
(s1
s2)s3=s1(s2*s3)

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

Commutative operation

A

An operation * on S is a function :SxS —>S.
This operation is commutative if for all s1,s2 in S
s1
s2=s2*s1

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

Distributive

A

The operation @ is distributive with respect to * if for all s1, s2, s3,
s1 @ (s2s3)=(s1@s2)(s1@s3) and
(s2s3)@s1=(s2@s1)(s3@s1)

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

Identity element for (S,*)

A

The element e in S is an identity element for * if for all s in S:
es=s=se

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

Inverse element for (S,*) with identity e

A

The element s in S has an inverse with respect to * if there is another element s’ in S, such that
ss’=e=s’s

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

Operation preserving mapping f:S —->T where (S, *) and (T, @) are sets equipped with operations

A

The mapping f:S —>T is operation preserving if for all a,b in S:
f(a*b)=f(a)@f(b)

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

Group

A

A group is a set G equipped with an associated operation * such that,

  • there is an identity element for *
  • every element of G has an inverse with respect to*
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Commutative group

A

A group is commutative if its operation is commutative

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

Symmetric group

A

The symmetric group on a set S is the set of all bijections of S equipped with the operation of composition

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

n-th dihedral group Dn

A

The n-th dihedral group is the set of distance preserving mappings of a regular n-gon

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

n divides m (n,m integers)

A

n divides m if there is an integer k such that m=kn

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

(k=l) mod n

A

This means that l=k divisible by n.

17
Q

k mod n

A

the unique number r in {0,…n-1} such that there is an integer q with
k=qn+r
in other words, k mod n is the remainder left when dividing n by k

18
Q

Addition modulo n

A

We define

k +n l = (k+l) mod n

19
Q

gcd(k,n)

A

The unique positive integer that divides k and n and is divisible by any other integer that divides k and n

20
Q

lcm(k,n)

A

The unique positive number that is divisible by both k and n and divides any other integer that is divisible by both k and m

21
Q

Isomorphism

A

An isomorphism between groups is an operation preserving bijection

22
Q

Kernel of an operation preserving mapping

A

The kernel of an operation preserving mapping f: G —> K is the set
{g in G : f(g)=e}

23
Q

Subgroup (H subset of G)

A

H is a subgroup of G if the operation on G restricts to an operation on H and that operation makes H into a group.

24
Q

Subgroup of G generated by g

A

The subgroup of G generated by g is the intersection of all subgroups of G that contain g.

25
Q

Cyclic (group)

A

The group G is cyclic if it is equal to a subgroup of G generated by some single element of G

26
Q

Order of an element of a group

A

The order of an element of a group is the number of elements of the subgroup generated by that element

27
Q

Center

A

The center of G is the subgroup

Z(G)={a in G : for all g in G, ag=ga}

28
Q

Relation

A

A relation ~ on S is a subset of SxS

29
Q

Equivalence relation

A

An equivlanece relation ~ on S is a subset of SxS such that for all a,b,c in S,

  • a~a
  • if a~b then b~a
  • if a~b and b~c then a~c
30
Q

Equivalence class (~ is an equivalence relation on G)

A
The equivalence class of g in G is the set
[g]={h in G: g ~ h}
31
Q

Right coset of H by g

A

The right coset of H by g is the set

Hg={hg : h in H}