Exact expanded PA statement
forall c i. exists h. h + c = S ((S i) * c)Structural proof guide
A beta base is at most every beta modulus over that base.
Direct prerequisites: le_add_left, mul_succ_left, le_succ. 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 c - 0002
intro i - 0003
have hproduct : exists h. h + c = S i * c - 0004
specialize mul_succ_left i - 0005
specialize mul_succ_left c - 0006
rewrite mul_succ_left - 0007
specialize le_add_left c - 0008
specialize le_add_left (i * c) - 0009
exact le_add_left - 0010
specialize le_succ c - 0011
specialize le_succ (S i * c) - 0012
apply le_succ - 0013
exact hproduct