Prove or disprove (by providing a counter-example) that
if $a \mid bc$ then $a \mid b$ or $a \mid c$ for $a, b, c$ positive integers where $a$ is not zero.
2026-04-15 13:04:10.1776258250
On
On
Prove that if $a \mid bc$ then $a \mid b$ or $a \mid c$ for $a, b, c$ positive integers where a is not zero
15.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
False; note that:
$$6 \mid 12 \Longrightarrow 6 \mid (3 \cdot 4)$$
but
$6 \mid 3$ and $6 \mid 4$ are both false.
1
On
your statement holds only in the case that $a$ is a prime. In this case, $a\mid bc$ implies that $a$ is "contained" multiplicatively in $bc$. But since $a$ is a prime thus contains no other factors than $1$ and $a$, then it must either be contained (the whole of $a$) in $b$ or in $c$. Consequently either $a\mid b$ or $a\mid c$.
However, it does not hold if $a$ is a composite. For example consider $a=9$, $b=3$, $c=15$.
$4$ certainly divides $36$ as $4(9)=36$
However $4$ does not divide $6$.