Wledig said:
So K4/(e,a) = {(e,a), (b,c)}. Is that correct? Does the order the elements appear matter?
Those are the correct sets. The order of listing the elements doesn't matter. To polish off your example, you should state the group operation for the quotient group. For example, letting A = {e,a}, B = {b,c} what is multiplication table for the two element group {A,B}. How do we compute results such as A*B or A*A = A^2 ?
andrewkirk said:
The easiest group to use to grasp the notion of a quotient is the set of integers modulo p, as a group under the operation of addition. That group, written ##\mathbb Z_p## can be written as ##\mathbb Z/(p\mathbb Z)##, that is, the quotient of the additive group of integers over the additive group of integers that are multiples of ##p##.
Let's expand on that example. The elementary way to present "addition mod 7" is to say its is an algorithm performed on the integers involving two steps: 1) Add two integers the usual way 2) Take the remainder of the answer when divided by 7. That viewpoint doesn't involve thinking about a new number system called "##\mathbb{Z}/(7\mathbb{Z})##".
Let's think about "addition mod 7" from the viewpoint of quotient groups. From that viewpoint, the notation "6 + 4 = 3 (mod 7)" is not a statement about an algorithm performed on two integers. To emphasize that fact, it's clearer to use notation like ##[6] + [4] = [3]## so "##[6]##" is not confused with the single integer ##6##.
The set [0] = {...-14,-7,0,7,14,21...} is a subgroup of ##\mathbb{Z}## under addition. The coset [6] is formed by adding the single integer 6 to each element of [0]. So [6] = { ...-8,-1,6,13,20,27,...}.
(Incidentally, thinking about modulo 7 arithmetic as a two step algorithm requires knowing how to apply step 2 of the algorithm to negative integers. So a person must remember that -8 = (7)(-2) + 6 and we use the positive remainder 6. If you think about modulo 7 arithmetic in terms of quotient groups, it easier to see that -8 belongs in the set [6].)
The notation [6] + [4] = [3] can be visualized as a statement about sets:
{..-8,-1,6,13,20,27...} + {...,-10, -3 , 4, 11, 18,...} = { ..., -11, -4, 3, 10, 17,...}
However we must define what the "+" means. (It doesn't refer to the union of sets.)
One way to define [6] + [4] is to say it is the set consisting of those integers that result from adding some integer in [6] with some integer in [4].
A different way to define [6] + [4] is to say it is the set formed by adding 6+4=10 to each member of the set [0].
@Wledig, which definition is consistent with the definition of quotient group in your course materials?
The two definitions define the same set, but when we take one as the definition then proving the other describes the same set is a theorem.The definition of a quotient group requires using a
normal subgroup, so it would useful to do an example where you take cosets of subgroup that is not normal and see where things get fouled up. That would make it clear why
normal subgroups are so emphasized in group theory. For any subgroup H of a group G , you can define the left cosets of H. The problem comes when you try to define a group operation on these cosets
in the same manner as you do with a normal subgroup. (For example, if there are 10 cosets of H, you could define a group operation on those 10 sets given complete freedom of how to define such an operation, but you can't necessarily define the group operation in the same manner as specified by the definition of a quotient group.)