0

Let $G = \mathbb Z \times \mathbb Z = \mathbb Z^2 $ and let $H$ be the subgroup generated by $(1,3)$ and $(2,1)$, i.e., $$H = \{ m(1,3) + n(2,1) \, : \, m,n \in \mathbb Z\}.$$ This exercise will help you understand $G / H$ concretely.

1) Now let $(x,y) \in \mathbb Z^2$. Because $(1,3)$ and $(2,1)$ span $R^2$ there are real numbers $s$ and $t$ such that $(x,y) = s (1,3) + t (2,1)$. Let $(a,b) = (s - \lfloor s\rfloor) (1,3) + (t - \lfloor t \rfloor) (2,1)$. Prove that $(a,b) \in \Gamma$ and $(x,y) + H = (a,b) + H$.

2) Argue that if $(a,b)$ and $(c,d)$ are distinct elements in $\Gamma$ then the cosets $(a,b) + H$ and $(c,d) + H$ are distinct.Conclude that $G / H = \{ (a,b) + H \, : \, (a,b) \in \Gamma \}$.

3) Why is $G/H$ a cyclic group? Can you find a generator?

Solution:

1) We know that $(a,b) = (s - \lfloor s\rfloor) (1,3) + (t - \lfloor t \rfloor) (2,1)$. Since $0 \le (s - \lfloor s\rfloor) < 1$ and $0 \le (t - \lfloor t \rfloor) < 1$ then we can let $(s - \lfloor s\rfloor) = \lambda$ and $ (t - \lfloor t \rfloor) = \mu$. Then $(a,b)\in P$.\ Since $(x,y) = s (1,3) + t (2,1)$ then $x = s + 2t$ and $y = 3s + t$.So we now have,\ $(a,b) = (s - \lfloor s\rfloor) (1,3) + (t - \lfloor t \rfloor) (2,1)$\ \indent =$(s - \lfloor s\rfloor + 2t - 2\lfloor t\rfloor, 3s - 3\lfloor s\rfloor + t + \lfloor t\rfloor)$\ \indent =$(s + 2t - \lfloor s\rfloor - 2\lfloor t\rfloor, 3s + t - 3\lfloor s\rfloor - \lfloor t\rfloor)$\ Let $j = - \lfloor s\rfloor - 2\lfloor t\rfloor \in \mathbb Z$ and $k = - 3\lfloor s\rfloor - \lfloor t\rfloor \in \mathbb Z$ since $ \lfloor s\rfloor, 2\lfloor t\rfloor, 3\lfloor s\rfloor, \lfloor t\rfloor \in \mathbb Z$. And since we know that $x = s + 2t$ and $y = 3s + t$ then\ $(a,b) = (x + j, y + k) \in \mathbb Z^2$. Thus $(a,b) \in P \cap \mathbb Z^2 = \Gamma$.\

2) We now must prove that $(x,y) + H = (a,b) + H$. By coset theorem, if $(x,y)-(a,b) \in H$, then $(x,y) + H = (a,b) + H$ is true. So,\ $(x,y)-(a,b) = s(1,3) + t(2,1) - [(s - \lfloor s\rfloor) (1,3) + (t - \lfloor t \rfloor) (2,1)]$\ = $(s + 2t, 3s + t) - [(s + 2t - \lfloor s\rfloor - 2\lfloor t\rfloor, 3s + t - 3\lfloor s\rfloor - \lfloor t\rfloor)] $\ = $(\lfloor s\rfloor + 2\lfloor t\rfloor, 3\lfloor s\rfloor - \lfloor t\rfloor) \in H$. Therefore, $(x,y) + H = (a,b) + H$.\

We know that $(a,b)$ and $(c,d)$ are distinct in $\Gamma$. We want to show that $(a,b)+H \ne (c,d)+H$. We need to show that $(a,b)-(c,d)$ is not in $H$. $\Gamma = \{(0,0), (1,1), (1,2), (2,2), (2,3)\}$. Since $\Gamma$ is not in $H$ then the difference of any two distinct pairs in $\Gamma$ are not in $H$. Thus, $(a,b)-(c,d)$ is not in $H$ and $(a,b) + H$ and $(c,d) + H$ are distinct. Since H is a subgroup of G, then $G / H = \{ (a,b) + H \, : \, (a,b) \in \Gamma \}$.

3) i am unsure on how to answer this.

(I dont think i am missing anything on 1 and 2 but can you please check and can anyone help me with 3 please?)

KON3
  • 4,111
  • And what is $P$? Is it the parallelogram (boundary + interior) formed from the vectors (1,3), (2,1)? – Peter Huxford Oct 31 '14 at 21:37
  • P=${\lambda(1,3)+ \mu(2,1): 0 \le \lambda, \mu < 1}$. $\lambda$ and $\mu$ are greater than or equal to 0 and strictly less than 1. – user188222 Nov 01 '14 at 00:15
  • How is this any different from your earlier questions http://math.stackexchange.com/questions/996419/exercise-on-a-quotient-group-over-mathbbz2 and http://math.stackexchange.com/questions/999400/algebra-groups-and-closets --- we don't encourage posting the same question over and over. If it's not the same, it's close enough that you should post links at each question to the others, with text explaining how they differ. – Gerry Myerson Nov 01 '14 at 05:31