def
definition
def or abbrev
lambda_point
show as:
view Lean formalization →
formal statement (Lean)
51noncomputable def lambda_point (T_BEC a_s n : ℝ) : ℝ :=
proof body
Definition body.
52 T_BEC * (1 - 0.43 * a_s * n ^ ((1:ℝ)/3))
53
54/-- λ-point < T_BEC when interaction correction < 1. -/