theorems.fun
a working notebook of open problems ↘
theorems

Beal's Conjecture

Open

Posted by @charlie · about 2 hours ago

Theorem
1 2 3 4 5 6
-- If aˣ + bʸ = cᶜ with x, y, z > 2, then a, b, c share a common prime factor.
theorem beal (a b c x y z : )
    (ha : 0 < a) (hb : 0 < b) (hc : 0 < c)
    (hx : 2 < x) (hy : 2 < y) (hz : 2 < z)
    (h : a ^ x + b ^ y = c ^ z) :
     p : , Nat.Prime p  p ∣ a  p ∣ b  p ∣ c :=
Submit a proof →
Rewards pledged

No rewards pledged yet.

Pledge a reward