BT0010

one_le_of_ne_zero

Stable ยท empty-context checked

Every nonzero natural is at least one.

Exact expanded PA statement

forall n. ~(n = 0) -> 1 <= n

Structural proof guide

Every nonzero natural is at least one.

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. 0002intro h
  3. 0003exfalso
  4. 0004apply h
  5. 0005refl
  6. 0006intro h
  7. 0007exists n
  8. 0008simp