Exact expanded PA statement
forall a b c. a + b = a + c -> b = cStructural proof guide
A common left addend can be cancelled.
Direct prerequisites: add_comm, add_right_cancel. The authored body proceeds by direct introduction and elimination.
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 c - 0004
intro h - 0005
specialize add_right_cancel b - 0006
specialize add_right_cancel c - 0007
specialize add_right_cancel a - 0008
apply add_right_cancel - 0009
trans a + b - 0010
apply add_comm - 0011
trans a + c - 0012
exact h - 0013
apply add_comm