Exact expanded PA statement
forall n m. n * m = 0 -> n = 0 \/ m = 0Structural proof guide
Zero products have a zero factor: the 23-entry core capstone.
Direct prerequisites: add_eq_zero_right. The authored body proceeds by structural induction (1), equality transport (1).
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are hypotheses of this body receipt. The focused endpoint audits separately check the complete empty-context certificates.
- 0001
intro n - 0002
induction m - 0003
intro h - 0004
right - 0005
refl - 0006
intro h - 0007
left - 0008
specialize add_eq_zero_right (n * m) - 0009
specialize add_eq_zero_right n - 0010
apply add_eq_zero_right - 0011
rewrite PA6 at h - 0012
exact h