PA001V

nonzero_is_succ

Stable checked-use theorem · independently closed

Every nonzero natural has a predecessor.

Exact expanded PA statement

forall n. ~(n = 0) -> exists k. n = S k

Structural proof guide

Generated structural guide

Every nonzero natural has a predecessor.

This root lemma is proved directly from the PA rules and the hypotheses introduced by its statement.

The proof proceeds by structural induction (1).

Referenced ingredients

none

Proof neighborhood

Direct dependencies

none

Direct dependents

Formal native tactic body

Dependencies are introduced as named hypotheses before line 1. Linked names are exact direct references. This Stable checked-use theorem is independently kernel-checked when replayed.

  1. 0001induction n
  2. 0002intro h
  3. 0003exfalso
  4. 0004apply h
  5. 0005refl
  6. 0006intro h
  7. 0007exists n
  8. 0008refl