Encyclopedia Physics Physics Anomalous Transport From Jcost Diffusion Regime Count

ARTICLE 3 claims 3 theorems

Physics Anomalous Transport From Jcost Diffusion Regime Count

A machine-checked theorem counts the canonical forms of anomalous diffusion, from subdiffusion to Lévy flight, and nothing more.

The five regimes

Anomalous diffusion is the family of transport processes where the mean-squared displacement of a particle grows as a power of time, tα, with an exponent that is not the ordinary value of 1. When α is less than 1, the motion is subdiffusive, slower than normal spreading; when α equals 1, it is normal diffusion; when α lies between 1 and 2, it is superdiffusion; α equal to 2 is ballistic motion, where particles move in straight lines; and the remaining canonical case is the Lévy flight, a process with occasional long jumps that produce heavy-tailed statistics. These five regimes form a standard classification in statistical mechanics, each with its own physical signature and mathematical description.

The Recognition Science framework's machine-checked library of formal theorems contains a small declaration, diffusionRegime_count, that establishes exactly one fact: the number of these canonical regimes is five. The proof is a direct computation by the kernel, with no axioms and no gaps. The declaration does not assert that these five regimes are the only possible ones, nor does it claim that any particular physical system must exhibit one of them. It is a counting statement about a deliberately chosen inductive type, a formal list of five named regimes, and the theorem verifies that the list has five members.

In Recognition Science, this counting theorem is part of a larger pattern where the framework derives physical structure from a forced cost function. The cost function J(x) = (x + 1/x)/2 - 1 is proved to be the unique function satisfying five plain conditions, and from that theorem the framework derives constants like the golden ratio and the number of spatial dimensions. Here the same style of formalization is applied to a classification from statistical mechanics: the five regimes are defined as an inductive type, and the count is proved. The declaration is a small but clean example of how the framework encodes existing physics in its formal language, not a claim that the framework discovered these regimes.

The practical consequence is modest but real. A reader who wants to use the framework's library for transport phenomena can rely on this theorem as a verified foundation: the five regimes are present, the count is correct, and the ballistic exponent is fixed at 2. The declaration does not prove that these five regimes are exhaustive in any physical sense, nor does it derive the diffusion equation or any transport law from the cost function. It is a counting certificate, and its value is that it is machine-checked and therefore free of human error in the formalization.

THEOREM diffusionRegime_count · IndisputableMonolith/Physics/AnomalousTransportFromJCost.lean
theorem diffusionRegime_count :
    Fintype.card DiffusionRegime = 5 := by decide
THEOREM diffusionRegime_count · IndisputableMonolith/Physics/AnomalousTransportFromJCost.lean
theorem diffusionRegime_count :
    Fintype.card DiffusionRegime = 5 := by decide
THEOREM diffusionRegime_count · IndisputableMonolith/Physics/AnomalousTransportFromJCost.lean
theorem diffusionRegime_count :
    Fintype.card DiffusionRegime = 5 := by decide

What this page does not claim

The five regimes are exhaustive in all physical contexts. The framework derives the diffusion equation or any transport law from the cost function. Any particular physical system must exhibit one of these five regimes.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Physics/AnomalousTransportFromJCost.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND