def
definition
def or abbrev
CancellationCondition
show as:
view Lean formalization →
formal statement (Lean)
92def CancellationCondition (a_gauge a_scalar : ℝ) : Prop :=
proof body
Definition body.
93 a_gauge + a_scalar = 0
94
95/-- When the cancellation condition holds, the leading `s²` term vanishes
96 identically. -/