PA0010

lt_irrefl_expanded

Stable checked-use theorem · independently closed

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

Generated structural guide

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

Use the direct prerequisites add_succ_left, no_succ_add_fixed as previously established PA formulas.

The proof proceeds by case analysis (1).

Referenced ingredients

Proof neighborhood

Direct dependencies

Direct dependents

Formal native tactic body

Dependencies are introduced as named hypotheses before line 1. Linked names are exact direct references. This Stable checked-use theorem is independently kernel-checked when replayed.

  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