IndisputableMonolith.Cost.Ndim.RadicalDistribution
The RadicalDistribution module defines the radical and associated level sets of the rank-one Hessian metric for the n-dimensional reciprocal cost. Researchers analyzing metric degeneracy in log-coordinates within the Recognition Science cost framework would cite these definitions. The module supplies the core objects Radical and LevelSet together with their basic algebraic properties.
claimLet $H$ denote the rank-one Hessian of the cost depending only on the aggregate $oldsymbol{eta}oldsymbol{ au}$. The radical distribution is the subspace $\{v\mid H(v,w)=0\ \forall w\}$ equipped with its level sets and affine shifts.
background
The module imports IndisputableMonolith.Cost.Ndim.Hessian, whose doc-comment states that in log-coordinates the n-dimensional cost depends only on the single weighted aggregate dot α t, so its Hessian is rank-one. This supplies the setting for the radical (kernel) of that quadratic form. Sibling definitions introduce Radical as the radical subspace, LevelSet as the associated level sets, affineShift, and closure properties such as zero_mem_Radical, add_mem_Radical and smul_mem_Radical.
proof idea
this is a definition module, no proofs
why it matters in Recognition Science
The module supplies the radical distribution of the rank-one Hessian metric, providing the algebraic substrate for cost and metric constructions that depend on the Hessian module. It fills the structural gap between the rank-one reduction and higher-level distribution properties in the Ndim cost layer.
scope and limits
- Does not derive the explicit matrix entries of the Hessian.
- Does not relate the radical to the J-function or the Recognition Composition Law.
- Does not contain numerical evaluations or dimension-specific computations.
depends on (1)
declarations in this module (14)
-
def
Radical -
def
LevelSet -
def
affineShift -
theorem
mem_Radical_iff -
theorem
mem_LevelSet_iff -
theorem
zero_mem_Radical -
theorem
add_mem_Radical -
theorem
smul_mem_Radical -
theorem
sub_mem_Radical -
theorem
quadraticHessian_eq_zero_iff -
theorem
dot_affineShift -
theorem
affineShift_mem_LevelSet -
theorem
radical_integrable_by_affine_leaves -
theorem
preserves_own_leaf_iff_mem_Radical