Newton's Second Law #
F = m * a can be made both as a computational function and as a rewriting lemma.
Computational version: obtain force from mass and acceleration.
Equations
- SI.secondLaw m a = m * a
Instances For
@[reducible, inline]
Convenient alias: F_of looks more "function-like."
Equations
- SI.F_of m a = SI.secondLaw m a
Instances For
@[simp]
Rewriting version (law equation): rewrite F into m * a.
Useful when the problem states Newton's second law.