BT0018

le_succ

Stable ยท empty-context checked

A weak inequality remains true after raising its upper bound by one.

Exact expanded PA statement

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

Structural proof guide

A weak inequality remains true after raising its upper bound by one.

Direct prerequisites: add_succ_left. The authored body proceeds by case analysis (1).

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 a
  2. 0002intro b
  3. 0003intro h
  4. 0004cases h
  5. 0005exists S x
  6. 0006trans S (x + a)
  7. 0007apply add_succ_left
  8. 0008congr
  9. 0009exact h_witness