I understand that if a|b, then amodb=0, thus a = qb (remainder is zero) and b = qc. How can I prove using this that a|c?
2026-03-26 16:05:31.1774541131
If a|b and b|c , (how can I prove) ⇒ a|c?
110 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Note: From now, we will be assuming $j,k\neq 0.$
Since $a|b,$ we can say $b=ja$ for $j\in \mathbb{Z}.$ Similarly, $b|c$ so $c=bk$ for $k\in \mathbb{Z}.$
Substituting for $b$ yields $c=ajk.$ Clearly, $jk\in \mathbb{Z}$ so, our assertion is true. $\blacksquare$