Exact expanded PA statement
forall a b. (exists bpo_gap_right_factor. bpo_gap_right_factor + (1) = (b)) -> (exists bpo_gap_right_result. bpo_gap_right_result + (a) = (a * b))Structural proof guide
A factor at least one makes right multiplication extensive.
Direct prerequisites: mul_le_mul_left, mul_one. The authored body proceeds by intermediate claims (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 a - 0002
intro b - 0003
intro hb - 0004
have hscaled : exists k. k + a * 1 = a * b - 0005
specialize mul_le_mul_left 1 - 0006
specialize mul_le_mul_left b - 0007
specialize mul_le_mul_left a - 0008
apply mul_le_mul_left - 0009
exact hb - 0010
specialize mul_one a - 0011
rewrite mul_one at hscaled - 0012
exact hscaled