Exact expanded PA statement
forall B. exists c. (~(c = 0) /\ forall t. (exists h. S t + S h = S B) -> exists k. c = S t * k)Structural proof guide
Generated structural guide
Every finite initial interval has a nonzero common-multiple surrogate.
Use the direct prerequisites bounded_common_multiple_step, succ_ne_zero, add_eq_zero_left as previously established PA formulas.
The proof proceeds by structural induction (1), case analysis (3), intermediate claims (2), equality transport (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.
- 0001
intro B - 0002
induction B - 0003
exists 1 - 0004
split - 0005
specialize succ_ne_zero 0 - 0006
exact succ_ne_zero - 0007
intro t - 0008
intro ht - 0009
cases ht - 0010
exfalso - 0011
have hz : S t + x = 0 - 0012
rewrite PA4 at ht_witness - 0013
apply PA2 - 0014
exact ht_witness - 0015
have hst0 : S t = 0 - 0016
specialize add_eq_zero_left (S t) - 0017
specialize add_eq_zero_left x - 0018
apply add_eq_zero_left - 0019
exact hz - 0020
specialize succ_ne_zero t - 0021
apply succ_ne_zero - 0022
exact hst0 - 0023
cases IH - 0024
cases IH_witness - 0025
specialize bounded_common_multiple_step B - 0026
specialize bounded_common_multiple_step x - 0027
apply bounded_common_multiple_step - 0028
exact IH_witness_left - 0029
exact IH_witness_right