H3 for Thakur's hypotheses on power sums #
Definition 1: the addition j + m_1 + ... + m_d (the r = d + 1 summands
j, m_1, ..., m_d) has no carries in base p: at every base-p digit position
t, the digits sum to at most p - 1. We read off the t-th base-p digit of
a number n as (Nat.digits p n).getD t 0.
Equations
Instances For
Definition 3: M_d(j) is the minimum of the objective over T_{d,j},
realized as the infimum of the image of T_{d,j} under the objective. Since
T_{d,j} is nonempty (see Remarks) and ℕ is well-ordered, this minimum is
attained.
Equations
- ZetaH123.H3.Md p q d j = sInf (ZetaH123.H3.objective d '' ZetaH123.H3.Tset p q d j)
Instances For
Definition 3: s_d(k) := d k + M_d(k - 1).
Equations
- ZetaH123.H3.sd p q d k = d * k + ZetaH123.H3.Md p q d (k - 1)