Skip to main content

All Questions

5 votes
3 answers
183 views

Sanity check on factorization of $\langle 5 \rangle$ in $\mathbb{Z}_{10}$

Looking at $\mathbb{Z}_{10}$, consisting of $0, 1, 2, 3, 4, 5, 6, 7, 8, 9$ with addition and multiplication adjusted so the ring is closed under both operations. Clearly $5 = 3 \times 5 = 5 \times 5 =...
Mr. Brooks's user avatar
  • 1,108
8 votes
5 answers
14k views

Proving gcd($a,b$)lcm($a,b$) = $|ab|$

Let $a$ and $b$ be two integers. Prove that $$ dm = \left|ab\right| ,$$ where $d = \gcd\left(a,b\right)$ and $m = \operatorname{lcm}\left(a,b\right)$. So I went about by saying that $a = p_1p_2......
SalmonKiller's user avatar
  • 2,148