def
definition
structural_growth_suppression
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Cosmology.HubbleResolution on GitHub at line 86.
browse module
All declarations in this module, on Recognition.
explainer page
formal source
83
84/-- **DEFINITION: Sigma-8 Suppression**
85 Structural growth is suppressed by the recognition strain Q. -/
86noncomputable def structural_growth_suppression (Q : ℝ) : ℝ :=
87 Real.exp (-Q)
88
89end Cosmology
90end IndisputableMonolith