verify

TauLib

The Lean 4 formalization library for Category τ — 450 modules, 125,771 lines, 0 sorry in Books I-VI.

450 modules
Across 7 books, covering kernel axioms through metaphysical boundary theorems.
4,332 theorems
Machine-checked in Lean 4 with 3,721 computational evaluations.
3 sorry
All in Book VII — philosophical boundary theorems where formalization is the content.

What TauLib Is

TauLib is the Lean 4 formalization library for the Panta Rhei Research Program. It machine-checks the mathematical claims of the seven-book monograph series, providing an independent verification layer that anyone can inspect and run.

Clone and build:

git clone https://github.com/Panta-Rhei-Research/taulib
cd taulib && lake build

Build completes with 0 errors and 0 sorry in Books I-VI.

What TauLib Verifies

Lean compilation verifies internal consistency: every theorem follows from the axioms, every definition type-checks, every computation evaluates. This is a strong guarantee — but it is not the same as empirical truth.

What Lean checks: The mathematical derivation chain from K0-K6 through to every claimed theorem.

What Lean does not check: Whether the framework’s physical predictions match experiment. That requires empirical testing.

How TauLib Relates to the Books

Each TauLib module corresponds to a specific chapter or section in the monograph series:

Book Modules Key content
I — Foundations 94 Kernel axioms, orbit structure, coordinates, polarity, boundary
II — Holomorphy 65 Interior, topology, geometry, Central Theorem, Hartogs
III — Spectrum 70 Enrichment, sectors, spectral theory, computation, Millennium doors
IV — Microcosm 89 Particle physics, QM, electroweak, QCD, nuclear
V — Macrocosm 80 Gravity, cosmology, BBN, black holes, fluid dynamics
VI — Life 30 Life definition, genetics, cellular, ecology, consciousness
VII — Metaphysics 7 Ontology, ethics, Logos, final boundary
Tours 8 Interactive verification tours for different audiences

Entry Points

Documentation

Interactive Tours

Repositories