BT0017

le_of_succ_le_succ

Stable ยท empty-context checked

Successor order reflects to the underlying naturals.

Exact expanded PA statement

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

Structural proof guide

Successor order reflects to the underlying naturals.

Direct prerequisites: none. The authored body proceeds by case analysis (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. 0006apply PA2
  7. 0007trans x + S a
  8. 0008symm
  9. 0009apply PA4
  10. 0010exact h_witness