Let x,y,z be integers satisfying a specific condition, which boils down to
5|(x+y-z) and 2*5^{4}k=(x+y)(z-y)(z-x)((x+y)^2+(z-y)^2+(z-x)^2)
or equivalently 5^{4}k=(x+y)(z-y)(z-x)((x+y-z)^2-xy+xz+yz)
I want to show that GCD(x,y,z)≠1, starting with the assumption 5 dividing (x+y), (z-y), or...