Apoth3osis
>_PM_BOUNDED.TAU_CONTROL

PM-Bounded τ-Control

Formalization of Al-Mayahi's PM-bounded τ-control framework for tokamak fusion stability. The key extension beyond the source paper is the set-level boundary nucleus: the smooth saturation operators are bounded contractions into the PM-safe region, but the genuine Order.Nucleus instance operates on sets, not scalars.

Paper: "PM-Bounded τ-Control for Tokamak Fusion Stability", GFSI, January 2026. UK Patent Application GB2600537.1.

>_VERIFICATION.SEAL
FORMALLY VERIFIED • LEAN 4 • MACHINE-CHECKED • APOTH3OSIS¬QED44 theorems • 0 sorry7 modules0 SORRY

Formal Verification Certificate

Every theorem in this project has been machine-checked by the Lean 4 kernel. No axiom is assumed without proof. No gap exists in the verification chain.

44 THEOREMS VERIFIED7 MODULES0 SORRY

PM-Bounded τ-Control • Lean 4 + Mathlib • Apoth3osis Labs

Core mathematical chain

SatQPM(x)=x1+x/QPMSat(x)QPM\operatorname{Sat}_{Q_{PM}}(x) = \frac{x}{1 + |x|/Q_{PM}} \qquad |\operatorname{Sat}(x)| \le Q_{PM}
jPM(S)=S[0,QPM]  :  Nucleus(Set  R)j_{PM}(S) = S \cup [0, Q_{PM}] \;:\; \mathrm{Nucleus}(\mathrm{Set}\;\mathbb{R})
t,  Q(u(t))QPM\forall t,\; Q(u(t)) \le Q_{PM}

The completion operator is a bounded contraction into the safe set. The honest nucleus connection is set-level: adjoining [0, Q_{PM}] is idempotent, extensive, and meet-preserving. The central invariant follows from |\mathrm{Sat}(x)| \le Q_{PM}.

Phase 1: Completion Operators

  • Rational and tanh saturation with global boundedness, monotonicity, continuity, oddness
  • Identity regime: |Sat(x)-x| ≤ ε|x| when |x| < εQ_PM
  • Set-level boundary nucleus j(S) = S ∪ [0,Q_PM] via Order.Nucleus

Phase 2–3: Risk + τ-Progression

  • Tokamak risk proxy Q = β·Ψ(q)·(1+T) with monotonicity in β
  • Central invariant: PM-completed source ⇒ Q(u(t)) ≤ Q_PM for all time
  • Progression density ≥ 1 always, effective step vanishes as Q → Q_PM

Phase 4–5: Gate + Multi-Limit

  • Soft gate ω ∈ [0,1]: purely classical when safe, purely completed when critical
  • Norm-bounded radial projection with Euclidean energy norm
  • SafEDMD integration: ReLU ∘ Sat composition preserves n·Q_PM² energy bound

Lean modules

Open PPC page
Analysis.PMBoundedControl.CompletionOperator
Analysis.PMBoundedControl.RiskFunctional
Analysis.PMBoundedControl.TauProgression
Analysis.PMBoundedControl.SoftTransition
Analysis.PMBoundedControl.MultiLimit