Principia Orthogona Volume Two: Contact Realization of Generative Transitions
Description
Principia Orthogona, Volume II: Contact Realization of Generative Transitions
Version 2a — May 2026
Pablo Nogueira Grossi · G6 LLC, Newark NJ · ORCID: 0009-0000-6496-2186
Zenodo concept DOI (resolves to latest): https://doi.org/10.5281/zenodo.20159456
Series root: https://doi.org/10.5281/zenodo.19117399
AXLE: https://github.com/TOTOGT/AXLE · GTCT repo: https://github.com/TOTOGT/GTCT
What this volume does
This volume is the second in the Principia Orthogona series. Volume I developed the singularity-theoretic and variational foundations: the operator sequence C → K → F → U, the curvature threshold κ*, the Whitney A₁–A₃ singularity classification, and a symplectic preservation theorem for the fold map.
The present volume constructs the explicit contact-geometric realization of those foundations on the contact 3-manifold M = ℝ²₊ × ℝ with contact form α = dz − r²dθ. The central results are:
- Theorem A: The fold operator F is the pre-contact limit of the dm³ operator A_dm³ = φ^{T*/4}. The impulsive momentum jump p⁺ − p⁻ = μn at the fold corresponds to the contact Hamiltonian correction H_diss = −γVe^{−βz} as β → ∞.
- Theorem B: |κ| ↑ κ* ⟺ μ_max < 0 ⟺ τ = √(c/κ_noise) ∈ (0,∞). The curvature threshold κ* and the embodiment threshold τ are two parameterizations of the same event. Explicit values: τ = 2, ε₀ = 1/3 (outer basin).
- Theorem C: The four dm³ bifurcations (Contact Hopf, Saddle-node, Neimark–Sacker, Slow-fast crossover) correspond bijectively to the Whitney A₁–A₃ singularity types of Volume I.
The dm³ toy model equations (exact, §4.3):
ṙ = r(1 − r²) + 2(r−1)·e^{−z}
θ̇ = 1
ż = r² − 2(r−1)²·e^{−z}
Parameters: (μ_max, ω, β) = (−2, 1, 1). Limit cycle: Γ = {r=1}, T* = 2π.
What V2a adds over V1
V2a completes the reproducibility stack to the same standard as the Vol. I V3 deposit (10.5281/zenodo.20298665) and the GTCT deposit (10.5281/zenodo.20239928).
-
PrincipiaOrthogona_VolumeTwo_v2a.pdf — full paper with all 7 figures embedded at publication size, DejaVu fonts (correct Unicode rendering throughout), Lean 4 proof status appendix, corrected G-series table (5 volumes, not a trilogy).
-
MiniBeast_Book3_DepositEdition.pdf — clean deposit edition of Book 3 (The Mini-Beast): all six chapters, exact parameter table (p. 26), Coherence Bridge theorem, 14-week CEFR→TOGT program, series table.
-
VolumeTwo.lean — Lean 4 / Mathlib4 formal verification file:
- 8 theorems proved without sorry:
eigenvalue_at_zero,eigenvalue_neg_pos_z,embodimentThreshold_pos,toyModel_tau,toyModel_epsilon0,thm_C_singularity_bijection,thm_B_mu_iff_tau,thm_C_A1_surjective - 4 open obligations documented with proof strategies and difficulty ratings:
eigenvalue_limit_filter(★★),thm_A_contact_realization(★★★★),thm_B_full_chain(★★★★★),thm_gronwall_asymmetry/ AXLE Issue #13 (★★★) - 0 axioms beyond Mathlib4
- 8 theorems proved without sorry:
-
figures.py — Python figure generator producing all 7 figures from the exact dm³ equations (4.1)–(4.3). Dependencies: numpy, matplotlib, scipy. Run:
python3 figures.py -
Individual figures (fig1–fig7, PNG):
- fig1_phase_portrait.png — dm³ phase portrait + transverse eigenvalue λ(z)
- fig2_threshold_equivalence.png — Theorem B three-panel chain
- fig3_bifurcation.png — four dm³ bifurcations ↔ Whitney A₁–A₃ (v2a fixed)
- fig4_stability_radius.png — ε₀ = 1/3 basin + Fokker–Planck convergence
- fig5_coherence_bridge.png — six-domain coherence heatmap (Theorem 5.4)
- fig6_operator_sequence.png — G = U∘F∘K∘C with Vol. I/II boundary
- fig7_contact_3d.png — contact 3-manifold, exact dm³ trajectories
-
dashboard.html — interactive HTML dashboard: live RK4 phase portrait with sliders, Theorem B threshold controls, Lean proof status badges, operator sequence diagram.
Proved without sorry (8 facts in VolumeTwo.lean)
| Theorem | Statement |
|---|---|
eigenvalue_at_zero |
λ(0) = 0 (neutral stability at z = 0) |
eigenvalue_neg_pos_z |
λ(z) < 0 for z > 0 (attracting post-embodiment) |
embodimentThreshold_pos |
τ > 0 whenever c, κ_noise > 0 |
toyModel_tau |
τ = 2 for the dm³ toy model |
toyModel_epsilon0 |
ε₀ = 1/3 (outer stability radius) |
thm_C_singularity_bijection |
A₂, A₃ have unique dm³ preimages |
thm_B_mu_iff_tau |
μ_max < 0 ↔ τ > 0 (middle ↔ right of Theorem B chain) |
thm_C_A1_surjective |
A₁ has two dm³ preimages (Hopf + saddle-node) |
Open obligations (4)
| ID | Lean name | Status | Difficulty |
|---|---|---|---|
| AXLE #12 | eigenvalue_limit_filter |
open — filter/tendsto | ★★☆☆☆ |
| AXLE #13 | thm_gronwall_asymmetry |
open — inner basin r* ≈ 0.773 | ★★★☆☆ |
| — | thm_A_contact_realization |
open — distribution theory | ★★★★☆ |
| — | thm_B_full_chain |
open — Floquet + SDE | ★★★★★ |
Gronwall asymmetry correction (AXLE Issue #13): ε₀ = 1/3 is valid for the outer basin {r > r_att} only. Inner boundary: r* ≈ 0.773 (confirmed numerically in GTCT deposit, 10.5281/zenodo.20239928, FINDINGS.md). Correct hierarchy: ε₀ = 1/3 < 2/3 < r* ≈ 0.773 < κ* ≈ 0.882 < 1.
Build instructions
Figures:
pip install numpy matplotlib scipy
python3 figures.py
# → writes fig1–fig7.png
Paper PDF:
pip install reportlab
python3 paper_pdf.py
# → writes PrincipiaOrthogona_VolumeTwo_v2a.pdf
Lean 4:
lake update && lake build VolumeTwo
# Dependencies: Mathlib4 (current stable)
Series context
| Role | DOI |
|---|---|
| Series root / concept DOI | 10.5281/zenodo.19117399 |
| Volume I (operator algebra) | 10.5281/zenodo.20298665 |
| Volume II (this deposit) | 10.5281/zenodo.20159456 |
| GTCT / Ring 5 | 10.5281/zenodo.20239928 |
| GCM paper (dm³ toy model) | 10.5281/zenodo.19379385 |
| Autophagy / Triple-Alpha (Book 3, Ch. A) | 10.5281/zenodo.20168812 |
| Fibonacci / Tribonacci DNLS | 10.5281/zenodo.20026942 |
| AXLE formal verification hub | github.com/TOTOGT/AXLE |
MSC codes: 37C10, 37C75, 53D10, 58K05, 37G10, 70H05
Keywords: contact geometry · dm³ toy model · generative transitions · Whitney singularities · Gronwall stability · Lean 4 formal verification · curvature threshold · embodiment threshold · operator sequence · g-series · Principia Orthogona · G6 LLC · helical attractor · contact Hamiltonian
License: CC BY-NC-ND 4.0 (paper) · MIT (code)
Copyright: © 2026 Pablo Nogueira Grossi, G6 LLC
Contact: pablogrossi@hotmail.com · ORCID: 0009-0000-6496-2186
Files
fig1_phase_portrait.png
Files
(2.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:1929329c8b922c6f728aed9a107c8b84
|
34.7 kB | Download |
|
md5:5562af489595fa325e665dd51618bd2f
|
120.1 kB | Preview Download |
|
md5:7888dbb81610a5b4b16ab15110babc7e
|
128.7 kB | Preview Download |
|
md5:d4f56c32f6221b07265cb5a4ef0437bc
|
119.5 kB | Preview Download |
|
md5:47e6a1ce9e9f2479eb8715ce2a875f6b
|
120.6 kB | Preview Download |
|
md5:15bb52b2c4e768197f322e49db300fd5
|
107.8 kB | Preview Download |
|
md5:f2d5c087010f55615f9e7b9fd0fd752f
|
67.1 kB | Preview Download |
|
md5:3bef4f30dd5df3af21f920d212b7b21b
|
274.6 kB | Preview Download |
|
md5:4358681d66ad6315b4213a747dbbea0e
|
20.6 kB | Download |
|
md5:ea560ae8b21c5df11f4e6cf39ab847c9
|
1.6 kB | Download |
|
md5:9e987154a9be97730e33f57ebb8fd942
|
29.4 kB | Download |
|
md5:a9093db6e3d3ceda59b3516d00fb3965
|
41.9 kB | Download |
|
md5:53431c95f5dfe549ab07869276a929e1
|
294.8 kB | Preview Download |
|
md5:2ef9219aec8462eab0cd2e3b8e2c3014
|
1.2 MB | Preview Download |
|
md5:5cb898ff47439a7269f6e16c49f94510
|
6.0 kB | Preview Download |
|
md5:46483aa73084072234e60185075f2dc8
|
11.0 kB | Download |
Additional details
Identifiers
Related works
- Cites
- Preprint: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6439626 (URL)
- Is documented by
- Software: https://www.github.com/TOTOGT/AXLE (URL)
- Is part of
- Preprint: 10.5281/zenodo.19117399 (DOI)
- Is supplement to
- Preprint: 10.5281/zenodo.19117399 (DOI)
Software
- Repository URL
- https://www.github.com/TOTOGT/AXLE
- Programming language
- Python , Lean
- Development Status
- Active
References
- [1] P. Nogueira Grossi, Principia Orthogona, Volume One: The Mathematics of Generative Transitions, preprint, HAL, 2026. [2] P. Nogueira Grossi, Generative Contact Mechanics: A Geometric Framework for Dissipative Systems with Structured Limit Cycles, submitted to J. Geom. Mech., 2026.
- [2] P. Nogueira Grossi, Generative Contact Mechanics: A Geometric Framework for Dissipative Systems with Structured Limit Cycles, submitted to J. Geom. Mech., 2026.
- [3] P. Nogueira Grossi, The dm3 Operator: Explicit Toy Model and Global Dynamical Analysis, submitted to SIAM J. Appl. Dyn. Syst., 2026.
- [4] V. I. Arnold, Mathematical Methods of Classical Mechanics, 2nd ed., Springer, New York, 1989.
- [5] A. Bravetti, Contact Hamiltonian mechanics, Ann. Phys. 376 (2017), 17–39.
- [6] M. de Le´on and M. Lainz Valc´azar, Contact Hamiltonian systems, J. Math. Phys. 60 (2019), 102902.
- [7] J. Guckenheimer and P. Holmes, Nonlinear Oscillations, Dynamical Systems, and Bifurcations of Vector Fields, Springer, New York, 1983.
- [8] M. W. Hirsch, C. C. Pugh, and M. Shub, Invariant Manifolds, Lecture Notes in Mathematics 583, Springer, Berlin, 1977.
- [9] R. Z. Has'mi˘nski˘ı, Stochastic Stability of Differential Equations, Sijthoff & Noordhoff, 1980.
- [10] M. Shub, Global Stability of Dynamical Systems, Springer, New York, 1987.