Encyclopedia Mathematics Mathematics Partial Differential Equations From Rs

ARTICLE 1 claim 1 theorem

Mathematics Partial Differential Equations From Rs

Partial differential equations come in five canonical families, and a machine-checked proof shows that count is forced, not chosen.

The five canonical types

A partial differential equation (PDE) relates a function to its own rates of change in more than one variable. Physicists and mathematicians have long grouped these equations by their behavior: elliptic equations like Laplace's equation describe steady states, parabolic equations like the heat equation describe diffusion, hyperbolic equations like the wave equation describe propagation, and mixed or integro-differential forms cover the rest. The classical taxonomy recognizes these five families as the working categories of the subject.

In Recognition Science, this taxonomy takes on a sharper role. The framework models physical laws as PDEs on a recognition field, a quantity that records the cost of recognizing one state from another. The Laplace equation appears as the equilibrium condition where that cost is flat, the heat equation as its diffusion, and the wave equation as its propagation. The five families are not merely a convenient list; they are a complete enumeration.

In Recognition Science, the framework's machine-checked library of formal theorems proves that the count of canonical PDE types is exactly five. The proof is a theorem in the library: it defines the five types as an inductive type, then verifies by computation that the type has exactly five elements. The certificate structure records this fact, and the proof carries no axioms beyond the standard logical ones. The result is that the classical fivefold division is not an accident of history but a structural necessity within the framework.

What this changes is the status of the taxonomy. A student of PDEs might treat the five families as a pedagogical convenience, a way to organize a vast subject. The framework's result says the count itself is forced: any complete classification of PDE behavior under the framework's recognition-cost structure must land on five. The classical list is not just useful; it is the only possible list.

THEOREM pdeTypeCount · IndisputableMonolith/Mathematics/PartialDifferentialEquationsFromRS.lean
theorem pdeTypeCount : Fintype.card PDEType = 5 := by decide

What this page does not claim

The framework does not derive the specific form of any PDE from first principles; it classifies the existing five families. The framework does not claim that all PDEs in physics fall into exactly one of the five types without overlap. The framework does not prove that the five-type classification is unique across all possible mathematical frameworks.

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/Mathematics/PartialDifferentialEquationsFromRS.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