BT001B

lt_irrefl_expanded

Stable ยท empty-context checked

No natural is strictly below itself, with strict order fully expanded.

Exact expanded PA statement

forall n. ~(exists k. k + S n = n)

Structural proof guide

No natural is strictly below itself, with strict order fully expanded.

Direct prerequisites: add_succ_left, no_succ_add_fixed. 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 n
  2. 0002intro h
  3. 0003cases h
  4. 0004specialize no_succ_add_fixed x
  5. 0005specialize no_succ_add_fixed n
  6. 0006apply no_succ_add_fixed
  7. 0007trans x + S n
  8. 0008trans S (x + n)
  9. 0009apply add_succ_left
  10. 0010symm
  11. 0011apply PA4
  12. 0012exact h_witness