def
definition
solvationShellCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Chemistry.SolvationShellsFromConfigDim on GitHub at line 45.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
42 phi_ratio : ∀ k, shellRadius (k + 1) / shellRadius k = phi
43 radius_always_pos : ∀ k, 0 < shellRadius k
44
45noncomputable def solvationShellCert : SolvationShellCert where
46 five_shells := solvationShell_count
47 phi_ratio := shellRadius_ratio
48 radius_always_pos := shellRadius_pos
49
50end IndisputableMonolith.Chemistry.SolvationShellsFromConfigDim