BT000Q

zero_or_succ

Stable ยท empty-context checked

Every natural is either zero or the successor of a natural.

Exact expanded PA statement

forall n. n = 0 \/ exists k. n = S k

Structural proof guide

Every natural is either zero or the successor of a natural.

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. 0002left
  3. 0003refl
  4. 0004right
  5. 0005exists n
  6. 0006refl