theorem
proved
term proof
impulseCoefficient_pos
show as:
view Lean formalization →
formal statement (Lean)
55theorem impulseCoefficient_pos : 0 < impulseCoefficient :=
proof body
Term-mode proof.
56 carrier_frequency_pos
57
58/-! ## §2. Cumulative deflection -/
59
60/-- Cumulative deflection at lead time `t` (in seconds, dimensionless
61units): `δ(t) = (impulseCoefficient · t²) / 2`. -/