BT0016

succ_le_succ

Stable ยท empty-context checked

Successor preserves the witness-defined order.

Exact expanded PA statement

forall a b. (exists k. k + a = b) -> exists r. r + S a = S b

Structural proof guide

Successor preserves the witness-defined order.

Direct prerequisites: none. The authored body proceeds by case analysis (1), equality transport (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 a
  2. 0002intro b
  3. 0003intro h
  4. 0004cases h
  5. 0005exists x
  6. 0006rewrite PA4
  7. 0007congr
  8. 0008exact h_witness