Principia Orthogona · Vol. III · G6 LLC · Newark NJ · 2026

The 1/3 Invariant
Positional Dominance
in Network Games

When mathematics doesn't ask for permission — and the universe deploys from stillness. A unified treatment of game theory, operator systems, and the structural constant that appears everywhere.
Pablo Nogueira Grossi · ORCID 0009-0000-6496-2186
Papers: Grossi (2026a) · Grossi (2026b) · Principia Orthogona Series
Zenodo: 10.5281/zenodo.19117399 · github.com/TOTOGT/AXLE
C → K → F → U → ∞
AXLE Proof Status · June 2026

Key Facts

13
Theorems Proved
9
Honest Sorry Markers
1/3
ε₀ Stability Radius
0
Extra Axioms
33
g₆ Threshold (cycles)
T* Canonical Period
Constant / ResultValueProofFile
Stability radius ε₀1/3 rflMain_v6.lean
g₆ threshold33 rflMain_v6.lean
τ · ε₀ = 2/32/3 < 1 ring + norm_numMain_v6.lean
dm³ basin compact [1/3, 2]IsCompact isCompact_IccAutophagyDm3_v2.lean
D6 cyclic shift order12 decideD6.lean
μ_max canonical bound−2 norm_numMain_v6.lean
σ* network game[0.30, 0.36] value iterationvalue_iteration_midstream.py
GCH fails at hyper-Mahlo rank Kanamori §Mahloceiling theorem
Cosmic Ocean · 1835 · Mandi, Punjab Hills

The Painting and the Proof

The 1835 Mandi miniature is not decoration. It is the operator chain G = U∘F∘K∘C painted in opaque watercolor and gold. The positional player does not race. The universe deploys from his position.

The Cosmic Ocean Reveals Brahma, Vishnu and Shiva. Style of Sajnu, Mandi 1835. San Diego Museum of Art.
Style of Sajnu · Mandi, Punjab Hills, North India · 1835 · Opaque watercolor and gold on paper · Edwin Binney 3rd Collection, San Diego Museum of Art (1990.136) · Public domain

G = U∘F∘K∘C in the cosmic ocean: Brahma (left, four-faced) = U — unfold, creation, the generative expansion. Vishnu (center, blue) = K — curvature/preservation, the positional player who controls the channel. Shiva (right, trident) = F — fold, transformation, the Whitney A₁ critical event. Ananta Shesha (the cosmic serpent) = C — compression, the substrate. The lotus = p* — the fixed point.
C · Compress
Ananta Shesha
K · Constrain
Vishnu (positional)
F · Fold
Shiva (transformation)
U · Unfold
Brahma (creation)
p* · Fixed Point
The Lotus

The Smithsonian Exhibition

The Reclining Vishnu of West Mebon (National Museum of Cambodia, ca. 10th–11th century) — largest bronze ever cast in Southeast Asia — is currently on exhibition at the Smithsonian's National Museum of Asian Art, Washington D.C. March 7–September 7, 2026, Arthur M. Sackler Gallery, Gallery 22.

The sculpture was found in 1936 buried in a pit with dozens of loose fragments. Only the head and torso were displayed for 90 years. A team of international experts has recently conserved and reconnected the body — restoring the full six-meter length. This is the Monster Regeneration Theorem in physical form: break state, triad preserved, unique regeneration.

Film: Awkun (meaning "thank you" in Khmer), dir. praCh Ly — youtube.com/watch?v=RfXcagYJdMo

GTCT Framework · AXLE Verified

The Operator Orbit G = U∘F∘K∘C

The four-operator orbit converges to a unique attractor when σ ≥ ε₀ = 1/3. Below this radius the system remains transient. Above it the orbit locks into the g₃₃-stable fixed point — positional coherence self-sustaining.

G = U ∘ F ∘ K ∘ C : X → X
Live: Operator Orbit Phase Portrait · G^n convergence to p*
Pre-convergence (σ < 1/3) Converging orbit G^n ε₀ = 1/3 radius Fixed point p*

Four Operators — Definitions

OpNameActionCosmic analogStatus
CCompress Projects onto irreducible kernel; bi-Lipschitz δ > 0 Ananta Shesha — the substrate Proved
KConstrain Drives |κ| → κ* via gain α(s); never folds alone Vishnu — the positional player Proved
FFold Whitney A₁ at |κ| = κ*; Jacobian rank loss 1 Shiva — the transformation Proved
UUnfold Gradient descent on Φ; new stable topology exponentially Brahma — the unfold/creation Proved

Stability Radius. The operator orbit G^n converges to a unique fixed point p* for all starting states x when:

τ · ε₀ = 2 · (1/3) = 2/3 < 1
Proof: theorem noiseTolerance : canonicalTriple.tau * stabilityRadius = 2/3 := by simp [...]; ring
theorem gtct_return_stable_within_radius : ... * stabilityRadius < 1 := by norm_num
Both proved with 0 sorry in AXLE/Main_v6.lean. □
Paper 1 · Grossi (2026a)

The Network Game — Model

A two-player infinite-horizon stochastic game on a capacitated linear network. Player J controls the hub. Player V invests in speed. One threshold separates them.

Three-Node Network: A (Production) → C (Hub) → B (Export)

Players

PlayerStrategyPayoffAnalog
J (Positional) Owns hub C; controls K ∈ [0, K̄] and flow q ∈ [−K, K]; private signal γ = 0.55 R_J = β·σ·|I_A−I_B|·(K/K̄) − τ·|q| Vishnu — stillness dominates
V (Velocity) Invests in speed v ≥ 0; cost c(v) = v²/2; public signals only R_V = β·σ·(1−γ)·min(v,1)·|I_A−I_B| − v²/2 The HFT arms race

Parameters (Table 1)

SymbolValueMeaningSource
β8.5 $/bblPrice impact sensitivityKilian (2009)
τ2.0 $/bblTransport costFERC Form 6
1.5 MMbbl/dMax hub capacityEIA STEO 2024
δ0.985Monthly discount factor18% annual
γ0.55Private signal strengthPirrong (2012)
σ_L / σ_H0.15 / 0.45Volatility statesEIA monthly
P_HH0.75High-vol persistenceWTI empirical

Analytical Threshold. Under the quadratic value function ansatz, J strictly dominates V when:

σ > σ* = √(b/a) ≈ 0.665
ΔV(σ) = a·σ² − b. Setting ΔV(σ*) = 0 gives σ* = √(b/a). a > 0 because J's payoff is superlinear in σ. b > 0 because V earns positive rents at σ = 0. Unique positive root. Full proof in Appendix A, Grossi (2026a). □

Numerical Threshold. Under baseline midstream calibration (value iteration, 8×8×8 grid):

σ* ∈ [0.30, 0.36]

Correction factor ψ ≈ 0.50 relative to analytical result (0.665). Attributable equally to storage optionality (~25%) and Markov persistence (~25%). Historical Permian–Cushing volatility (0.35–0.42) exceeds σ* in ~68% of months 2015–2024.

Numerical Results · MPE Value Iteration

The Value Gap ΔV(σ)

The sign reversal of ΔV = E[V_J*] − E[V_V*] is the empirical signature of σ*. At low volatility V dominates (speed pays). At high volatility J dominates (position pays). The crossing point is σ* ≈ 1/3.

ΔV(σ): Value Gap · Analytical vs Numerical MPE
Analytical ΔV(σ) ≈ aσ² − b (root ≈ 0.665) Numerical MPE value gap σ = 1/3 σ* interval [0.30, 0.36]
StateE[V_J*]E[V_V*]ΔVJ dominates?
Low vol (σ_L = 0.15)0.420.61 −0.19No
High vol (σ_H = 0.45)3.872.14 +1.73Yes
Threshold σ* (interpolated)≈ 0.33 ∈ [0.30, 0.36] ≈ 1/3
Paper 2 · Grossi (2026b) · The 1/3 Conjecture

Cross-Domain Threshold: The 1/3 Invariant

The same threshold σ* ≈ 1/3 recurs across several otherwise unrelated systems. Two of the rows below are machine-checked Lean 4 theorems; the network-game and WTI rows have their own derivations and data cited elsewhere. The "circadian trader" row does not — see the audit linked in that row before reading it as a fifth independent confirmation.

DomainSystemThresholdInterpretationStatus
Network gameMPE on A–C–B σ* ∈ [0.30, 0.36] Positional node control dominates velocity Proved
GTCT operator orbitG = U∘F∘K∘C ε₀ = 1/3 Banach fixed-point lock at attractor Lean 4 · 0 sorry
dm³ contact geometryWhitney A₁ fold ε₀ = 1/3 Self-organization radius (autophagy) Lean 4 · 0 sorry
Circadian traderg₃₃ = 33 cycles g₃₃ ≈ 1/3 attractor Nirvana compounding fixed point — no derivation, dataset, or citation found in this file (WP-28) Unsourced
WTI historical volPermian–Cushing 0.35–0.42 Empirically above σ* in 68% of months EIA 2015–2024
AXLE · Lean 4 · Mathlib4 · 0 Extra Axioms

Lean 4 Formal Proofs

Four theorems fully proved in AXLE. No sorry. No axioms beyond Mathlib4 standard.

AXLE/Main_v6.lean — Core definitions and proved constants
-- Operator orbit: G = U ∘ F ∘ K ∘ C
def GenerativeOp (M : GenerativeManifold)
    (C : CompressionOp M) (K : CurvatureOp M)
    (F : FoldOp M) (U : UnfoldOp M) : M.carrier → M.carrier :=
  U.map ∘ F.map ∘ K.map ∘ C.map

-- Stability radius: proved ε₀ = 1/3
def stabilityRadius : ℝ := 1 / 3
theorem stabilityRadius_eq : stabilityRadius = 1 / 3 := rfl

-- g₆ threshold: proved g₆ = 33
def g6 : ℕ := 33
theorem g6_is_33 : g6 = 33 := rfl

-- Noise tolerance product: τ · ε₀ = 2/3
theorem noiseTolerance :
    canonicalTriple.tau * stabilityRadius = 2 / 3 := by
  simp [canonicalTriple, stabilityRadius]; ring

-- System is stable within radius: τ · ε₀ < 1
theorem gtct_return_stable_within_radius :
    canonicalTriple.tau * stabilityRadius < 1 := by
  simp [canonicalTriple, stabilityRadius]; norm_num
AXLE/AutophagyDm3_v2.lean — dm³ basin with 1/3 lower bound
-- dm³ basin compact with ε₀ = 1/3 as lower bound
theorem dm3_basin_compact :
    IsCompact (Set.Icc (1/3 : ℝ) (2 : ℝ)) := by
  exact isCompact_Icc

-- Whitney A₁ fold at critical curvature κ*
-- V(q) = q³ − 3q, Morse condition ∂V/∂q = 0 at q = 1
-- Contact form non-degeneracy: fully proved
-- Whitney fold algebra: fully proved
AXLE/MahloClosure.lean — Issue #6 (honest sorry — last one)
-- The G⁶ crystal saturates in ≤ 33 steps for every starting vector.
-- Lifting to transfinite orbits requires Mahlo-like closure.
-- One sorry remains. It is labeled honestly.
theorem g6_unconditional_closure (v : Crystal.PhaseVector) :
    ∃ m ≤ 33, isCrystalSaturated (applyG^[m] v) ∧
      isEigenmodeLocked (applyG^[m] v) := by
  sorry
  -- ISSUE #6 (OPEN) — last sorry in the Collatz–dm³ bridge
  -- Blocked by: Mathlib 4.28 missing ContactHomology.lean
  -- Closes: Issues #20, #13 partial, Collatz–dm³ bridge
The Central Open Question

The 1/3 Conjecture

Conjecture (1/3 Invariant). In any sufficiently regular networked system whose dynamics can be expressed as an iterated operator orbit G, there exists a unique volatility/noise threshold σ* ≈ 1/3 above which positional control of a critical node is the unique payoff-dominant strategy class.

The conjecture is consistent with all current numerical evidence and with the verified Lean proofs of the operator system. A general proof would require a unified fixed-point theorem bridging stochastic games and contact geometry — specifically, closing the Gronwall contraction below ε₀ (AXLE Issue #13) without the regularity hypothesis.

What a proof would require

ComponentStatusBlocking issue
(i) Fixed-point theorem for operator orbits below ε₀ = 1/3 PartialIssue #13 (Gronwall)
(ii) Map from arbitrary network topologies to 3-node structure OpenMost open component
(iii) Bridge: game-theoretic value gap ↔ contact-geometric fold OpenIssue #6 (hyper-Mahlo)

The Ceiling Theorem

Higher Mahlo ranks force failures of the Generalized Continuum Hypothesis. This bounds nested infinities lawfully — the hierarchy is not open sky.

∀ κ hyper-Mahlo at sufficient rank: GCH fails at κ ⟹ |P(κ)| > κ⁺

The intuition that infinity must have a ceiling is a theorem. The Monster Law finds it from the operator side. Kanamori finds it from the cardinal side. They meet at the same ceiling.

Future Work

Five Open Problems

O1 — Graph Topology
Prove the conjecture for arbitrary graph topologies beyond the linear 3-node case.
Linear structure is essential to current MPE derivation.
O2 — Correction Factor
Characterize ψ(δ, P, K) analytically in terms of Operator F (storage optionality).
Currently computed numerically via value iteration.
O3 — Multi-Player
Extend to multi-player mean-field games and dynamic node acquisition.
Two-player fixed-capacity model is the starting point.
O4 — Empirical Tests
Test across non-energy networks: power grids, semiconductor supply chains, prediction markets, dark pools.
Financial microstructure maps directly onto 3-node structure.
O5 — Issue #6
Close AXLE Issue #6: hyper-Mahlo fixed point without regularity hypothesis.
One proof closes Issues #6, #20, and the Collatz–dm³ bridge.
AXLE Honest Incompleteness · June 2026

Sorry Audit — 9 Open Issues

These are honest admits, not placeholder conveniences. Each is labeled with the blocking reason. Issue #6 is the critical path: closing it closes four other problems in sequence.

PROVED · stabilityRadius = 1/3
Exact by rfl. No sorry ever.
Main_v6.lean
Issue #6 · CRITICAL PATH
Hyper-Mahlo fixed point without regularity hypothesis.
MahloClosure.lean
Blocks: Collatz–dm³ bridge, Issue #20, Issue #13 partial
Issue #13
Gronwall contraction below ε₀ = 1/3.
Gronwall.lean
Blocks: full Banach convergence theorem
Issue #14
Poincaré–Bendixson limit-cycle existence for dm³ flow.
AutophagyDm3_v2.lean
Blocks: biological orbit theorem
Issue #15
χ(H*(X⁶)) = 33 separation theorem.
FoldEvents.lean
Blocks: Collatz fingerprint formalization
Issue #16
Regeneration loop invariant after g₆ cycles (full transfinite).
regeneration_loop_invariant.lean
Partial proof exists; transfinite lift open
Issue #17
Floquet multiplier analysis for spiral return.
Main_v6.lean
Spectral theory gap in Mathlib4
Issue #18
IPR_trib > IPR_fib formal bound.
SwarmSimulator.lean
Numerical evidence exists; formalization open
Issue #19
Spectral measure theory for fold maps.
FoldEvents.lean
Mathlib4 API gap (measure theory)
Issue #20
LCH construction for Legendrian action positivity.
MarketThreshold.lean
Same boundary as Issue #6 — one proof closes both
Bibliography

References

Budish, E., Cramton, P., Shim, J. (2015). The high-frequency trading arms race. QJE 130(4), 1547–1621.
Dixit, A.K., Pindyck, R.S. (1994). Investment under Uncertainty. Princeton UP.
EIA (2024). Short-Term Energy Outlook. U.S. Energy Information Administration.
Foucault, T., Hombert, J., Rosu, I. (2016). News trading and speed. Journal of Finance 71(1), 335–382.
Grossi, P.N. (2026a). Positional Dominance in Network Games. G6 LLC. No standalone Zenodo record found under this title — the DOI previously given here (10.5281/zenodo.19117399) is the series concept DOI, which resolves to whatever is most recently deposited (currently Principia Orthogona Vol. I v6, an unrelated paper). See WP-28.
Grossi, P.N. (2026b). On the Recurrent Appearance of a Threshold Near 1/3. Companion preprint. No standalone Zenodo record found under this title — same phantom-DOI issue as (2026a). Not yet deposited, or not yet written; treat the "circadian trader" row above as unsourced until one exists. See WP-28.
Grossi, P.N. (2026c). Principia Orthogona: The Complete Series. G6 LLC. ISBN 979-8-9954416-0-1.
Kanamori, A. (1994/2003). The Higher Infinite. Springer. [Ceiling theorem: §Mahlo]
Kilian, L. (2009). Not all oil price shocks are alike. AER 99(3), 1053–1069.
Nagurney, A. (2014). Supply Chain Network Economics. Edward Elgar.
Pirrong, C. (2012). Commodity Price Dynamics. Cambridge UP.
Smithsonian NMAA (2026). Vishnu's Cosmic Ocean. Exhibition, Gallery 22, March 7–September 7, 2026. asia.si.edu ↗ Film: Awkun, dir. praCh Ly. youtube.com/watch?v=RfXcagYJdMo ↗
Style of Sajnu (1835). The Cosmic Ocean Reveals Brahma, Vishnu and Shiva. Opaque watercolor and gold on paper. Edwin Binney 3rd Collection, San Diego Museum of Art, 1990.136. Public domain.
AXLE Repository. github.com/TOTOGT/AXLE ↗ Main_v6.lean, AutophagyDm3_v2.lean, MahloClosure.lean. Issue #6: open.