Differential Nonlinear Robustness of Critical States in Fibonacci and Tribonacci Substitution Chains
Description
Differential Nonlinear Robustness of Critical States in Fibonacci and Tribonacci Substitution Chains
A Numerical Study of Discrete Nonlinear Schrödinger Dynamics Version 4 — finite-size scaling, long-time evolution, and self-trapping threshold gap
Pablo Nogueira Grossi · G6 LLC, Newark NJ · ORCID: 0009-0000-6496-2186 Zenodo V4: 10.5281/zenodo.20075822 Concept DOI (auto-resolves to latest): 10.5281/zenodo.20026942
What this paper does
We study the discrete nonlinear Schrödinger (DNLS) equation on two quasiperiodic tight-binding chains — the Fibonacci chain (n=2) and the Rauzy–tribonacci chain (n=3) — generated by their respective substitution rules. Starting from mid-gap eigenstates of the linear Hamiltonian, we integrate the DNLS time evolution over nonlinearity strengths λ ∈ [0, 10] and times T ∈ [50, 10⁶], tracking the inverse participation ratio (IPR) as a measure of localization.
Core finding (all versions): The tribonacci chain exhibits differential nonlinear robustness relative to the Fibonacci chain. At the canonical parameters (T=50, N=500, λ=1.5), the tribonacci mid-gap state retains >95% of its linear IPR while the Fibonacci state loses ~57%, a ratio of ~8.6×. This is termed differential nonlinear robustness; its mechanism is the stronger multifractal spatial hierarchy of the Rauzy–tribonacci eigenstate (IPR ratio ~3.9× in the linear limit).
The characteristic decay constant η ≈ 1.839287 is the Perron–Frobenius eigenvalue of the tribonacci companion matrix. Its existence as the unique real root of x³ − x² − x − 1 = 0 in [1,2], the property η > 1, and the strict antitonicity of the geometric weight sequence {η⁻ᵏ} are formally verified in Lean 4 / Mathlib4 without sorry in TribonacciMeasure.lean of the AXLE repository (github.com/TOTOGT/AXLE).
To our knowledge this is the first numerical study of DNLS dynamics on a tribonacci substitution chain.
Version history
V1 (May 2026) — baseline
- T=50 baseline at N=500 across λ ∈ [0,10]
- Established differential nonlinear robustness: Fibonacci IPR drops ~57% at λ=1.5; tribonacci drops <5%
- Tribonacci linear-limit IPR ~3.91× larger than Fibonacci (IPR = 0.0820 vs 0.0210)
- Named the phenomenon; proposed multifractal hierarchy as mechanism
- Lean 4 verification of η > 1 and strict antitonicity of {η⁻ᵏ}
- Companion code:
dnls_nbonacci.py; companion Lean file:TribonacciDNLS.lean
V2 — figures and LaTeX
- Added publication-quality figures and full LaTeX source
V3 — (intermediate)
- Additional figures and analysis
V4 (current) — finite-size scaling, long-time evolution, self-trapping threshold gap
New in V4:
1. Finite-size scaling at T=10⁴ (Section 4.4) Across N ∈ {500, 1000, 2000} at seven values of λ, the differential ratio IPRtrib/IPRfib generally grows with N at fixed λ, supporting persistence of the differential in the thermodynamic limit. The λ=1.5 non-monotone N-dependence (peak at N=1000) is confirmed transient by the T=10⁵ verification run.
2. Long-time evolution to T=10⁶ (Section 4.5) At N=1000, λ=1.5: the ratio peaks at 4.18× at T=10⁴, collapses to 1.20× at T=10⁵, and from T~3×10⁵ onward both chains saturate to chain-limited IPR ≈ 0.002, with the ratio settling into an oscillatory band around 1.04 ± 0.04. The T=10⁴ peak is a transient finite-size feature. Long-time runs use the DOP853 integrator (rtol=10⁻⁹, atol=10⁻¹¹); norm conservation verified to <10⁻⁵ throughout.
3. Pre-saturation spreading rates (Section 4.6) Fitting IPR(t) ~ t⁻ᵅ in the window t > 10⁴ of T=10⁵ runs at N=2000: αtrib > αfib uniformly across λ ∈ [0.5, 2.0]. Tribonacci spreads faster toward saturation but starts from a higher initial IPR and remains more retained throughout. (Note: α here is a pre-saturation rate toward finite-size saturation, not an asymptotic power-law exponent.)
4. Self-trapping threshold gap (Section 4.7) Full sweep λ ∈ {1, 2, 4, 8, 10} at N=500, T=10⁵ reveals a qualitative distinction: the Fibonacci chain crosses into the self-trapped regime (α ≈ 0) in λ ∈ [4, 8], while the tribonacci chain has not self-trapped by λ=10 (αtrib ≥ 0.09 throughout). This is a difference in regime, not just magnitude.
5. Multifractal dimension extraction (Section 4.3) At natural Fibonacci lengths Fₙ ∈ {233, 377, 610, 987, 1597, 2584}: clean power law, D²fib = 0.65 ± 0.11 (R² = 0.90). Tribonacci at natural Rauzy lengths T⁽³⁾ₙ ∈ {274, 504, 927, 1705, 3136}: plateau across n=9,10,11 (IPR ≈ 0.082 constant), then discontinuous drop at n=12 (IPR = 0.041). This is a state-isolation artifact in the closest-to-E=0 selector; extraction of D²trib is deferred pending state-tracking diagnostics (new open question, Section 7).
6. Connection to companion criticality paper The spectral-gap-controls-threshold mechanism identified here (tribonacci self-trapping threshold higher than Fibonacci because η > φ) is the nonlinear-dynamics counterpart of the criticality threshold result in the companion paper (10.5281/zenodo.20077205), where λc(n) ≈ 0.958 Δₙ + 0.107 across n=2,...,5 with r=0.989.
Open questions (current status)
| Question | Status |
|---|---|
| Longer time evolution | Partially closed — T=10⁶ at N=1000 done; thermodynamic limit is open |
| Finite-size scaling | Closed — FSS at T=10⁴ across N∈{500,1000,2000} established |
| Spreading exponent | Closed with reinterpretation — αtrib > αfib uniformly; pre-saturation regime clarified |
| Self-trapping threshold | Partially closed — Fibonacci in [4,8], tribonacci >10; fine λ-scan outstanding |
| Lean 4 IPR inequality | Open — IPRtrib(0) > IPRfib(0) not yet formalized in AXLE |
| D²trib extraction | New open — state-isolation artifact requires eigenmode tracker or alternative observable |
Files in this deposit
| File | Description |
|---|---|
paper_v4.pdf |
Full paper, Version 4 |
dnls_nbonacci.py |
Simulation code (Fibonacci and tribonacci DNLS, T=50 baseline) |
TribonacciDNLS.lean |
Lean 4 / Mathlib4 formal verification (η > 1, strict antitonicity) |
generate_figures_v3.py |
Figure generator for V4 (data tables embedded) |
| Raw CSVs and IPR time series | See companion repository: github.com/grossi-ops/Atratores |
All long-time simulation code, raw output CSVs, analysis notebooks, and figure generators are openly available at github.com/grossi-ops/Atratores.
Lean 4 formal verification
Key analytic lemmas supporting the amplitude envelope ansatz are proved without sorry in TribonacciDNLS.lean (this deposit) and TribonacciMeasure.lean (AXLE repository):
- η_gt_one: 1 < η ✓
- η_characteristic: η³ = η² + η + 1 ✓
- w_pos: ∀ k, 0 < η⁻ᵏ ✓
- w_strictAnti: StrictAnti (k ↦ η⁻ᵏ) ✓
- w_tendsto_zero: η⁻ᵏ → 0 as k → ∞ ✓
Open Lean proof obligations (tracked in AXLE sorry roadmap): IPRtrib(0) > IPRfib(0); Lean 4 statement of the differential nonlinear robustness threshold.
Keywords
tribonacci chain · Fibonacci quasicrystal · discrete nonlinear Schrödinger equation · multifractality · inverse participation ratio · finite-size scaling · spreading exponent · self-trapping · Rauzy substitution · Lean 4 formal verification · quasiperiodic tight-binding · differential nonlinear robustness
Notes
Files
fig1_chain_structure.pdf
Files
(2.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:4065616d55a5a558a5f0921ff54997d0
|
13.8 kB | Download |
|
md5:ffde4ad88cbd1ecbd21c4556174b2377
|
20.2 kB | Download |
|
md5:df1a0606d02475f4d03d0f60f49d239b
|
6.5 kB | Download |
|
md5:5898ef173be809e13400058b801b4802
|
9.9 kB | Download |
|
md5:2d079744a6c9f9e5490ec1644b0af47a
|
11.8 kB | Download |
|
md5:188534b7466b5ff7cd06b5312bdfe258
|
13.6 kB | Download |
|
md5:4c786667a161386aba285799481c90e6
|
11.8 kB | Download |
|
md5:7c0d916c2e53a00b62f1c2e06fbd004b
|
6.7 kB | Download |
|
md5:f9ab88c42af3d5e5d993b3789508f7d1
|
8.1 kB | Download |
|
md5:4ae2fe1807a08cb85972881145d30ece
|
12.0 kB | Download |
|
md5:0e2a59253241f6274085e40ba41f2417
|
36.6 kB | Preview Download |
|
md5:09e7e01ee77df8b75667a028862ae18a
|
38.8 kB | Preview Download |
|
md5:2a4f2fd8821de461efddd484996b55e6
|
33.3 kB | Preview Download |
|
md5:71ec2ce9413ae3f04d69d9c8e12c996a
|
22.9 kB | Preview Download |
|
md5:dc8243e11b6100803f27224a2abc320f
|
33.4 kB | Preview Download |
|
md5:26b6778e10e68d12fdb0d3a04c1251de
|
29.4 kB | Preview Download |
|
md5:99115e654fda51f30311f5412d9e0f13
|
25.4 kB | Preview Download |
|
md5:80bd377568d58b2f24fea34e5ef16ff9
|
21.9 kB | Preview Download |
|
md5:b75d689b9cf289482618c33a2ee7fcd3
|
29.1 kB | Preview Download |
|
md5:de3063108f2bca6cddc27c05069fb244
|
4.1 kB | Download |
|
md5:64fde7d8242071647509b22b11b637e7
|
1.6 kB | Preview Download |
|
md5:8086dcd7f6aa2217191e1f676c718ece
|
20.3 kB | Download |
|
md5:5b251d8d612e7357c3f605ff3bf16774
|
77 Bytes | Preview Download |
|
md5:1d03e39eac1dffc599825aaa0c68b772
|
1.4 kB | Preview Download |
|
md5:a679c37660b95b1fa765adccd0179866
|
17.4 kB | Download |
|
md5:c20683d071e31968e5e72a3288506f39
|
17.1 kB | Download |
|
md5:1a73a75e55f44b5f4d35a7153230504e
|
14.7 kB | Download |
|
md5:75b7a59f463fbe32c810d3abad191e16
|
261.1 kB | Preview Download |
|
md5:93a641bde601c71750d63a3992e33da0
|
261.1 kB | Preview Download |
|
md5:b78fc832c044acec445744d4cfb6f45a
|
260.0 kB | Preview Download |
|
md5:4406b8ffc884b96d7f666ef89647d15c
|
259.6 kB | Preview Download |
|
md5:a2a58014bc0e059a230b3b9d7b51c762
|
326.0 kB | Preview Download |
|
md5:78522e3e6c7efd2029d86dba9320d02c
|
1.4 kB | Download |
|
md5:d35a040da164755cf5834e4c5e529a0f
|
12.9 kB | Download |
|
md5:f27eefb0b33e15af57c57205ad12a093
|
458.2 kB | Preview Download |
|
md5:967e7bc32d33d08e642fe45935a829ee
|
36.0 kB | Download |
|
md5:fd0c1b0a21146b21b07572f00a8c19f2
|
477.2 kB | Preview Download |
|
md5:3db7373284c9ae35808f8c32f662c53d
|
41.6 kB | Download |
|
md5:e6488b41e07e21a9a5d014fd1fc124e8
|
5.5 kB | Preview Download |
|
md5:21b1312c25936add0acd151ba9a67b81
|
452 Bytes | Preview Download |
|
md5:3b5a59d5350f4bf9a833d5fb8c22186d
|
5.7 kB | Download |
Additional details
Related works
- Is part of
- Other: 10.5281/zenodo.19117399 (DOI)
- Is supplemented by
- Software: https://github.com/TOTOGT/AXLE (URL)
- Software: https://github.com/TOTOGT/DM3-lab (URL)
- Is version of
- Other: 10.5281/zenodo.20026942 (DOI)
Dates
- Created
-
2026Deposited