Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.56 KB

File metadata and controls

50 lines (37 loc) · 1.56 KB

AST Lean

This repository is the public Lean package for the levelized Admissible Structure Theory (AST) codebase.

What this establishes

This public subset currently contains 215 theorem/lemma declarations and zero sorrys in the canonical AST_levels package. It is the formal code reference for the AST paper series: structural foundations, interpretation results, physics identifications, and application-level consequences are separated by level so individual claims can be cited cleanly.

Package layout

  • AST_levels/Foundation/ Structural mathematics, substrate definitions, correction dynamics, and beta-flow.
  • AST_levels/Interpretation/ Emergence interfaces and theorem-facing interpretation results.
  • AST_levels/Physics/ Physical identifications and theory-specific bridge modules.
  • AST_levels/Applications/ Holography, inflation, proton stability, and fine-structure application modules.

Entry point

  • AST_levels.lean Imports the canonical public theorem surface.

Build

lake build AST_levels

Repository Metadata

Scope

This package is the code reference target for the AST paper series. The public modules are organized by semantic level so that structural results, emergence results, physics identifications, and application-level consequences can be cited independently.