I need to find the cosets of
$$G =\mathbb Z \times (\mathbb Z \setminus 3 \mathbb Z)$$
With respect to this subgroup:
$$H = \{0 \} \times (\mathbb Z \setminus 3 \mathbb Z)$$
Where the operation on the latter group is addition modulo $3$.
According to the definition of a coset, I need to take all elements of my initial group and multiply each of them by every element of $H$, so that I get a new set. The set is the coset I am looking for.
Therefore, I take an arbitrary element $g \in G$:
$$g = (z, c) \text{ where }z \in \mathbb{Z} \text { and } c \in \{0,1,2\} $$
$$gH = (z,c) \cdot (0, d) \text{ where } d\in \{0,1,2 \} =(z+0, (c+d) \% 3) = (z, c)$$
And so, $gH$ = $\mathbb Z \times \{0,1,2\}$
Where $\%$ is the modulo operator.
Is it the correct approach to solving this?
2026-05-16 21:50:02.1778968202
Cosets of $\mathbb Z \times (\mathbb Z \setminus 3 \mathbb Z)$
61 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Yes, your approach is the right one.
A few comments regarding notation:
One mistake in your final step (along with another comment on notation):
If anything is unclear in what I've written then feel free to ask in the comments below.