1) Groups and Symmetry Flashcards

1
Q

What is a binary operation

A

A binary operation on a set G is a function ∗ : G x G ⇥ G

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

What does it mean to be associative

A

A binary operation ∗ on a set G is said to be associative if, for any three elements a, b, and c in
G, (a∗b)∗c=a∗(b∗c)

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

What is the identity and inverse of a set

A

Let G be a set with binary operation ∗
An element e ∈ G is said to be an identity element with respect to ∗ if for all a , we have a ∗ e = a and e ∗ a = a.
a ∈ G has inverse a0 ∈ G if a ∗ a0 = e and a0 ∗ a = e.

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

How many identity elements can there be for a set equipped with a binary operation

A

At most one

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

In the context of associative operations, what is guaranteed about the inverses of elements

A

For associative operations, each element has at most one inverse

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

What is a group

A

A group is a pair (G, ∗), where -
* G is a non-empty set;
* ∗: G x G ⇥ G is an associative binary operation
* There exists an identity element e ∈ G
* Each g ∈ G has an inverse g’ ∈ G

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

What are the key examples of groups

A
  • Integers under addition
  • Symmetric Groups under composition
  • Isometries under compositon
  • Invertiable matrices under matrix multiplication
  • Vector Space under addition
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a subgroup

A

We say that (H, ∗) is a subgroup of (G, ∗), if -
* For all g, h ∈ H we have g ∗ h ∈ H
* (H, ∗) is a group

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

What is an abelian group

A

A group those pairs of elements are commutative,
∀g, h ∈ G we have g ∗ h = h ∗ g

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

What do we know about the multiplication table of abelian groups

A

The table will be equal to its transpose

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

What is an isomorphism

A

An isomorphism between two groups,
(G,∗) and(H,∘), is defined by a bijective function ϕ:G→H such that ∀ a,b ∈ G, ϕ(a∗b)=ϕ(a)∘ϕ(b)

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

How do we denote two groups are isomorphic

A

G ≅ H

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

What are the properties of groups

A
  1. The identity element is its own inverse, that is, e^-1 = e
  2. For all g ∈ G, we have (g^-1)^-1 = g
  3. For all g, h ∈ G, we have (gh)^-1 = h^-1g^-1
  4. (Left cancellation) For all a, b, c ∈ G, if ab = ac then b = c
  5. (Right cancellation) For all a, b, c ∈ G, if ba = ca then b = c
How well did you know this?
1
Not at all
2
3
4
5
Perfectly