Revised Proof of the Beal Conjecture:The Beal Conjecture makes the following mathematical statement.
"If [tex]A^{x}+B^{y}=C^{z}[/tex],
where A, B, C, x, y, and z are positive integers with. x, y, z > 2, then A, B, and C have a common prime factor."
"The impossibility of the case A = 1 or B = 1 is implied by Catalan's conjecture, proven in 2002 by Preda Mihăilescu. (Notice C cannot be 1, or one of A and B must be 0, which is not permitted.)"
-- Wikipedia,
https://en.m.wikipedia.org/wiki/Beal_conjectureSuppose [tex]A^{x}+B^{y}=C^{z}[/tex] with
[tex]gcd(A^{x}, B^{y}) =1[/tex] or [tex]gcd(A^{x}, C^{z}) = 1[/tex] or [tex]gcd(B^{y}, C^{z}) = 1[/tex] such that [tex]gcd(A^{x}, B^{y}, C^{z}) = 1[/tex] when x, y, and z are greater than two.
Therefore,
[tex]gcd(A^{2}, B^{2}) =1[/tex] or [tex]gcd(A^{2}, C^{2}) = 1[/tex] or [tex]gcd(B^{2}, C^{2}) = 1[/tex] such that [tex]gcd(A^{2}, B^{2}, C^{2}) = 1[/tex].
[tex]gcd(A^{x}, B^{y}) =1[/tex] which implies
[tex]i * A^{x} + j * B^{y}= 1[/tex] for some nonzero integers, i and j.
[tex]i * A^{x} + j * B^{y}= 1[/tex] implies
[tex](i * A^{x-2}) * A^{2} + (j* B^{y-2}) * B^{2}= 1[/tex] which implies
[tex](i * B^{2-y}) * A^{2} + (j* A^{2-x}) * B^{2}
= A^{2-x} * B^{2-y} = 1[/tex] iff x = y = 2. Contradiction!
Therefore, 1. [tex]gcd(A^{x}, B^{y}) > 1[/tex].
And similarly, we can show,
2. [tex]gcd(A^{x}, C^{z}) > 1[/tex] and
3. [tex]gcd(B^{y}, C^{z}) > 1[/tex].
[tex]gcd(A^{x}, B^{y}, C^{z}) = 1[/tex] implies
[tex]i * A^{x} + j * B^{y} + k * C^{z} = 1[/tex] for some nonzero integers, i, j, and k.
4. [tex]i * A^{x-2}* A^{2} + j * B^{y-2}* B^{2} + k * C^{z-2}* C^{2} = 1[/tex].
Next we divide equation four by [tex]A^{x-2}*B^{y-2}*C^{z-2}[/tex] which yields the following equation:
5. [tex](i * B^{2-y} ×C^{2-z}) * A^{2} + (j* A^{2-x} ×C^{2-z}) * B^{2} + (k * A^{2-x} ×B^{2-y}) * C^{2} = A^{2-x} * B^{2-y} * C^{2-z} = 1[/tex] iff x = y = z =2. Contradiction!
Hence, [tex]gcd(A^{x}, B^{y}, C^{z}) > 1[/tex],
and therefore, there exists a common prime factor, p, which divides A, B, and C.
Thus, the Beal Conjecture is true!
-- Dave,
https://www.researchgate.net/profile/David_Cole29