14 September 2026 · follow-up to technical review v0.1. Internal AI-assisted work under the same operator; external review remains pending. The original packet is unchanged.
The next question was whether the origin-damping defect depends on where we place coordinate zero. We derived a one-step discrepancy, checked translated trajectories with exact arithmetic, and tested a small proposed change. That change preserves translations but fails a further admissible test. It is not accepted as a general convergence repair.
Write a new coordinate as . Translate point-valued maps by , including , their relaxed average , the resolvents , and . For a monotone operator whose values are displacement vectors, the correct rule is ; there is no subtraction from its values. This gives the conjugated resolvent above. Initial iterates and the solution set are also translated.
Take fixed normalized averaging weights. Let be the inertial point, where the coefficient uses only differences and their norms. Translation leaves those differences unchanged. Define the point-valued composite
Every part of this composite transforms by conjugation. The reconstructed equation (9) then takes the form
At corresponding input states, run the transformed equation and convert its answer back by adding . Exact substitution gives
This expression compares corresponding states. After two separate trajectories have diverged, it is not a formula for their complete trajectory difference. The source’s explicit origin scaling singles out a coordinate point. If an actual physical anchor is intended, it must be specified and transformed too; otherwise retaining zero after a coordinate change changes that anchor.
In the identity-operator example, and , so the physical target is always one. With constant , the earlier vanishing- forcing proof applies in each coordinate system: the transformed iterates tend to zero, so their physical values tend to .
| Coordinate origin | Physical target | Limit of the origin-damped identity example |
|---|---|---|
The coincident case illustrates why a favourable example can conceal the defect. These limits are derived analytically. Finite trajectory checks and the plot below are corroborating computations.
Replace bare origin scaling with a convex combination of the current inertial point and the mapped point:
The coefficients sum to one, so translating all inputs subtracts exactly from the output. Pulling back therefore recovers the same next iterate. Induction gives equality of whole trajectories in physical coordinates. This is an algebraic translation property for the declared mapping, without any claim yet about its convergence.
For identity operators the candidate has . With , , and , put . Then
Summing bounds by a constant plus a harmonic sum; division by gives . Thus this particular example now reaches its selected target in every translated coordinate system.
The unrestricted positive generalized-demimetric class still defeats this candidate. On choose
Take zero maximal monotone operators, identity resolvents, and zero starting iterates. The residual of is , and the generalized condition holds with equality:
The residual is continuous and demiclosed; the common solution set is . All ordinary positivity constraints, including , hold. But
The proposed convex update consequently reduces to the identity example just proved to converge to one. Its required projected target here is zero. It passes the translation test while reaching the wrong solution. This is a counterexample to our proposed unrestricted repair, under these explicitly stated assumptions; it is not a new unqualified claim about the paper’s inconsistent literal theorem statement.
The diagnosis is visible in the fixed-point sets: has every point fixed, whereas fixes only zero. Composition has introduced spurious fixed points. For a positive -generalized-demimetric map, expansion of the relaxed map gives
The uniform guarantee of quasi-nonexpansiveness needs ; strict inequality gives a positive residual decrease. Our counterexample has . The bound is sharp as a guarantee over the whole class, though a particular map or a nonminimal choice of need not require it. Adding this bound is a direction for a future proof, not a completed general repair.
Run
python3 -I -B verify_translation.py --output-dir ../translation-rerun
here, choosing an output directory that does not already exist. The
checker uses only Python’s standard library and exact rational
arithmetic; optimized Python mode is refused. It compares corresponding
one-step states and full trajectories separately. Identity and
nonidentity affine problems, coordinate shifts, the candidate, and the
spurious-fixed-point counterexample are explicit.
results.json is the stored output.
plot-data.json contains rendering values; the mathematical
comparisons do not use rounded plot values. The optional
plot.py uses Matplotlib solely to regenerate the standalone
SVG figure.
The analytic arguments explain the one-step discrepancy, translation property, identity-case limit and counterexample. The finite runs do not prove a general convergence theorem. The earlier source-notation qualifications remain in force: normalized weights, the declared equation (9), inertial convention and starting-index convention are explicit interpretations. No author response, outside independent review, novelty or misconduct finding is asserted.
The next substantive question is whether an appropriately restricted composite preserves the intended common fixed-point set and supplies enough residual decrease to prove the full iteration. This note records why a coordinate test is useful and why passing it is insufficient.