pith. machine review for the scientific record. sign in
theorem other other high

shellRadius_pos

show as:
view Lean formalization →

The theorem shows that shell radius at any natural-number level k is strictly positive. Modelers of ionic hydration layers cite it to ensure all five shells on the phi-ladder have positive radii. The proof is a one-line wrapper applying the standard positivity-of-powers lemma to the positivity of phi.

claimFor every natural number $k$, the $k$-th solvation-shell radius $r_k = phi^k$ satisfies $r_k > 0$.

background

The module defines five canonical solvation shells for an ionic solute in water (configDim D=5): primary hydration, secondary hydration, tertiary hydration, bulk-boundary layer, and far bulk. Shell radii follow the phi-ladder with adjacent-shell ratio exactly phi. The upstream definition states that shell radius at level k equals phi raised to k, where phi is the self-similar fixed point from the forcing chain.

proof idea

One-line wrapper that applies the lemma pow_pos to the known positivity of phi and the index k.

why it matters in Recognition Science

This supplies the radius_always_pos field inside solvationShellCert, which certifies the five-shell model. It anchors the B10 chemistry depth to the phi-ladder and the eight-tick octave of Recognition Science, guaranteeing positivity without extra hypotheses.

scope and limits

formal statement (Lean)

  38theorem shellRadius_pos (k : ℕ) : 0 < shellRadius k := pow_pos phi_pos k

proof body

  39

used by (1)

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

depends on (1)

Lean names referenced from this declaration's body.