BT001D

lt_of_lt_of_le

Stable ยท empty-context checked

Strict order followed by weak order remains strict.

Exact expanded PA statement

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

Structural proof guide

Strict order followed by weak order remains strict.

Direct prerequisites: le_trans. 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 a
  2. 0002intro b
  3. 0003intro c
  4. 0004intro hab
  5. 0005intro hbc
  6. 0006specialize le_trans (S a)
  7. 0007specialize le_trans b
  8. 0008specialize le_trans c
  9. 0009apply le_trans
  10. 0010exact hab
  11. 0011exact hbc