BT000X

le_succ_self

Stable ยท empty-context checked

Every natural number is below its successor.

Exact expanded PA statement

forall n. n <= S n

Structural proof guide

Every natural number is below its successor.

Direct prerequisites: zero_add, add_succ_left. The authored body proceeds by direct introduction and elimination.

Proof neighborhood

Direct dependencies

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. 0002exists 1
  3. 0003simp [add_succ_left, zero_add]