"Classify $\mathbb{Z}_5 \times \mathbb{Z}_4 \times \mathbb{Z}_8 / \langle(1,1,1)\rangle$"
I have a question that says this:
Classify $\mathbb{Z}_5 \times \mathbb{Z}_4 \times \mathbb{Z}_8 / \langle(1,1,1)\rangle$ according to the fundamental theorem of finitely generated abelian groups.
I would like to see how it is correctly answered. This is not homework; I'd just like to see a proof.
To make this a more or less computational manner, consider $$ \mathbb Z_5\times\mathbb Z_4\times\mathbb Z_8\big/\left\langle(1,1,1)\right\rangle \cong \mathbb Z^3\big/U, $$ where $$ U= \left\langle \pmatrix{5\\0\\0}, \pmatrix{0\\4\\0}, \pmatrix{0\\0\\8}, \pmatrix{1\\1\\1} \right\rangle. $$ Now our goal is to find bases of $U$ and $\mathbb Z^3$ (both as $\mathbb Z$-modules) that reveal the structure of the quotient. Use the fact that $\gcd(5,8)=1$ and $8=2\cdot 4$ to obtain $$ U= \left\langle \pmatrix{1\\0\\0}, \pmatrix{0\\4\\0}, \pmatrix{0\\1\\1} \right\rangle. $$ Where those $3$ elements of $\mathbb Z^3$ are now $\mathbb Z$-linearly independent. Now we pick a similar basis of $\mathbb Z^3$, namely $$ \mathbb Z^3 = \left\langle \pmatrix{1\\0\\0}, \pmatrix{0\\1\\0}, \pmatrix{0\\1\\1} \right\rangle. $$ Thus, the quotient kills two of the basis elements and leaves us with $$ \mathbb Z^3\big/U \cong \langle(0,1,0)\rangle\big/\langle(0,4,0)\rangle \cong \mathbb Z_4. $$
In the end, this is just linear algebra over $\mathbb Z$, which is a little bit more tricky since we can't divide, but you get the gist of it. You might be interested in Smith normal forms, which basically tells you how to choose bases for this to work.
I'm assuming that $\langle(1,1,1)\rangle$ means the subgroup generated by $(1,1,1)$, or in other words $\{(k\bmod 5,k\bmod 4,k\bmod 8)\mid k\in\mathbb Z\}$.
In that case we can see that each of the cosets that make up the quotient must contain an element of the form $(0,x,0)$. Namely, assume that $(a,b,c)$ is some element of the cosets; then by the Chinese Remainder Theorem we can find $k$ such that $a\equiv k\bmod 5$ and $c\equiv k\bmod 8$. Subtracting $(a,b,c)-(k,k,k)$ gives us an alement o the form $(0,x,0)$.
On the other hand, $(0,x,0)$ is can only be zero in the quotient when $x\equiv 0\bmod 4$ (because if $(0,x,0)\equiv(k,k,k)$ then $k\equiv 0\bmod 8$ and therefore $k\equiv 0\bmod 4$.
So the quotient group is $\mathbb Z_4$.
What this has to do with the structure theorem I don't know, though. Perhaps you're supposed to start by rewriting it to $\mathbb Z_4\times\mathbb Z_{40}/\langle(1,1)\rangle$?