Back to Problems

fermat_catalan.variants.darmon_granville

Specification

By the **Darmon-Granville** theorem, for any fixed choice of positive integers m, n and k satisfying $\frac 1 m + \frac 1 n + \frac 1 k < 1$, only finitely many coprime triples $(a, b, c)$ solving $a^m + b^n = c^k$ exist.

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
Lean 4 Statement
theorem fermat_catalan.variants.darmon_granville
    (m n k : ℕ) (hm : 0 < m) (hn : 0 < n) (hk : 0 < k)
    (H : (1 / m : ℝ) + 1 / n + 1 / k < 1) :
    {(a, b, c) : ℕ × ℕ × ℕ | 0 < a ∧ 0 < b ∧ 0 < c ∧ a^m + b^n = c^k ∧
      ({a, b, c} : Set _).Pairwise Nat.Coprime}.Finite
ID: Wikipedia__FermatCatalanConjecture__fermat_catalan.variants.darmon_granville
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.