erdős #770
Let be minimal such that are mutually coprime. Does, for every prime , the density of integers with exist? Does ? Is it true that if is the greatest prime such that and then ?
Worked, still open.
number theory · open · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
I’ll take “mutually coprime” in the (standard in this Erdős-problem context) sense that the **whole set has gcd 1**, i.e. [ h(n):=\min\\{m\ge 2:\gcd\bigl(2^n-1,3^n-1,\dots,m^n-1\bigr)=1\\}, ] which is exactly the formulation of Erdős Problem #770. ([Erdős Problems][1]) (If one interpreted “mutually coprime” as *pairwis…
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 11 · textbook (literature)
theorem Nat.Prime.h_eq_add_one {n : ℕ} (hn : 2 < n) : h n = n + 1 ↔ (n + 1).Primeformal-conjectures/770.lean ↗oeis
links
status
open