Honestly, I'm just not sure where to start at all. I've just been staring at this for a while
Asked
Active
Viewed 50 times
-2
-
I'd first think about the case where $a$, $b$ and $c$ are all powers of the same prime number $p$. – Angina Seng Sep 22 '20 at 02:54
-
By the dupe $,a\mid bc\Rightarrow, a\mid \color{#c00}{(a,b)}\color{#0a0}{(a,c)}\mid \color{#c00}c\cdot\color{#0a0}c\ $ by $\ \color{#c00}{(a,b)\mid c},,$ $\color{#0a0}{(a,c)\mid c}\ \ $ – Bill Dubuque Sep 22 '20 at 07:44
2 Answers
1
You can think on it in terms of inequalities.
Let $p$ a prime, and $p^A || a, p^B||b, p^C||c$ (the notation $p^m||N$ is a shortcut for "$p^m|N$ but $p^{m+1}\not|M$").
A basic lemma here is: if $p^x||X,p^y||Y$, we have $X|Y$ if and only if $x \leq y$.
Also, if $D=GCD(X,Y)$ and $p^d||D$, then $D=min(A,B)$
If we have $a|bc$, then $A \leq B+C$. Also, if $gcd(a,b)|c$, then $min(A,B) \leq C$.
Or $min(A+C,B+C) \leq C+C=2C$
But $A \leq A+C$ and $A \leq B+C$. Then $A \leq min(A+C,B+C) \leq 2C$. And it is equivalent to say $a|c^2$,

Anderson Torres
- 306
0
Hint
Let $a/A=b/B=(a,b)=d$(say)
So, $d|c$
$a|bc\iff A|Bc\implies A|c$ as $(A,B)=1$

lab bhattacharjee
- 274,582