Principia Orthogona · Greek Operator Series
C K F U · A · C K F U
Chapter A · Autophagy
G = U ∘ F ∘ K ∘ C · μ = −2 · τ = 2

The cell eats itself — and by doing so, survives. Autophagy is not pathology but maintenance: a contact-geometric decision surface where the mTOR kinase acts as fold operator F, and the full operator chain G fires every time a cell chooses renewal over death. This chapter proves it — in biology, in contact geometry, and in Lean 4.

A note on “orthogenesis”

The word has a history. In late-nineteenth-century biology it named a theory — that evolution advances in straight lines, pushed by an internal drive toward a predetermined end. That theory is dead, and it deserved to die. Nothing here revives it.

What we mean is orthogonal genesis: form generated under constraint, along the directions the constraints leave open. There is no drive and no destination. A growing shell does not reach toward its shape — it runs out of alternatives. Curvature does not pull development forward; it removes options. Time and gravity and the geometry of the surface do the rest.

That is why the direction is real without being intended. Systems move, and the directions available to them are dictated by forces, not by purpose. Waddington called the biological version canalisation: development running in valleys, buffered against perturbation, directional without being goal-seeking. His epigenetic landscape is a curvature picture. It is the K operator, drawn by a biologist who did not know that is what he was drawing.

Generative science says what physics says: the form is what the constraints permit. Biology may take some time to hear the difference between a system that is pushed and a system that has nowhere else to go. That difference is the whole book.

§ 1 · De Duve's Lysosomes and Ohsumi's ATG Genes

Christian de Duve isolated lysosomes from rat liver cells in 1955 — membrane-bound organelles filled with hydrolytic enzymes capable of digesting almost any biological molecule. In 1963 he coined the term autophagy (Greek αὐτοφαγία, "self-eating") to describe the process by which the cell delivers its own cytoplasmic contents to the lysosome for recycling. He was awarded the Nobel Prize in 1974.

For three decades, autophagy remained a morphological curiosity. Then in 1993, Yoshinori Ohsumi performed a screen in Saccharomyces cerevisiae under nitrogen starvation and identified the first autophagy-defective mutants. By 1997 his lab had cloned the first ATG (autophagy-related) genes. The discovery that autophagy has a defined, conserved genetic programme — now 41 ATG genes in yeast, with mammalian orthologues — earned Ohsumi the Nobel Prize in 2016.

"Autophagy is not simply a starvation response. It is the cell's mechanism of continuous self-renewal — a quality-control programme running in parallel with growth." — Yoshinori Ohsumi, Nobel Lecture 2016

What Ohsumi could not have foreseen in 1997 is that the genetic cascade his screen revealed — from nutrient sensor to membrane fold to lysosomal restoration — is the dm³ operator chain G = U ∘ F ∘ K ∘ C, written in the language of kinase biochemistry.

§ 2 · The mTOR Decision Surface

The autophagy switch is controlled by mTOR (mechanistic target of rapamycin), a serine/threonine kinase and master nutrient sensor. When amino acids and growth factors are abundant, mTORC1 is active and suppresses autophagy by phosphorylating and inactivating the ULK1 initiation complex. When nutrients fall below threshold, mTORC1 is inhibited, ULK1 fires, and the autophagy programme begins.

The complementary sensor is AMPK (AMP-activated protein kinase), which detects falling ATP/AMP ratios — cellular energy deficit. AMPK directly activates ULK1 (by phosphorylating S317 and S777) and simultaneously inhibits mTORC1, creating a bistable switch: growth or renewal.

In contact geometry, this is a fold singularity. The contact manifold of the cell's metabolic state space is:

X_cell = (ℝ³, α_cell) α_cell = dz − λ·r² dθ where: r = [amino acid] / K_aa (normalised nutrient concentration) θ = mTOR activity phase ∈ [0, 2π) z = autophagy commitment coordinate λ = AMPK/mTOR activity ratio (bifurcation parameter)

The fold operator F fires when r ≤ r*(λ) = √(K_aa / λ): below this threshold, the contact condition α_cell = 0 forces the system onto the autophagy branch. This has the same functional form as the self-trapping bound in the zeolite model (Ch CatGT, where it carries an explicit length scale and an open normalization) and as a Sweet-Parker-type threshold in plasma reconnection. A shared functional form is a proposed analogy across substrates, not a demonstrated shared mechanism.

§ 3 · G = U ∘ F ∘ K ∘ C in the Autophagy Cascade

The four operators of the dm³ chain fire in strict sequence during autophagy initiation, elongation, and completion:

C
COMPRESS
mTORC1 inhibition · AMPK activation · nutrient depletion folds metabolic space
K
KINASE
ULK1 complex fires · Beclin-1 released · PI3K III activates · nucleation begins
F
FOLD
LC3-I → LC3-II lipidation · membrane curves · autophagosome forms and seals
U
UNFOLD / RESTORE
Autophagosome fuses with lysosome · cargo degrades · amino acids recycle → mTOR reactivates

The cycle closes: lysosomal amino acid export reactivates mTOR, which terminates ULK1, ending autophagy. The system returns to its resting state — the contact manifold has returned to the basin of the fixed point x*. This is the Lyapunov stability condition: the post-autophagy state is an attractor with eigenvalue μ = −2.

The LC3-I → LC3-II transition at the F step deserves special emphasis. LC3-II (phosphatidylethanolamine-conjugated LC3) inserts into the phagophore membrane on both sides, creating a Legendrian submanifold: the autophagosome membrane is the contact surface on which the Hamiltonian contact flow is integral. The curvature of the membrane — enforced by the ATG5–ATG12–ATG16L1 complex — is not arbitrary; it is the curvature required by the contact condition α_cell = 0.

§ 4 · The Lean 4 Proof

The fold is proved where a proof is available: on the potential itself. The two Whitney A₁ conditions — a critical point at q = 1, and that critical point non-degenerate — are a few lines of Lean each, and the factorisation exhibiting the double root is one more. What follows is verbatim from AutophagyDm3.lean in the AXLE repository.

-- AutophagyDm3.lean · AXLE · verbatim -- c(ρ) = −2ρ is strictly negative for ρ > 0: the scalar witness -- for non-degeneracy of the contact form α = dz − ρ² dθ. theorem contactCoeff_neg (ρ : ℝ) (hρ : 0 < ρ) : contactCoeff ρ < 0 := by unfold contactCoeff linarith -- Whitney A₁, first condition. theorem V_critical_at_one : V' 1 = 0 := by unfold V' norm_num -- Whitney A₁, second condition: V″(1) = 6 ≠ 0. theorem V_second_deriv_at_one : V'' 1 = 6 := by unfold V'' norm_num -- The double root exhibited by factorisation, not asserted. theorem V_factored (q : ℝ) : V q + 2 = (q - 1) ^ 2 * (q + 2) := by unfold V ring

The triple-alpha side is a separate file, and deliberately a spare one. Three α-particles couple, so the fold ladder is the three-term recurrence w(k+3) = w(k+2) + w(k+1) + w(k), whose characteristic root is the Tribonacci constant η ≈ 1.8393 — above the two-body constant φ, below the embodiment threshold τ = 2. TripleAlphaDm3.lean proves the ordinal form of that sandwich, and carries no dependency on Mathlib, so it can be checked from a clean checkout with nothing to fetch.

-- TripleAlphaDm3.lean · AXLE · verbatim · Mathlib-free def tribo : Nat → Nat | 0 => 1 | 1 => 1 | 2 => 2 | (n + 3) => tribo (n + 2) + tribo (n + 1) + tribo n -- η > φ: each term strictly exceeds the Fibonacci step. theorem tribo_dominates_fibonacci_step (n : Nat) : tribo (n + 2) + tribo (n + 1) < tribo (n + 3) := by have h := tribo_pos n rw [tribo_rec] omega -- η < τ = 2: past the first term the ladder stays under the doubling rate. theorem tribo_lt_two_pow : ∀ n, 0 < n → tribo n < 2 ^ n

The two files answer different questions and are held to different standards. The autophagy theorems are sorry-free in source, compiled against Mathlib. The triple-alpha theorems have been through the kernel with a per-declaration #print axioms. Five of the six return [propext, Quot.sound] — two of the three standard axioms, since nothing in the file is classical. The sixth, tribo_rec, returns does not depend on any axioms: the recurrence holds definitionally, so the kernel needs nothing at all to accept it. Re-run 27 August 2026 under Lean 4.32.0, from a clean checkout, by lean TripleAlphaDm3.lean — no lake, no Mathlib, nothing fetched.

DeclarationFileStatusContent
contactCoeff_negAutophagyDm3.leansorry-freecontact form non-degenerate, scalar witness
V_critical_at_oneAutophagyDm3.leansorry-freeWhitney A₁: V′(1) = 0
V_second_deriv_at_oneAutophagyDm3.leansorry-freeWhitney A₁: V″(1) = 6 ≠ 0
V_factoredAutophagyDm3.leansorry-freedouble root by factorisation
gronwall_radiusAutophagyDm3.leansorry-freeε₀ = 1/3
helical_selectivityCatGT_Main.leansorry-freesquare-root monotonicity behind the zeolite self-trapping bound (name kept from an earlier draft)
tribo_dominates_fibonacci_stepTripleAlphaDm3.leankernel-checkedη > φ
tribo_lt_two_powTripleAlphaDm3.leankernel-checkedη < τ = 2

Three statements in AutophagyDm3.lean are placeholders and are labelled as such in the source: contactForm_nondeg_full, whitneyFold_from_kinase_data and limitCycle_exists_auto are each stated as True pending AXLE Issue #14. They are open obligations, not results, and the scalar or algebraic content standing in for each is the theorem named beside it above.

Open obligationNeedsTracked
contactForm_nondeg_fulldifferential forms on X_autoAXLE #13
whitneyFold_from_kinase_dataσ ~ V near ρ*, via MatherAXLE #13
limitCycle_exists_autoPoincaré section and return mapAXLE #13

§ 5 · A Proposed Analogy: Autophagy ↔ Stars ↔ Zeolites

The dm³ programme proposes that a threshold of the form r*(λ) = √(J/λ) recurs across domains (see the cross-domain table in Ch CatGT, now labelled a shared functional form, not a shared invariant). In the autophagy reading, the mTOR/AMPK ratio plays the role of λ, the normalised nutrient concentration is r, and the fold threshold r* separates the growth mode from the renewal mode. This identification is proposed here, not derived.

The proposed structural parallel with the triple-alpha process is:

Triple-alpha: T ≤ T* = √(ℏω / k_B λ_grav) → fold F fires → helium burns → carbon Autophagy: r ≤ r* = √(K_aa / λ_AMPK) → fold F fires → LC3-II forms → recycling Parallel structure (proposed); the constants and units are not matched here.

Both are self-regulating: the product of the fold (carbon atoms / amino acids) terminates the process by restoring the variable (temperature drops / mTOR reactivates) that keeps r above threshold. The intended reading is Lyapunov stability — the orbit returns to x* after perturbation — and, if it held, it would help explain why both stellar nucleosynthesis and cellular autophagy are stable over geological / evolutionary timescales. Stability of the full system is not proved in this chapter.

§ 6 · Aging, Cancer, and the μ = −2 Principle

Impaired autophagy is now documented in virtually every major age-related disease: Alzheimer's (tau and amyloid aggregation), Parkinson's (α-synuclein accumulation), cancer (dual role: tumour-suppressive early, survival-promoting late), and metabolic syndrome (lipid droplet accumulation). The common thread is failure to maintain the μ = −2 anti-entropy rate — the cell cannot export disorder fast enough.

Rapamycin — discovered from soil bacteria on Easter Island (Rapa Nui, hence the name) in 1964 — inhibits mTORC1 and forces the cell into autophagy mode. In every ageing model tested (yeast, worm, fly, mouse), rapamycin extends lifespan. In the dm³ interpretation: rapamycin fixes the fold operator F in its "on" state, maintaining the C→K→F→U cycle even when nutrient signals would otherwise suppress it.

The anti-entropy rate μ = −2 is the Lyapunov exponent of the G-chain at the fixed point x*. Ageing is the drift of μ toward 0 — the loss of Lyapunov stability. Autophagy is one of the primary mechanisms by which the organism keeps μ below 0. This is why caloric restriction — which chronically activates AMPK and suppresses mTOR — is the most reproducible lifespan-extending intervention known.

"We are not degrading the cell when we activate autophagy. We are running the G-chain — the same chain that makes stars burn for ten billion years." — dm³ framework interpretation · 2026

§ 7 · Connection to the BZ Reaction and Neural Oscillation

The Belousov-Zhabotinsky reaction (see Ch BZ) and autophagy share a deep structural identity: both are dissipative oscillators maintained at a non-equilibrium steady state by continuous energy (chemical potential) input. Both produce spatial patterns — BZ produces spiral waves on a dish; autophagy produces spatial autophagy flux patterns that are cell-cycle-phased (autophagy peaks at G1/S transition and is suppressed during mitosis).

The period of the autophagy cycle — typically 15–30 minutes for autophagosome formation, 30–60 minutes for lysosomal degradation — maps to the π operator period T* = 2π/ω₀. The frequency ω₀ is set by the mTOR/AMPK kinetics. In nutrient-starved cells, ω₀ falls and the period lengthens; in growth conditions, ω₀ rises and the cycle shortens. This is the π operator modulating the A operator: the recurrence ladder determining the rhythm of self-renewal.

§ 8 · AXLE Cross-Reference and Lean 4 Status

The autophagy theorems live in AutophagyDm3.lean and the three-body ladder in TripleAlphaDm3.lean, both in the AXLE repository, with the zeolite companion in CatGT_Main.lean (canonical in TOTOGT/io, mirrored in geometry/catgt/lean/). Counts are per file, produced by tools/theorem_census.py (re-run 2026-09-20), and separate declarations stated as True (placeholders) from those that are not. The census counts declarations written and sorry-free; it does not count theorems proved, and “substantive” here means “not stated as True,” not “deep” (several entries are short numerical or algebraic checks):

FileTheoremsSubstantivePlaceholdersSorries
AutophagyDm3.lean211830
CatGT_Main.lean131300
TripleAlphaDm3.lean6600
This chapter403730

The cross-domain reading — that a threshold of the form r*(λ) = √(J/λ) governs qualitative transitions in cells, zeolites, plasmas and stellar interiors — is a working conjecture of the dm³ programme, not a result of this chapter. √(J/λ) is the generic crossover scale of a spreading term against a localizing term, so the same form appearing in several domains is weak evidence of a shared mechanism by itself, and the zeolite version now carries an explicit length scale and an open normalization (Ch CatGT). Autophagy is worked here as one instance. What is stated and proved (sorry-free in AutophagyDm3.lean) is algebra on the model potential: V′(1) = 0, V″(1) = 6 ≠ 0 and the double-root factorisation. The step from kinase data to that potential (whitneyFold_from_kinase_data) is one of the three placeholders above. It is the theorems that are verified, not the analogy between domains.

Related chapters
Prevention Theorem
Prevention at scale · The K-gate argument for planetary health investment
The Inner Pharmacy
Belief as operator · The floor the inner pharmacy requires
Λ · Polylaminin
Structural biology · The laminin K-gate at cellular scale
G6 LLC  ·  g6llc@proton.me  ·  +1 (646) 342-3751
Proved · kernel-checked
tribo_dominates_fibonacci_step TripleAlphaDm3.lean:77
tribo_lt_two_pow TripleAlphaDm3.lean:106
tribo_pos TripleAlphaDm3.lean:65 Each name above is declared in this repository at the line shown and appears in an axiom report with no sorryAx. A clean axiom report is not a reading of the statement: per R20, a theorem can assume its conclusion and still report clean. Follow the link before citing one as evidence.