pith. machine review for the scientific record. sign in
module module high

lakefile

show as:
view Lean formalization →

The lakefile module configures the Lean package build for the Recognition Science formalization. It imports Lake to declare the root package and its structure. This infrastructure enables compilation of the entire library without containing any mathematical content.

claimThe module declares the project package as $P : Package$ via Lake configuration syntax.

background

This module is the root build file for the Recognition Science mirror repository. It introduces no definitions from the framework such as J-cost or the phi-ladder. The single import of Lake provides the API for package declaration and dependency management.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

This module feeds the build process for all theorems in the Recognition Science framework, including the forcing chain steps T5 through T8 in IndisputableMonolith.Foundation.UnifiedForcingChain and the Recognition Composition Law.

scope and limits