erdős #541
Let be (not necessarily distinct) residues modulo , such that there exists some so that if is non-empty andthen . Must there be at most two distinct residues amongst the ?
Worked, still open.
number theory · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 11 · solved (literature)
theorem erdos_541 : answer(True) ↔ (∀ p, Fact p.Prime → ∀ (a : Fin p → ZMod p),
(∃ r, ∀ (S : Finset (Fin p)), S ≠ ∅ → ∑ i ∈ S, a i = 0 → S.card = r) →
(Set.range a).ncard ≤ 2)formal-conjectures/541.lean ↗status
solved