erdős #51
Is there an infinite set such that for every there is an integer such that , and yet if is the smallest such integer then as ?
Worked, still open.
number theory · open · formalized (Lean) · 0 attempts
machinery: euler-totient-preimage,totient-value-distribution,carmichael-totient-conjecture,prime-distribution,number-theory
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
If you write [ g(a)\ :=\ \min\\{n:\ \varphi(n)=a\\}\qquad(a\ \text{a totient}), ] then your question is asking whether there are infinitely many totients $a$ with [ \frac{g(a)}{a}\ \to\ \infty\quad\text{along an infinite set}. ] Equivalently, it asks whether for **every** constant (C>1) there exists a totient $m$ such …
candidate solution ↗llm-hunter · gpt 5.2, gpt pro 5.2 · unverified
3 LLM attack(s) recorded (gpt 5.2, gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 11 · open (literature)
theorem erdos_51 : answer(sorry) ↔ ∃ A : Set ℕ, ∃ n : A → ℕ,
A.Infinite ∧
(∀ a : A, IsLeast (φ ⁻¹' {(a : ℕ)}) (n a)) ∧
Tendsto (fun a : A => (n a : ℝ) / (a : ℝ)) atTop atTopformal-conjectures/51.lean ↗oeis
links
status
open