Documentation

FormalConjectures.ErdosProblems.«34»

Erdős Problem 34 #

References:

The set of consecutive sums of a permutation p of {1,…,n}, where position k holds the value p k + 1: the sums ∑_{u ≤ k ≤ v} (p k + 1).

Equations
Instances For
    theorem Erdos34.erdos_34 :
    False ∀ (c : ), 0 < c∃ (N : ), nN, ∀ (p : Equiv.Perm (Fin n)), (consecutiveSums n p).card < c * n ^ 2

    For any permutation $\pi\in S_n$ of $\{1,\ldots,n\}$ let $S(\pi)$ count the number of distinct consecutive sums, that is, sums of the shape $\sum_{u\leq i\leq v}\pi(i)$. Is it true that [ S(\pi) = o(n^2) ] for all $\pi\in S_n$?

    Hegyvári [He86] gave a counterexample.