BT000L

add_eq_zero_right

Stable ยท empty-context checked

A sum equal to zero has zero as its right addend.

Exact expanded PA statement

forall a b. a + b = 0 -> b = 0

Structural proof guide

A sum equal to zero has zero as its right addend.

Direct prerequisites: none. The authored body proceeds by structural induction (1), equality transport (1).

Proof neighborhood

Direct dependencies

none

Direct dependents

Formal native tactic body

Dependencies are hypotheses of this body receipt. The focused endpoint audits separately check the complete empty-context certificates.

  1. 0001intro a
  2. 0002induction b
  3. 0003intro h
  4. 0004refl
  5. 0005intro h
  6. 0006exfalso
  7. 0007apply PA1
  8. 0008rewrite PA4 at h
  9. 0009exact h