BT000S

add_congr

Stable ยท empty-context checked

Addition preserves equality in both arguments.

Exact expanded PA statement

forall a b c d. a = b -> c = d -> a + c = b + d

Structural proof guide

Addition preserves equality in both arguments.

Direct prerequisites: none. The authored body proceeds by direct introduction and elimination.

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. 0002intro b
  3. 0003intro c
  4. 0004intro d
  5. 0005intro hab
  6. 0006intro hcd
  7. 0007congr
  8. 0008exact hab
  9. 0009exact hcd