Intro to Abstract Algebra // Flashcards
Binary operation
A binary operation on a set S is a rule which for every two elements of S gives another element of S
Commutative
A binary operation ◦ is commutative on S if a ◦ b = b ◦ a for all a, b ∈ S
Associative
A binary operation ◦ is associative on S if (a ◦ b) ◦ c = a ◦ (b ◦ c) for all a, b, c ∈ S
9 axioms of the real numbers
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
Composition
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))
Group (G, ◦)
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.
Abelian group
A group (G, ◦) is abelian if, in addition to the first four properties, it is also commutative
Order of an element
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
Order of a group
The order of a group G is the number of elements that G has, denoted by |G| or #G
Subgroup H of G
Let (G, ◦) be a group. Let H be a subset G, then if (H, ◦) is also a group, H is a subgroup of G
Lagrange’s theorem v1
Let G be a finite group, and let g be an element of G. Then the order of g divides the order of G
Lagrange’s theorem v2
Let G be a finite group, and H a subgroup of G. Then the order of H divides the order of G
Cyclic subgroup ⟨g⟩
The subgroup ⟨g⟩ = {g^n : g ∈ ℤ} is called the cyclic subgroup generated by g
Isomorphism
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)
Left coset of H in G
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
Right coset of H in G
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