BT0000

zero_add

Stable · empty-context checked

Zero is a left identity for addition; unlike PA3, this needs induction.

Exact expanded PA statement

forall n. 0 + n = n

Structural proof guide

Zero is a left identity for addition; unlike PA3, this needs induction.

Direct prerequisites: none. The authored body proceeds by structural induction (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. 0001induction n
  2. 0002simp
  3. 0003simp [IH]