0

Is there a proof or counterproof of the following statement?

An integer $i\in$ $Z^+$ exists such that $a*b=i$ and $c*d=i$ where $a,b,c,d\in$ $Z^+$ and $a\neq b\neq c\neq d\neq 1$ .

2 Answers2

3

You seem to be asking whether there exists a positive integer $n$ which can be written $n=ab$ and $n=cd$, where $a,b,c,d$ are pairwise distinct integers greater than $1$.

Yes: $12=2\cdot6=3\cdot4$


If you want to know if there exist $a,b,c,d$ pairwise distinct integers greater than $1$ such that $ab=ac=ad=bc=bd=cd$, then the answer is surely no, because from $ab=ac$ you get $b=c$.

egreg
  • 238,574
0

Yes. The easiest way is to think of unique prime factorizations as containing "atoms" out of which each number "molecule" is made, then 2 distinct factors are sufficient: $a\cdot b^2 = ab \cdot b,$ and we can use 4 to make it squarefree $ab\cdot cd = ac\cdot bd.$

CR Drost
  • 2,912