pith. machine review for the scientific record. sign in
structure definition def or abbrev high

ModuleSummary

show as:
view Lean formalization →

ModuleSummary packages three string fields to record the identity, purpose, and source paper for each component in the mass manifest. The modules list in the same file instantiates it for Anchor, AnchorPolicy, Assumptions, and Basic. The declaration is a direct structure definition with no lemmas or computation.

claimA module summary record consists of a name, a description, and a manuscript reference, each an element of the string type.

background

The Masses.Manifest module supplies metadata structures for the Recognition Science mass ladder. ModuleSummary is the record type used to enumerate the submodules that realize the phi-ladder mass formula and the constants derived from the forcing chain. The downstream modules definition populates a list of four such records, each tied to Paper1.

proof idea

The declaration is a structure definition that introduces the record type with three String fields. No tactics or upstream lemmas are invoked.

why it matters in Recognition Science

It supplies the uniform metadata format for the modules list that catalogs the components implementing the mass formula. The list directly references Paper1 propositions on the phi-ladder and J-uniqueness, anchoring the T5-T8 steps of the forcing chain inside the Masses domain.

scope and limits

formal statement (Lean)

   6structure ModuleSummary where
   7  name : String
   8  description : String
   9  manuscript : String
  10

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.