def
definition
def or abbrev
corePairStretchFactor
show as:
view Lean formalization →
formal statement (Lean)
151def corePairStretchFactor {siteCount : ℕ} (op : CoreNSOperator siteCount)
152 (i : Fin siteCount) : ℝ :=
proof body
Definition body.
153 1 + op.dt * velocityGradientMag op.topology op.h op.velocity i
154