def
definition
def or abbrev
lensing_correction_first_order
show as:
view Lean formalization →
formal statement (Lean)
96noncomputable def lensing_correction_first_order (alpha cLag : ℝ) : ℝ :=
proof body
Definition body.
97 (alpha * cLag) / 2
98
99/-- Under RS locks, lensing corrections are small in the linear regime. -/