Exact expanded PA statement
forall C B. ~(C = 0) -> exists h. h + B = C * BStructural proof guide
Scaling by a nonzero natural does not decrease a natural.
Direct prerequisites: one_le_of_ne_zero, mul_le_mul_right, one_mul. The authored body proceeds by intermediate claims (2), 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 C - 0002
intro B - 0003
intro hC - 0004
have h1C : exists h. h + 1 = C - 0005
specialize one_le_of_ne_zero C - 0006
apply one_le_of_ne_zero - 0007
exact hC - 0008
have hscaled : exists h. h + 1 * B = C * B - 0009
specialize mul_le_mul_right 1 - 0010
specialize mul_le_mul_right C - 0011
specialize mul_le_mul_right B - 0012
apply mul_le_mul_right - 0013
exact h1C - 0014
specialize one_mul B - 0015
rewrite one_mul at hscaled - 0016
exact hscaled