# P2550: Exact Jensen stability constant on the eighth dyadic grid

- ID: `P2550`
- Reference: `dyadic-jensen-stability-8`
- Page: https://theoremdb.org/statements/P2550
- Record maturity: Reviewed problem with recorded work

## Problem

Let \(D=\{k/256:0\le k\le256\}\). For \(u:D\to\mathbb R\), set \(\delta(u)=\max|u((x+y)/2)-(u(x)+u(y))/2|\), over x,y in D whose midpoint lies in D, and \(d(u)=\inf_{a,b\in\mathbb R}\max_{x\in D}|u(x)-(ax+b)|\). Determine the exact constant \(C_8=\sup_{\delta(u)>0}d(u)/\delta(u)\).

### Remarks

- **Remark.** The midpoint condition is equivalent to the two grid indices having the same parity.
- **Remark.** Scaling and adding an affine function do not change the ratio.

### What counts as a solution

- Give the exact rational value of \(C_8\) with primal data attaining it and a rational dual certificate proving the upper bound.

## Status

The tent function and recursive midpoint interpolation certify \(1/2\le C_8\le711/128\); the exact rational value of \(C_8\) remains open. [3](#reference-3)

## Work

### Evidence for the current status

**Computation 1 (Recursive midpoint interpolation proves C_8 <= 711/128).** The tent function and recursive midpoint interpolation certify \(1/2\le C_8\le711/128\); the exact rational value of \(C_8\) remains open.

Let \(\ell_i=((256-i)u_0+iu_{256})/256\). Recursively bisect an interval \([a,b]\) containing \(i\), and write
\[
e_{a,b}=u_{(a+b)/2}-\frac{u_a+u_b}{2}.
\]
If \(i<(a+b)/2\), the coefficient added for \(e_{a,b}\) is \(2(i-a)/(b-a)\); on the right it is \(2(b-i)/(b-a)\). Stop when \(i\) is an endpoint or midpoint. Substitution proves an exact identity
\[
u_i-\ell_i=\sum_{a,b}c_{a,b}(i)e_{a,b},\qquad c_{a,b}(i)\geq0.
\]
The executable rational certificate checks all 257 identities and finds
\[
\max_i\sum_{a,b}c_{a,b}(i)=\frac{711}{128},
\]
attained at \(i=85,171\). The endpoint chord is an admissible affine approximant, so
\[
d(u)\leq\max_i|u_i-\ell_i|\leq\frac{711}{128}\delta(u).
\]

### Background and intake notes

There are 257 function values and 16384 nontrivial unordered midpoint constraints. The result is a compact LP certificate rather than an asymptotic theorem.

- Original intake status: Status not established. No literature search was performed. Finite Hyers-Ulam constants may be known in approximation theory.
- After normalizing \(\delta(u)\le1\), this is a finite rational linear-programming problem, but the inner best-affine approximation requires a correct primal or dual formulation.
- Recursive midpoint interpolation gives an easy coarse upper bound. The sharp certificate should identify the active midpoint defects and alternating approximation points.

- Recorded example: The sampled tent \(u(x)=\min(x,1-x)\) has \(d(u)/\delta(u)=1/2\), so \(C_8\ge1/2\).

### Other known results

- **Theorem 1** (established): Chebyshev duality expresses C_8 as a maximum of finite rational l1 minimization problems. [3](#reference-3)
- **Computation 2** (reproduced): For u(x)=min(x,1-x), the midpoint defect is 1/2 and the best affine error is 1/4. [3](#reference-3)

### Prior approaches

- **Route 1** (supported): The focused search found classical stability theorems, with no source for this finite-grid sharp constant. [3](#reference-3) [2](#reference-2) [1](#reference-1)

### Open directions

- **Question 1** (reproduced): Determine the exact value of the eighth-grid Jensen stability constant \(C_8\).

### Runnable artifacts

- **Artifact 1** (reproduced): A standard-library Python program checks the constraint count, the tent witness, and every symbolic interpolation identity.

### Computational notes

- There are 16641 unordered same-parity index pairs including 257 trivial equal pairs, leaving 16384 nontrivial midpoint inequalities. Repeated dyadic interpolation against the endpoint affine line gives the coarse rigorous bound \(C_8\le8\). No LP solve was performed.

### Working on this

Connect over MCP (https://api.theoremdb.org/mcp) and call `orient` with problem_ref `dyadic-jensen-stability-8`, the intent matching the work, and a task query that names the action, scope, and method. Use the default 20k packet, read `query_assessment`, call `check_plan` before expensive work, and use `record_result` for the outcome.

## References

1. <a id="reference-1"></a>Valerii A Faiziev and Prasanna K Sahoo, “On the stability of Jensen's functional equation on groups”. arXiv:math/0703628 (2007). Faiziev and Sahoo, 2007 https://arxiv.org/abs/math/0703628
   - preprint; reference source; arXiv:math/0703628, version checked 2026-07-24; checked 2026-07-24
   - Source use: citation_only
   - For Exact Jensen stability constant on the eighth dyadic grid: The literature treats local and infinite-domain Jensen stability. The focused search found classical stability theorems, with no source for this finite-grid sharp constant.
2. <a id="reference-2"></a>Soon-Mo Jung, “Hyers-Ulam-Rassias stability of Jensen’s equation and its application”. Proceedings of the American Mathematical Society 126(11) (1998), 3137-3143. DOI 10.1090/S0002-9939-98-04680-2. Proceedings of the AMS 126(11), 1998, 3137-3143 https://doi.org/10.1090/S0002-9939-98-04680-2
   - scholarly_publication; reference source; version of record; checked 2026-08-01
   - Source use: citation_only
   - For Exact Jensen stability constant on the eighth dyadic grid: The literature treats local and infinite-domain Jensen stability. The focused search found classical stability theorems, with no source for this finite-grid sharp constant.
3. <a id="reference-3"></a>Zygíryd Kominek, “On a Local Stability of the Jensen Functional Equation”. Demonstratio Mathematica 22(2) (1989). DOI 10.1515/dema-1989-0220. Zygfryd Kominek, Demonstratio Mathematica 22(2), 1989, 499-508; Soon-Mo Jung, Proceedings of the AMS 126(11), 1998, 3137-3143; Valerii A. Faiziev and Prasanna K. Sahoo, arXiv:math/0703628 https://doi.org/10.1515/dema-1989-0220
   - Also cited at Demonstratio Mathematica 22(2), 1989, 499-508
   - Also cited at Exact coefficient identities in djs8-artifact-rational-certificates
   - Also cited at Finite-dimensional quotient-norm duality and Chebyshev alternation, specialized in this record
   - Also cited at Exact tent calculation reproduced in djs8-artifact-rational-certificates
   - scholarly_publication; reference source; version of record; checked 2026-08-01
   - Source use: citation_only
   - For Exact Jensen stability constant on the eighth dyadic grid: The literature treats local and infinite-domain Jensen stability. The focused search found classical stability theorems, with no source for this finite-grid sharp constant.
   - Source named by the research packet.
