Problem: Let $p,q,r$, be positive integers satisfying $\frac {1}{p} + \frac {1}{q} + \frac {1}{r} < 1$ . If the ABC conjecture is true, then $x^p + y^q = z^r$ has finitely many positive integer solutions $(x,y,z)$ that are co-prime.
Thoughts:
1) $p,q,r> 1$ because of the inequality.
2) In the formulation of the ABC conjecture I am familiar with , it requires that $gcd(a,b,c)=1$, so in our case I might need to show that $gcd(x^p, y^q,z^r)=1$
3) I know that if $gcd(x,y,z)=1$ then $rad(x^p, y^q,z^r)=rad(x,y,z)$
other than that I am not sure how to proceed. Insights appreciated.