theorem
proved
term proof
newton_second_law_one_statement
show as:
view Lean formalization →
formal statement (Lean)
62theorem newton_second_law_one_statement :
63 Nonempty NewtonSecondLawCert :=
proof body
Term-mode proof.
64 ⟨newtonSecondLawCert⟩
65
66end Action
67end IndisputableMonolith