Exam 1 Flashcards

1
Q

What is the Division Algorithm?

A

Let a and b be integers with b > 0. Then there exists unique integers q and r with the property that a = bq + r, where 0 <= r < b.

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

gcd

A

For any non zero integers a and b, there exists integers s and t such that gcd(a,b) = as + bt. Moreover, gcd(a,b) is the smallest positive integer of the for as + bt.

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

lcm

A

The least common multiple of two nonzero integers a and b is the smallest positive integer that is multiple of both a and b.

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

a mod n

A

Given two positive integers a and n, mod n is the remainder of the Euclidean division of a by n, where a is the dividend and n is the divisor.

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

group

A

Let G be a nonempty set and let * be a binary operation on G. We say (G, *) is a group whenever the following properties hold:
1. For all a, b in G, a * b in G. Thus, G is closed under the binary operation, *.
2. For all a, b, c in G, (a * b) * c = a * (b * c). Thus, * is associative.
3. There exists e in G, such that for all a in G, a * e = a and e * a = a. Thus, we have an identity element e.
4. For all a in G, there exists b in G, such that a * b = e and b * a = e. Thus, each element in G has an inverse, which is usually denoted as a^-1 instead of b.

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

abelian

A

A group (G, *) is abelian whenever for all a, b in G, a * b = b * a. (Commutativity)

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

associativity vs commutativity

A

Commutative property: The order of numbers in an operation can be changed without changing the result.

Associative property: The grouping of numbers in an operation can be changed without changing the result.

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

Z_n

A

Z_n = {0, 1, 2,…, n-1}

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

U(n)

A

U(n) = {a \in \mathbb{N} | 1 <= a <= n-1, gcd(a,n)=1}

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

GL(n, \mathbb{R})

A

GL(n, \mathbb{R}) is the set of all 2 x 2 matrices with real number entries, such that det(a) =/= 0. This is a group under matrix multiplication.

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

D_n

A

A dihedral group is a group of symmetries of a regular polygon with n sides, where n is a positive integer. The dihedral group of order 2n, denoted by D_n, is the group of all possible rotations and reflections of the regular polygons.

n rotations: R_(360/n)
n reflections

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

group properties

A

In order for a set to be a group, then it must fulfill the following requirements.

  1. Closed under the specified binary operation, for all a, b in G, then a * b in G.
  2. Closed under associativity, (a * b) * c = a * (b * c)
  3. If the group has an identity element, then it is guaranteed that every element in the set has an inverse
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

order

A

The order of a group G, denoted |G|, is the number of elements in G.

Let G be a group, and let a \in G. The order of a is the smallest positive integer n, such that a^n=e. If no such n exists, we say the order of a is infinite.

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

subgroups

A

Let (G, *) be a group and let H be a nonempty set of G. We say H is a subgroup of G whenever (H, *) is also a group.

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

Subgroup Test (One-Step)

A

Let G be a group and H a nonempty subset of G. If ab^-1 is in H whenever a and b are in H, then H is a subgroup of G. (In additive notation, if a-b is in H whenever a and b are in H, then H is a subgroup of G.)

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

Subgroup Test (Two-Step)

A

Let G be a group and let H be a nonempty subset of G. If ab is in H whenever a and b are in H (H is closed under the operation), and a^-1 is in H whenever a is in H (H is closed under taking inverses), then H is a subgroup of H.

  1. If a,b in H, then a*b in H.
  2. If a in H, then a^-1 in H.
17
Q

<a></a>

A

Let G be a group, and let a be any element of G, Then <a> is a subgroup of G.</a>

18
Q

center Z(G)

A

The center, Z(G), of a group G is the subset of elements in G that commute with every element of G. In symbols,

Z(G) = {a in G | ax=xa for all x in G}

19
Q

cyclic groups

A

A group G is called cyclic if there is an element a in G such that G={a^n | n in Z}. Such an element a is called a generator of G.

20
Q

generators

A

Group G is cyclic if there exists a in G, such that the cyclic subgroup generated by a, <a>, equals all of G. That is, G={na | n in Z}, in which case a is called a generator of G.</a>

21
Q

Fundamental Theorem of Cyclic Groups

A
  1. Every subgroup of a cyclic group is cyclic.
  2. Suppose G is cyclic with |G| = n, and G = <a>. Then for each positive divisor k of n, there is exactly one subgroup of order k, namely <a^(n/k)>. Moreover, these are all subgroups of G.</a>
22
Q

Theorem 4.1: Criterion for a^i = a^j

A

Let G be a group, and let a belong to G. If a has infinite order, then a^i = a^j iff i = j. If a has infinite order, say n, then <a> = {e, a, a^2,…, a^(n-1)} and a^i = a^j iff n divides i-j.</a>

23
Q

Corollary 1: |a| = |<a>|</a>

A

For any group element a, |a|=|<a>|.</a>

24
Q

Corollary 2: a^k = e iff |a| divides k

A

For any group element a, a^k = e iff |a| divides k.

25
Q

Corollary 3: a^k = e iff k is a multiple of |a|

A

For any group element a, a^k = e iff k is a multiple of |a|.

26
Q

Theorem 4.2: <a^k> = <a^(gcd(n,k)> and |a^k| = n/(gcd(n,k))

A

Let a be an element of order n in a group and let k be a positive integer. Then <a^k> = <a^(gcd(n,k)> and |a^k|=n/(gcd(n,k)).

27
Q

Corollary 1: Orders of elements in finite cyclic groups

A

In a finite cyclic group, the order of an element divides the order of the group.

28
Q

Corollary Subgroups of Z_n

A

For each positive divisor k of n, the set <n/k> is the unique subgroup of Z_n of order k; moreover, these are the only subgroups of Z_n.

29
Q

permutation

A

A permutation of a set A is a function from A to A that is both one-to-one and onto. A permutation group of a set A is a set of permutations of A that forms a group under function composition.

30
Q

even, odd permutations

A

A permutation that can be expressed as a product of an even number of 2-cycles is called an even permutation. A permutation that can be expressed as a product of an odd number of 2-cycles is called an odd permutation.

31
Q

Symmetric group, S_n

A

Let A={1, 2 ,3,…, n}. Let G be the set of permutations on A. Then G is a group under function compositive, called the symmetric group on A. We denote this group as S_n.

32
Q

A_n

A

The group of even permutations of n symbols is denoted by A_n and is called the alternating group of degree n.

For n > 1, A_n has order n!/2.