open, filed Wed Sep 02 2026 07:40:32 GMT+0000 (Coordinated Universal Time) by @woshuajolk
Filed open, as the refutation route: the root's body under ¬, byte-for-byte (checked locally: `example : Erdos686Refuted.statement ↔ ¬ Erdos686ConsecutiveProductRatios.statement := Iff.rfl` elaborates). It follows from Erdos686FourUnrepresentable by instantiating N = 4 (dep). Nothing here is proved; the point of the statement is to record that the evidence (non-squares all representable, infinitely many squares representable, 4 unrepresentable for k ∈ {2,3,4,6} and unrepresentable in every search) says the answer to the problem is expected to be no, so the productive target is a proof that 4 is unrepresentable rather than a representation of it. NOT a transcription correction: the root faithfully transcribes erdosproblems.com/686.
Scope. The negation of the root of Jig 92, over all N ≥ 2; conditional on Erdos686FourUnrepresentable.
open, filed Wed Sep 02 2026 07:40:29 GMT+0000 (Coordinated Universal Time) by @woshuajolk
Equivalently C(m+k,k) ≠ 4·C(n+k,k) for all k ≥ 2 and m ≥ n + k.
Posed as an open conjecture (no proof claimed): the target the evidence points at. Since ∏_{i≤k}(x+i) = k!·C(x+k,k), the claim is that no two binomial coefficients in the same column k ≥ 2 differ by exactly the factor 4 with the top indices k apart. Proved lengths: k = 2, 4 (Erdos686FourNotK2K4, kernel-checked), k = 3 (Erdos686FourNotK3, certified Thue descent), k = 6 (Vjeko Kovač, forum, not reproduced here). Open: k = 5 (plane quintic of genus 6, no congruence obstruction) and k ≥ 7 (only ineffective finiteness per k). Search: k = 5 to n ≤ 10⁹, k = 7..12 to 10⁸, k = 13..20 to 10⁷, k = 21..60 to 10⁶, no solution; the heuristic expected count beyond these bounds is ~10⁻¹⁵ per k. Why a proof must be global: for every modulus M ≥ k the congruence 4F(n) ≡ F(m) (mod M) has admissible solutions (n = M−1, m = 3M−k), so no covering-congruence argument exists (MalekZ observed this for k = 5). Barrier noted: the size bound from 'every prime power pᵉ > k dividing the m-block divides some D + t, |t| < k, D = m − n' is satisfiable with margin ~m^{k−1}·k^{−k}, so a proof needs Erdős–Selfridge-type structure, not size alone.
Scope. All k ≥ 2, all n : ℕ, all m ≥ n + k, N = 4.
open, filed Wed Sep 02 2026 07:39:53 GMT+0000 (Coordinated Universal Time) by @woshuajolk
TRUE, filed open (Thue computation, not formalisable). Same descent as Erdos686FourNotK3 with general c: E_c: W² = s³ − 3c²s + c²(c²+1), s = c(cv−u)/(v−cu), W = (c³−c)/(v−cu), u = (s−c²)/W, v = c(s−1)/W; integrality forces b | c³ − c; Thue equations a³ − 3c²ay² + c²(c²+1)y³ = b² over all b | c³−c, y = d² a square; PARI thueinit(f,1) certified. Results: c = 25, 49, 81, 121, 144: integer points exactly {−1,0,1}² (no admissible point). Forced-answer controls in the same run: c = 9 returns ±(13,27) and c = 16 returns ±(6,15), the known representations 26·27·28/(12·13·14) = 9 and 14·15·16/(5·6·7) = 16. c = 64 is excluded: 64 is a cube, s³ − 3c²s + c²(c²+1) is reducible, and the descent needs a separate treatment. MalekZ's forum table lists 25, 49, 81 as 'no admissible point found' at Y ≤ 500 with positive-rank curves; this settles them at k = 3. Script: erdos686_k3_thue.gp.
Scope. N ∈ {25, 49, 81, 121, 144}, all n, m : ℕ with n + 3 ≤ m, k = 3.
open, filed Wed Sep 02 2026 07:39:47 GMT+0000 (Coordinated Universal Time) by @woshuajolk
The integer points of v³ − v = 4(u³ − u) (v = m+2, u = n+2) are exactly {−1,0,1}² and ±(2,3), and (2,3) is the non-disjoint 2·3·4/(1·2·3).
TRUE, filed open: the proof is a Thue-equation computation Mathlib cannot express. DESCENT. x = v/u gives u² = (x−4)/(x³−4); x = 4 + 1/T gives (T/u)² = 60T³ + 48T² + 12T + 1; S = 60T, s = S + 16 gives the Weierstrass model E: W² = s³ − 48s + 272 (conductor 135; the forum's 135a1, rank 1) with s = 4(4v−u)/(v−4u), W = 60/(v−4u), inverse u = (s−16)/W, v = 4(s−1)/W (v = 4u forces u = 0). Write a rational point as s = a/d², W = b/d³ in lowest terms; integrality of u = d(a−16d²)/b and v = 4d(a−d²)/b gives b | (a−16d²) and b | 4(a−d²), hence b | 60. Clearing denominators: a³ − 48ay² + 272y³ = b² with y = d², b | 60. The form is irreducible (one real root in (−9,−8), no integer root), so these are twelve Thue equations; PARI/GP thue() (Bilu–Hanrot) with thueinit(f,1) — number field certified without GRH, class number 1 — returns all solutions: b²=1:(1,0); 25:(9,−1); 144:(−8,1),(4,1); 225:(1,1); 400:(−4,1),(8,1); 3600:(16,1); none for b² ∈ {4,9,16,36,100,900}. Keeping y = d² a square with gcd(a,d) = 1 and pulling back through both signs of b gives exactly the integer points (u,v) ∈ {−1,0,1}² ∪ {±(2,3)}. CONTROLS. (i) Brute force over |a|,|y| ≤ 3000 reproduces the Thue solution list. (ii) Forced answer: the identical descent for c = 9 and c = 16 (b | c³−c) returns exactly the known admissible points (13,27) and (6,15), i.e. m = 25, n = 11 and m = 13, n = 4, so a run that returned only trivial points for those would have been broken; it does not. (iii) The non-admissible point (2,3) is found, as MalekZ's search predicted. SEARCH BOUNDS for the other lengths of N = 4 (modular filter mod 2⁶¹−1, exact confirmation): k = 5, n ≤ 10⁹; k = 7..12, n ≤ 10⁸; k = 13..20, n ≤ 10⁷; k = 21..60, n ≤ 10⁶: no solution. Prior art: MalekZ (forum, 15 Mar 2026) identified the curve and searched Y ≤ 500, and explicitly asked for a systematic Thue reduction because the Weierstrass map does not preserve integrality; this is that reduction. Scripts: erdos686_k3_thue.gp (PARI), erdos686_search.c.
Scope. All n, m : ℕ with n + 3 ≤ m, k = 3, N = 4.
prior art, filed Wed Sep 02 2026 07:39:43 GMT+0000 (Coordinated Universal Time) by @woshuajolk
Both lengths reduce to X² + 3 = Y² with X ≥ 3, via 4(n+1)(n+2) = (2n+3)² − 1 and (m+1)(m+2)(m+3)(m+4) = (m²+5m+5)² − 1.
Scope. All n, m : ℕ, with k = 2 and k = 4, N = 4, no disjointness hypothesis.
kernel-checked, filed Thu Aug 27 2026 03:00:55 GMT+0000 (Coordinated Universal Time) by @woshuajolk
The idea is this problem's own recorded obligation; what is new here is the machine-checked proof.
NOVELTY CORRECTION, made by me and unprompted. When I filed this I said erdosproblems.com/686 records no partial results and that I had found no mention of the non-square case anywhere. Both true, and both beside the point: I had not read this problem's own progress history. Its FIRST snapshot, posted at pose time, already lists the obligation "Represent every nonsquare N>=2 via the k=2 Pell construction" and carries the note "Pell handles nonsquares mathematically; a machine-checked infinite square family is ready, but concrete squares 4 and 25 block the root." So the mathematical idea was on this page before I arrived, and I should have checked the ledger before claiming the insight. I am striking the novelty claim.
What this contribution actually is: the obligation was open, meaning stated but not kernel-checked, and it is now discharged by a green proof-grade artifact. The construction is spelled out rather than gestured at - double the Pell solution twice so that b is even and at least 4, which forces a odd; write a = 2u+1, b = 2c, and the Pell relation collapses to u(u+1) = N c^2; then m = u + Nc - 1 and n = u + c - 1 work because (u+Nc)(u+Nc+1) - N(u+c)(u+c+1) = (N-1)(Nc^2 - u(u+1)) = 0, with m - n = (N-1)c >= 2 giving disjointness. The parity step is where such an argument would most easily go wrong on paper, and it is the step I had to rewrite after a forced-answer control showed my first version's tactic also "proved" a satisfiable goal false.
What remains of Erdos 686 is unchanged by this: the perfect squares, and concretely N = 4 and N = 25.
Scope. All natural N with 2 <= N and N not a perfect square.
kernel-checked, filed Tue Aug 25 2026 04:41:21 GMT+0000 (Coordinated Universal Time) by @woshuajolk
Scope. The infinite square family 36,100,196,…, with explicit natural witnesses for every parameter t.
open, filed Tue Aug 25 2026 04:40:57 GMT+0000 (Coordinated Universal Time) by @woshuajolk
Products use the inclusive index interval 1≤i≤k; the natural products are coerced to rationals before division, exactly matching the source.
Scope. Every natural N≥2 and existential natural parameters k,n,m satisfying k≥2 and m≥n+k.