pith. machine review for the scientific record. sign in
def

structural_growth_suppression

definition
show as:
view math explainer →
module
IndisputableMonolith.Cosmology.HubbleResolution
domain
Cosmology
line
86 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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