Intro to Abstract Algebra // Flashcards

1
Q

Binary operation

A

A binary operation on a set S is a rule which for every two elements of S gives another element of S

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

Commutative

A

A binary operation ◦ is commutative on S if a ◦ b = b ◦ a for all a, b ∈ S

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

Associative

A

A binary operation ◦ is associative on S if (a ◦ b) ◦ c = a ◦ (b ◦ c) for all a, b, c ∈ S

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

9 axioms of the real numbers

A

Addition:
- is commutative
- is associative
- has an additive identity element (0)
- each a ∈ ℝ has an additive inverse, -a
Multiplication:
- is commutative
- is associative
- has a multiplicative identity element (1)
- each a ∈ ℝ/{0} has a multiplicative inverse, 1/a
The ninth is that multiplication distributes over addition

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

Composition

A

If U, V, W are three sets, and f,g are functions such that f: U → V, g: V → W, then we define the composition g ◦ f: U → W by the rule (g ◦ f)(x) = g(f(x))

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

Group (G, ◦)

A

A group is a pair (G, ◦) where G is a set and ◦ is a binary operation on G, such that the following hold:
(i) (closure) for all a, b ∈ G, a ◦ b ∈ G;
(ii) (associativity) for all a, b, c ∈ G,
a ◦ (b ◦ c) = (a ◦ b) ◦ c;
(iii) (existence of an identity element) there is an element e ∈ G such that for all a ∈ G,
a ◦ e = e ◦ a = a;
(iv) (existence of inverses) for every a ∈ G, there is an element b ∈ G such that
a ◦ b = b ◦ a = e.

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

Abelian group

A

A group (G, ◦) is abelian if, in addition to the first four properties, it is also commutative

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

Order of an element

A

The order of an element a in a group G is the smallest positive integer n such that a^n = 1. If there is no such positive integer n, we say a has infinite order

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

Order of a group

A

The order of a group G is the number of elements that G has, denoted by |G| or #G

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

Subgroup H of G

A

Let (G, ◦) be a group. Let H be a subset G, then if (H, ◦) is also a group, H is a subgroup of G

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

Lagrange’s theorem v1

A

Let G be a finite group, and let g be an element of G. Then the order of g divides the order of G

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

Lagrange’s theorem v2

A

Let G be a finite group, and H a subgroup of G. Then the order of H divides the order of G

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

Cyclic subgroup ⟨g⟩

A

The subgroup ⟨g⟩ = {g^n : g ∈ ℤ} is called the cyclic subgroup generated by g

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

Isomorphism

A

Let (G, ◦) and (H, ⁕) be groups. We say that the function φ: G → H is an isomorphism if it is a bijection and it satisfies φ(g1 ◦ g2) = φ(g1) ⁕ φ(g2) for all g1, g2 in G. (G and H are isomorphic)

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

Left coset of H in G

A

Let G be a group and H a subgroup. Let g ∈ G. We call the set gH = {gh : h ∈ H} a left coset of H in G

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

Right coset of H in G

A

Let G be a group and H a subgroup. Let g ∈ G. We call the set Hg = {hg : h ∈ H} a right coset of H in G

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

Index of H in G

A

Let G be a group and H a subgroup. The index of H in G is the number of left closets of H in G, denoted by [G : H]

18
Q

Lagrange’s theorem v3

A

Let G be a finite group and H a subgroup. Then |G| = [G : H] * |H|

19
Q

Congruent modulo H

A

Let (G, +) be an abelian group, where the binary operation is addition, and let H be a subgroup. Let a, b ∈ G. a, b are congruent modulo H if a - b ∈ H, written a ≡ b (mod H)

20
Q

Congruence class

A

Let (G, +) be an additive abelian group and H a subgroup. Let a ∈ G. We shall denote by ā the congruence class of a modulo H, defined by ā = {b ∈ G : b ≡ a (mod H)}

21
Q

Injective

A

f is injective if whenever a1, a2 ∈ A, a1 ≠ a2 then f(a1) ≠ f(a2)

22
Q

Surjective

A

f: A → B is surjective if for every b ∈ B, there is some element a ∈ A such that f(a) = b

23
Q

Pigeonhole principle

A

Let A be a finite set and let f be a function from A to A. Then f is injective ⇔ f is surjective

24
Q

Identify map on A

A

The identity map on a set A is the map idA : A → A satisfying idA(x) = x for all x ∈ A

25
Q

Invertible

A

Let f : A → A be a function on A. We say that f is invertible if there exists a function g : A → A such that f ◦ g = g ◦ f = idA. We call g the inverse of f and denote it f^-1

26
Q

n-th symmetric group

A

The group Sym({1,2,…,n}), denoted Sn

27
Q

Ring (9 properties)

A

A ring is a triple (R, +, •) where R is a set and +, • are binary operations on R such that the following properties hold:
1-5 (R, +) is an abelian group
6-8 R is closed under •, contains a multiplicative identity (1 ≠ 0) and • is associative
9 multiplication distributes over addition

28
Q

Subring

A

Let (R, +, •) be a ring. Let S ⊂ R and (S, +, •) be a ring - then we say S is a subring of R

29
Q

Unit u ∈ R

A

Let R be a ring, then an element u is called a unit if there is some element v ∈ R such that uv = vu = 1

30
Q

Unit group of R

A

Let R be a ring. The unit group of R is the set R* = {a ∈ R : a is a unit in R}

31
Q

Field

A

A field (F, +, •) is a commutative ring such that every non-zero element is a unit

32
Q

Euler’s φ-function

A

Let m ∈ ℤ. Euler’s φ-function φ(m) is the order of the unit group (ℤ / mℤ)*

33
Q

Criterion for subring

A
A subset S of R is a subring iff it satisfies for a,b ∈ S
a) 0,1 ∈ S
b) a + b ∈ S
c) -a ∈ S
d) ab ∈ S
Note ℤ, ℚ, ℝ and ℂ are all rings
34
Q

SL₂(ℝ)

A

SL₂(ℝ) = {2x2 matrices with real entries and determinant = 1}

35
Q

Quotient group (G/H, +)

A

Let (G,+) be an additive abelian group and H a subgroup. Then (G/H, +) is the set of congruence classes, ie G/H = {ā : a ∈ G}, and addition defined by (class of a) + (class of b) = (class of a+b)

36
Q

Sym(A)

A

The set of bijections from A to itself - (Sym(A), ◦) is a group with idA as its identity element

37
Q

n-th alternating group

A

An = {σ ∈ Sn : σ is even}

38
Q

GL₂(ℝ)

A

GL₂(ℝ) = {2x2 matrices with real entries and non-zero determinant}

39
Q

S_r group

A

S_r = {α ∈ ℂ : |α| = r}

40
Q

SO₂(ℝ)

A

Set of matrices in form
(cos(θ) -sin(θ)
sin(θ) cos(θ))
where θ ∈ ℝ