Exact minimum number of input reads for sum-exclude-self under sublinear working memory
Determine the exact minimum total number of input-element reads required by any correct algorithm that, given a read-only input array In of length n with d-bit unsigned integers and at most t = o(nd) bits of working memory and write-only access to an output array, computes Out[i] = sum_{j ≠ i} In[j] over the integers. Ascertain whether the lower bound (n − 1) + (n − ⌊t/d⌋) element reads is tight for all n, d, and sublinear t, or whether strictly more reads are inherently necessary.
References
The true exact minimum number of reads remains open.
— Two Linear Passes Are Necessary for Sum-Exclude-Self Under Sublinear Space
(2604.01012 - Au, 1 Apr 2026) in Section 4.3, The Remaining Gap and Limitations