def
definition
bao_correlation_peak
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Physics.BAO on GitHub at line 139.
browse module
All declarations in this module, on Recognition.
explainer page
used by
formal source
136 ring
137
138/-- The correlation function peak in real space: r = 2π/k₁ ≈ 150 h⁻¹ Mpc. -/
139noncomputable def bao_correlation_peak (r_s : ℝ) : ℝ := 2 * r_s
140
141theorem bao_peak_approximately_150 :
142 |bao_correlation_peak sound_horizon_approx - 294| < 1 := by
143 norm_num [bao_correlation_peak, sound_horizon_approx]
144
145end BAO
146end Physics
147end IndisputableMonolith