pith. sign in
module module high

IndisputableMonolith.Relativity.ILG.Params

show as:
view Lean formalization →

The Params module supplies a minimal parameter record for downstream modules in the Relativity.ILG namespace of Recognition Science. Researchers working on ILG gravity models reference this record when initializing computations that involve the phi-ladder or J-uniqueness. The module consists solely of a structure definition with no associated proofs or theorems.

claimThe module declares a parameter record $Params$ together with its property interface $ParamProps$ for use in ILG relativity calculations.

background

This module sits inside the Recognition Science framework that derives all physics from one functional equation. It imports only Mathlib and introduces the minimal $Params$ record whose fields are consumed by ILG computations. The sibling $ParamProps$ supplies the associated propositions that later modules will instantiate.

proof idea

this is a definition module, no proofs

why it matters in Recognition Science

The module feeds parent theorems in the Relativity.ILG hierarchy by supplying the parameter record required for computations of constants such as the alpha inverse band and mass formulas on the phi-ladder. It closes the interface for downstream ILG proofs that rely on T5 J-uniqueness and T8 spatial dimensions.

scope and limits

declarations in this module (2)