BT0001

add_succ_left

Stable ยท empty-context checked

A successor can move through addition on the left.

Exact expanded PA statement

forall n m. S n + m = S (n + m)

Structural proof guide

A successor can move through addition on the left.

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. 0001intro n
  2. 0002induction m
  3. 0003simp
  4. 0004simp [IH]