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.
- 0001
intro n - 0002
intro h - 0003
cases h - 0004
specialize no_succ_add_fixed x - 0005
specialize no_succ_add_fixed n - 0006
apply no_succ_add_fixed - 0007
trans x + S n - 0008
trans S (x + n) - 0009
apply add_succ_left - 0010
symm - 0011
apply PA4 - 0012
exact h_witness