Find Left Cosets of Subgroup in $\mathbb{Z}_{15}, D_4$

  • Context: MHB 
  • Thread starter Thread starter NoName3
  • Start date Start date
  • Tags Tags
    Cosets Subgroup
Click For Summary
SUMMARY

This discussion focuses on finding left cosets of subgroups in the groups $\mathbb{Z}_{15}$ and $D_4$. For the subgroup $\left\{ [0], [5], [10] \right\}$ in $\mathbb{Z}_{15}$, the correct number of left cosets is five, each containing three elements, as derived from the additive group operation. In the case of $D_4$, the subgroup $\left\{e, y, y^2, y^3\right\}$ yields two left cosets, confirmed by Lagrange's theorem, which states that the number of left cosets equals the order of the group divided by the order of the subgroup.

PREREQUISITES
  • Understanding of group theory concepts, specifically left cosets.
  • Familiarity with the additive group $\mathbb{Z}_{15}$ and its subgroup structure.
  • Knowledge of the dihedral group $D_4$ and its elements.
  • Application of Lagrange's theorem in group theory.
NEXT STEPS
  • Study the properties of $\mathbb{Z}_n$ and its subgroups, focusing on additive operations.
  • Explore the structure and symmetries of dihedral groups, particularly $D_4$ and $D_6$.
  • Learn about Lagrange's theorem and its implications for subgroup analysis in group theory.
  • Investigate the concept of cosets in other algebraic structures, such as rings and fields.
USEFUL FOR

This discussion is beneficial for students and educators in abstract algebra, particularly those studying group theory, as well as mathematicians interested in subgroup structures and their applications.

NoName3
Messages
24
Reaction score
0
How do I find the left cosets of:

$(a)$ $\left\{ [0], [5], [10] \right\} \le \mathbb{Z}_{15}$ ($\mathbb{Z}_n$ is additive group modulo $n$).

$(b)$ $\left\{e, y, y^2, y^3 \right\} \le D_4$ where $y$ denotes rotation of a square.

The not equal to here denotes subgroup. The trouble I've with the first one is that I'm finding too many left cosets. The definition of left cosets is $\left\{gh: g \in G, h \in H\right\}$. In this case if I let $h = 0$ and vary $g$ through $0$ to $14$ then my set contains fifteen members. Well, that can't right surely? I think there's a theorem that says my subgroup can only have five left cosets (not too sure if that's right).
 
Last edited:
Physics news on Phys.org
NoName said:
How do I find the left cosets of:

$(a)$ $\left\{ [0], [5], [10] \right\} \le \mathbb{Z}_{15}$ ($\mathbb{Z}_n$ is additive group modulo $n$).

$(a)$ $\left\{e, y, y^2, y^3 \right\} \le D_4$ where $y$ denotes rotation of a square.

The not equal to here denotes subgroup. The trouble I've with the first one is that I'm finding too many left cosets. The definition of left cosets is $\left\{gh: g \in G, h \in H\right\}$. In this case if I let $h = 0$ and vary $g$ through $0$ to $14$ then my set contains fifteen members. Well, that can't right surely? I think there's a theorem that says my subgroup can only have five left cosets (not too sure if that's right).
In $(a)$, the group operation in $\mathbb{Z}_n$ is additive, so it is usual to use the notation $g+H$ rather than $gH$ for the cosets. If for example the group is $\mathbb{Z}_{15}$, the subgroup is $H = \left\{ [0], [5], [10] \right\}$ and we take $g$ to be the element $[1]$, then the coset $[1] + H$ consists of the elements $[1]+[0]$, $[1]+[5]$ and $[1]+[10].$ That gives you the coset $\left\{ [1], [6], [11] \right\}.$ If you carry on like that, you will find that there are indeed five cosets (each consisting of three elements).
 
Opalg said:
In $(a)$, the group operation in $\mathbb{Z}_n$ is additive, so it is usual to use the notation $g+H$ rather than $gH$ for the cosets. If for example the group is $\mathbb{Z}_{15}$, the subgroup is $H = \left\{ [0], [5], [10] \right\}$ and we take $g$ to be the element $[1]$, then the coset $[1] + H$ consists of the elements $[1]+[0]$, $[1]+[5]$ and $[1]+[10].$ That gives you the coset $\left\{ [1], [6], [11] \right\}.$ If you carry on like that, you will find that there are indeed five cosets (each consisting of three elements).
Thank you. I was counting the elements of the cosets, not cosets. I have now found that:

$g+H = \left\{ \left\{[0], [5], [10]\right\}, \left\{[1], [6], [11]\right\}, \left\{[2], [7], [12]\right\}, \left\{[3], [8], [13]\right\}, \left\{[4], [9], [14]\right\} \right\}.$

Regarding $(2)$ is it possible to define $D_4$ the way $D_6$ is defined in here i.e. $D_6 = \left\{x^i, yx^i: 0 \le i \le 5 \right\}$?
 
NoName said:
Thank you. I was counting the elements of the cosets, not cosets. I have now found that:

$g+H = \left\{ \left\{[0], [5], [10]\right\}, \left\{[1], [6], [11]\right\}, \left\{[2], [7], [12]\right\}, \left\{[3], [8], [13]\right\}, \left\{[4], [9], [14]\right\} \right\}.$
Correct. (Yes)

NoName said:
Regarding $(2)$ is it possible to define $D_4$ the way $D_6$ is defined in here i.e. $D_6 = \left\{x^i, yx^i: 0 \le i \le 5 \right\}$?
Yes, except that there is a clash of notation. The $y$ in your $D_4$ corresponds to the $x$ in Wolfram's $D_6$. So your $D_4$ should consist of elements $e,\,y,\,y^2,\,y^3,\,z,\,zy,\,zy^2,\,zy^3$, satisfying the relation $yz = zy^3.$

If you are viewing the group as symmetries of a square then $y$ represents a rotation of $90^\circ$ and $z$ represents reflection in a line joining the midpoints of two opposite edges.
 
Opalg said:
Correct. (Yes)Yes, except that there is a clash of notation. The $y$ in your $D_4$ corresponds to the $x$ in Wolfram's $D_6$. So your $D_4$ should consist of elements $e,\,y,\,y^2,\,y^3,\,z,\,zy,\,zy^2,\,zy^3$, satisfying the relation $yz = zy^3.$

If you are viewing the group as symmetries of a square then $y$ represents a rotation of $90^\circ$ and $z$ represents reflection in a line joining the midpoints of two opposite edges.
Thanks again!

I think in finding $gH$ letting $g = e$ we find the first coset $\left\{e, y, y^2, y^3\right\}$ and letting $g = z$ we get $\left\{z, zy, zy^2, zy^3\right\} =\left\{z, y^3z, y^2z, yz\right\}. $

Lagrange's theorem says that the number of left cosets is exactly $|G|/|H|$ which is $8/4 = 2$ here so there are none more to find.
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
634
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 26 ·
Replies
26
Views
962
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
1
Views
3K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 6 ·
Replies
6
Views
7K
  • · Replies 3 ·
Replies
3
Views
3K